Dibakar Advanced
Joined: 02 Dec 2002 Posts: 700 Topics: 63 Location: USA
|
Posted: Wed Jul 05, 2006 6:32 am Post subject: Connect:Direct - RUN JOB rights issue |
|
|
I am trying to execute following commands from Connect:Direct on Win2K3 server -
Code: | STEP5 RUN TASK (PGM="NT") SNODE -
SYSOPTS=\"'CMD(cd /D C:\\DIBA\\\ || -
\& perl diba.pl dib)desktop(yes)'"\
STEP6 RUN JOB (DSN="NT") SNODE -
SYSOPTS=\"'CMD(cd /D C:\\DIBA\\\ || -
\& perl diba.pl dib)desktop(yes)'"\ |
While it runs fine with the user having administrator rights on the server but if I remove admin rights then STEP5 works but STEP6 doesn't get executed. Difference in the two steps is only 'RUN JOB' instead of 'RUN TASK'.
Let me know if anybody has any pointer to solve this problem.
Thanks,
Diba |
|