datastage ETL JOB remains in Processing state for hours

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
sharathkedika
Participant
Posts: 3
Joined: Mon May 05, 2008 7:42 am
Location: Newyork

datastage ETL JOB remains in Processing state for hours

Post by sharathkedika »

I have a job which pulls the data from staging and inserts in to 4 target tables with SQL action "insert new or update existing rows".

When I try to run the job , it never gone to success. Just all the links color chages to blue(processing) and that's it.

I have only 3 rows in the staging. I am able view these rows using the Oracle stage (view data button). I am not getting why the job is failing to pull the data from the staging table.

I have checked the log file (no clue).

In the Debugger window (there is a message called "out of context").

Please help me to fix this issue.
Thanks and Regards,
sharath
ArndW
Participant
Posts: 16318
Joined: Tue Nov 16, 2004 9:08 am
Location: Germany
Contact:

Post by ArndW »

Have you spoken with your DBA to have him/her check for locked groups or records? This would explain the job just hanging around without doing any processing.

The debugger is explained in the documentation, the out-of-context message is perfectly OK in your situation.
ray.wurlod
Participant
Posts: 54595
Joined: Wed Oct 23, 2002 10:52 pm
Location: Sydney, Australia
Contact:

Post by ray.wurlod »

In the Debugger use "Step to Next Link" to follow the progress of a row through the job. The row is only in context if the active stage to which its link is connected is currently executing.
IBM Software Services Group
Any contribution to this forum is my own opinion and does not necessarily reflect any position that IBM may hold.
Post Reply