Page 1 of 1

DAtastage job not running

Posted: Mon Mar 28, 2011 5:25 am
by adi_2_chaos
Hi All,

I created a DS job with one transformer stage and 18 standardize stages (all in parallel). The job got compiled successfully, but when I click on Run, it doesnt run. In fact, it doesn't even start the log in the Director, and there are no osh processes created when I peek inside the Task manager.

I had run the same job previously too, that time it ran successfully. Also tried restarting the server, but to vain.

Can someone give some pointers where exactly I can start looking into?

Thanks & Regards,
Sriram Garikapati

Posted: Mon Mar 28, 2011 8:24 am
by Nagaraj
Did you try to validate?

Posted: Mon Mar 28, 2011 11:27 am
by ray.wurlod
If you're on UNIX (as stated) Task Manager isn't going to help - you'd need ps -ef command, probably with grep. Add the environment variable that reports job startup to work out what's happening. Also purge old entries from the &PH& directory.

Think about changing your design so that all standardization passes are performed in one Standardize stage rather than seven.