Did you try running the script called by the "external task" on the command prompt with the variables jobid, taskid and workarea vpath ? What do you get ?- Silix
Run your externaltask script in debug mode passing the job_id, task_id and areavpath from the command line.
I did just now, it runs fine. The workflow never fails, it completes cleanly, when started from temsite interface.
You are hard coding the path to OD in the script ?
The Workflow gets completed and the External task runs fine when run on command line.So the only possiblity I think is the User access error. OpenDeploy when invoked by an external script runs as a specific logon account . That account must be added to your master.uid file.You can get the account name by creating a test deployment and invoking it in a DNR of another deployment. When you see the deployment list in the OD admin GUI, you can get the logon account name. It would be something like domain/pubservice. Add it to your master.uid and reset TS. That should work.- Silix
We've seen a problem with one of our testing servers. TS 6.5 sp1. The external task will not run. Try turning off the iwprocessd in iw.cfg. [iwserver]use_process_daemon=no
We hadn't done any config changes. Just a simple restart of TS and it started to happen. To fix, we were told to upgrade to SP2 - but no bug was identified as the culprit.
exactly so here too!!! But our system is OD5.6
Kumaarsuraj ... i am also facing the same problem. i have checked all the pointer that have been mentioned in this thread still i am unable to do a deploy through external task.please help me out
nettai,can u chk that your ipl is calling from workflow or not.Just put some debug statements on ipl file before running the od command and some more debug stmt after that command and chk ur log.And also check the command by printing them log.Sometime issues can be of "/" or "\" type. Nidhi..