Page 1 of 1

Getting Error-12

Posted: Wed Jan 02, 2008 8:20 am
by shivadas
Hi All,

I have written an After job routine.... After that routine is executed i am getting an error as follows:

After-job routine returned error: Error -12 returned from AFTER routine DSU

In this after job routine, i am trying to catch the Stages names and linkvalues ie now of rowcount outputed from that stage...

Can any one help me in solving this...

Shiva

Posted: Wed Jan 02, 2008 8:26 am
by ArndW
you set your ErrorCode to that value somewhere in your after-job routine.

Posted: Wed Jan 02, 2008 8:28 am
by chulett
Error -12 is DSJE_BADNAME as in a job name is wrong. Without seeing your code, I'm assuming you are not using DSJ.ME for the 'current job' but rather an explicit name, and you've gotten it wrong.

Posted: Wed Jan 02, 2008 5:13 pm
by ray.wurlod
Please post the code of your After-Job subroutine.