Microsoft
Software
Hardware
Network
Question : Invoke perl script in Autosys Command
Hi Experts, I am trying to invoke a perl script on unix server using autosys. When I try the belwo as the autosys job and I invoke, it throws error.
command:`/home/ldncmpsu/sc
ript/prods
tatus.pl`
Error I get when I try to run this autosys job is
/bin/sh: /home/ldncmpsu/script/prod
status.pl : : No such file or directory
I guess my question is how to call a perl script in autosys jil
Answer : Invoke perl script in Autosys Command
What did you change to get autosys to run the Perl script?
Where is the instances directory located? You should use a full path, eg:
$filehtml=newFd("/home//ld
ncmpsu/ins
tances","f
ile");
Random Solutions
populate a textbox with a URL
hide a Div
ASP.NET: Browser Slow Down
Trace Route and Cisco asa 5505
Embedded Visual C++ 4 Installation Failed
crystal sql statement:
sbs 2003 moving mailbox to sbs 2008 very slow
2003 Server Folder Redirection, Different Servers
How do I get rid of the pastel colors in an Excel chart when I switch row/column data?
What does "testing mock objects" mean to you?