Hmm... does it stop for input?

A few things to try:
1.  Write it as a batch file and then use <cfexecute name="cmd.exe"
arguments="/c myfile.bat" timeout="..." ...>
2.  Allow cfserver to "interact with desktop" in the services control panel;
3.  Change the user cfserver is running as to a real user, not
"localsystem".

Daryl

----- Original Message -----
From: "Don Buck" <[EMAIL PROTECTED]>
To: "CF-List" <[EMAIL PROTECTED]>
Sent: Monday, August 06, 2001 9:54 AM
Subject: [KCFusion] FW: CFExecute -- more


This is another upsetting thing that I am finding.  When I try to run my
program from cfexecute, I can see that it has started as a process in my
task manager, but it never does anything.  Also I cannot even end the
process, I am "access denied".  To end the process I have to re-boot the
server.
Don

>  -----Original Message-----
> From: Don Buck [mailto:[EMAIL PROTECTED]]
> Sent: Monday, August 06, 2001 9:30 AM
> To: CF-List
> Subject: CFExecute
>
> Has anyone had any luck with CFEXECUTE?  I have an app that I wrote that
> takes an Adobe FDF file, parses it to include new form data then creates a
> new fdf file with a new name.  The app accepts a parameter argument to
> select for a new ID.  The app works fine by itself.  I can take a shortcut
> and add the parameter and it creates the needed file.  When I try to call
> it from CfExecute:
> nothing happens when I don't include an outputfile name
> if I include a filename it creates an empty file of the outputfile's
> name
> if I include a timeout value it times out without anything
> happening.
> Any help?
>
> Don Buck
> (816) 761-5430
> Chief Information Officer
> ShareValue Inc.
> http://www.sharevalue.com
>


 
 
______________________________________________________________________
The KCFusion.org list and website is hosted by Humankind Systems, Inc.
List Archives........ http://www.mail-archive.com/cf-list@kcfusion.org
Questions, Comments or Glowing Praise.. mailto:[EMAIL PROTECTED]
To Subscribe.................... mailto:[EMAIL PROTECTED]
To Unsubscribe................ mailto:[EMAIL PROTECTED]
 

Reply via email to