Job is not calling the routine...

Post questions here relative to DataStage Server Edition for such areas as Server job design, DS Basic, Routines, Job Sequences, etc.

Moderators: chulett, rschirm, roy

Post Reply
ramkarthik
Participant
Posts: 27
Joined: Thu Jun 26, 2008 6:13 am
Location: chennai

Job is not calling the routine...

Post by ramkarthik »

Hi,

We have a "Transform function" server routine that we can compile and test. But, when we were trying to run the same from a server job<job control>, we could not execute it because of the following error message...

Attempting to Cleanup after ABORT raised in stage <Jobname>.JobControl

It was recently migrated from Production environment to dev for testing.

We tried running other routines in the development environment to check for setup issues. They ran fine...

Please advise with root cause and solution for this...

Thanks in advance...
ramkarthik
Kryt0n
Participant
Posts: 584
Joined: Wed Jun 22, 2005 7:28 pm

Post by Kryt0n »

Think you're the one who needs to determine root cause...

Have a look at the "Summary of sequence run" log message, it may contain more information for you to identify cause
ray.wurlod
Participant
Posts: 54607
Joined: Wed Oct 23, 2002 10:52 pm
Location: Sydney, Australia
Contact:

Post by ray.wurlod »

Did you migrate the routine's executable (or compile the routine in production)? What other error messages were logged? When you reset the job, is there a "from previous run..." event logged and, if so, what does it reveal?
IBM Software Services Group
Any contribution to this forum is my own opinion and does not necessarily reflect any position that IBM may hold.
ramkarthik
Participant
Posts: 27
Joined: Thu Jun 26, 2008 6:13 am
Location: chennai

Post by ramkarthik »

We are using a server job to run the routine. we are not calling the routine from sequence.

We migrated the routine from prod (in compiled state) and compiled in dev after migration - we are able to test it...

We could not see any more error messages apart from
"Attempting to Cleanup after ABORT raised in stage <Jobname>.JobControl"

I think we missed exporting job executables.. will reexport and check

Thanks for the response..
ramkarthik
kandyshandy
Participant
Posts: 597
Joined: Fri Apr 29, 2005 6:19 am
Location: Singapore

Post by kandyshandy »

You can very well compile the job in DEV environment rather than doing any export/import again.

Anyways, tell us what your routine is doing?
Kandy
_________________
Try and Try again…You will succeed atlast!!
Post Reply