Datastage job running infinitely

Post questions here relative to DataStage Enterprise/PX Edition for such areas as Parallel job design, Parallel datasets, BuildOps, Wrappers, etc.

Moderators: chulett, rschirm, roy

Post Reply
SachinCho
Participant
Posts: 45
Joined: Thu Jan 14, 2010 1:23 am
Location: Pune

Datastage job running infinitely

Post by SachinCho »

Hi,
We have one datastage job which is running fine in one environment. When we migrated the same job to QA environment it is running endlessly.

What could be various reasons for such behaviour.

Job design involves a copy stage from which no records are flowing in subsequent stages.

Also there is a sequential file stage which is showing zero records in datastage director monitor.[/code]
Sachin C
ArndW
Participant
Posts: 16318
Joined: Tue Nov 16, 2004 9:08 am
Location: Germany
Contact:

Post by ArndW »

Check from UNIX to see if the job still has processes running, try 'ps -ef | grep {jobname}'. If not, then the job has aborted but the status hasn't been updated. The numbers displayed in the job monitor are not necessarily correct while the job is running, so the 0 records in links aren't always correct.
SachinCho
Participant
Posts: 45
Joined: Thu Jan 14, 2010 1:23 am
Location: Pune

Post by SachinCho »

We have email mechanism which send emails on completion or failure. We are not getting any such emails.
Plus this job is running since more than 24 hours now.
Sachin C
priyadarshikunal
Premium Member
Premium Member
Posts: 1735
Joined: Thu Mar 01, 2007 5:44 am
Location: Troy, MI

Post by priyadarshikunal »

In first post you are talking about a datastage job and in next you mentioned email mechanism. Please perform the checks Arnd suggested and describe the design.
Priyadarshi Kunal

Genius may have its limitations, but stupidity is not thus handicapped. :wink:
Post Reply