CFEXECUTE on Solaris Not Working
i'm trying simple perl script run via cfexecute on unix box running cfmx 7.02 , have not been successful. have spent considerable time searching , have not found working solution.
i have full control of box , it's in development environment behind firewall. i've set permissions wide-open, moved file, etc. , have not been able cfexecute work. output file blank. file works on our cf5 instance (also unix).
any appreciated.
this simple perl script inserts record in oracle database - , works fine command line user runs cf on box. basic test script wrote debug issue.
here command:
<cfexecute name="/disk1/cnav0/bin/it_tools/test_script.pl"
outputfile="/tmp/test_script.txt"
timeout="30">
</cfexecute>
i have tried:
<cfexecute
name="/usr/local/bin/perl"
arguments="/disk1/cnav0/bin/it_tools/test_script.pl"
outputfile="/tmp/test_script.txt"
timeout="30">
</cfexecute>
i have full control of box , it's in development environment behind firewall. i've set permissions wide-open, moved file, etc. , have not been able cfexecute work. output file blank. file works on our cf5 instance (also unix).
any appreciated.
this simple perl script inserts record in oracle database - , works fine command line user runs cf on box. basic test script wrote debug issue.
here command:
<cfexecute name="/disk1/cnav0/bin/it_tools/test_script.pl"
outputfile="/tmp/test_script.txt"
timeout="30">
</cfexecute>
i have tried:
<cfexecute
name="/usr/local/bin/perl"
arguments="/disk1/cnav0/bin/it_tools/test_script.pl"
outputfile="/tmp/test_script.txt"
timeout="30">
</cfexecute>
make sure don't forget case sensitivity since dealing unix.
phil
phil
More discussions in Advanced Techniques
adobe
Comments
Post a Comment