Question
CF7 WIN2003 - CFEXCUTE ERROR=123
Since the upgrade from CF6 to CF7 cfexecute no longer works
here are my errors:
An exception occurred when invoking an external process.
The cause of this exception was that: java.io.IOException: CreateProcess: "G:\sites\nosite\alarm\winscp3.com /console /script=G:/sites/nosite/alarm/test.txt /ini=G:/sites/nosite/alarm/WinSCP3.ini" error=123.
An exception occurred when invoking an external process.
The cause of this exception was that: java.io.IOException: CreateProcess: "G:\perl\bin\perl.exe G:\sites\nosite\alarm\alrm.pl" error=123
--- The code ----
<cfexecute name="G:\sites\nosite\alarm\winscp3.com /console /script=G:/sites/nosite/alarm/test.txt /ini=G:/sites/nosite/alarm/WinSCP3.ini" outputfile="G:\sites\nosite\alarm\Error.txt" timeout="1200"></cfexecute>
<cfcatch type="any">
<cfoutput><b>#CFCATCH.Message#<br>#CFCATCH.Detail#</b></cfoutput>
</cfcatch>
</cftry>
<cfflush>
<cftry>
<cfexecute name="G:\perl\bin\perl.exe G:\sites\nosite\alarm\alrm.pl" timeout="1200"></cfexecute>
Executed fixalarm:<cfoutput>#FixDate#<br> G:\sites\nosite\alarm\alrm.pl</cfoutput>
<cfcatch type="any">
<cfoutput><b>#CFCATCH.Message#<br>#CFCATCH.Detail#</b></cfoutput>
</cfcatch>
</cftry>
any info would be great
thanks
todd
here are my errors:
An exception occurred when invoking an external process.
The cause of this exception was that: java.io.IOException: CreateProcess: "G:\sites\nosite\alarm\winscp3.com /console /script=G:/sites/nosite/alarm/test.txt /ini=G:/sites/nosite/alarm/WinSCP3.ini" error=123.
An exception occurred when invoking an external process.
The cause of this exception was that: java.io.IOException: CreateProcess: "G:\perl\bin\perl.exe G:\sites\nosite\alarm\alrm.pl" error=123
--- The code ----
<cfexecute name="G:\sites\nosite\alarm\winscp3.com /console /script=G:/sites/nosite/alarm/test.txt /ini=G:/sites/nosite/alarm/WinSCP3.ini" outputfile="G:\sites\nosite\alarm\Error.txt" timeout="1200"></cfexecute>
<cfcatch type="any">
<cfoutput><b>#CFCATCH.Message#<br>#CFCATCH.Detail#</b></cfoutput>
</cfcatch>
</cftry>
<cfflush>
<cftry>
<cfexecute name="G:\perl\bin\perl.exe G:\sites\nosite\alarm\alrm.pl" timeout="1200"></cfexecute>
Executed fixalarm:<cfoutput>#FixDate#<br> G:\sites\nosite\alarm\alrm.pl</cfoutput>
<cfcatch type="any">
<cfoutput><b>#CFCATCH.Message#<br>#CFCATCH.Detail#</b></cfoutput>
</cfcatch>
</cftry>
any info would be great
thanks
todd