cfexecute process hangs
I'm using CF 8 and have a simple script that uses cfexecute to invoke a FoxPro executable that resides on the server. The server is a Windows 7 machine, and when I call the script from the browser I can see the process running in Task Manager but it is hung and doesn't do anything. I have to manually kill it. No errors are being generated that I am aware of - no errors reported in the Event Viewer or in Process Monitor. Coldfusion is running the process under the System account, so I think it should have plenty of privileges. The cfexecute statement is:
<cfexecute name = "C:\Temp\Simple.exe"
arguments = ""
outputfile="c:\temp\Simple.log"
timeout = "30">
</cfexecute>
Any help will be appreciated.
