Server job not running through job sequence

A forum for discussing DataStage<sup>®</sup> basics. If you're not sure where your question goes, start here.

Moderators: chulett, rschirm, roy

Post Reply
Nagin
Charter Member
Charter Member
Posts: 89
Joined: Thu Jan 26, 2006 12:37 pm

Server job not running through job sequence

Post by Nagin »

I have a server job that gets a list of file names from a given directory and writes them to a hashed file. This job when run individually works fine. But when I run this through a job sequence it runs and finishes but the does not create any records in the hashed file.

Immediately if I just kick off the job individually with the same parameters it runs fine.

I thought this could be a job handle problem and renamed the job re compiled but the problem persists. Any help is appreciated.

Thanks!!
ray.wurlod
Participant
Posts: 54607
Joined: Wed Oct 23, 2002 10:52 pm
Location: Sydney, Australia
Contact:

Post by ray.wurlod »

You've marked this as Resolved before I got to read it. Presumably you are no longer in need of help. But please do post how the problem was resolved, in case any future searcher encounters the same issue.
IBM Software Services Group
Any contribution to this forum is my own opinion and does not necessarily reflect any position that IBM may hold.
chulett
Charter Member
Charter Member
Posts: 43085
Joined: Tue Nov 12, 2002 4:34 pm
Location: Denver, CO

Post by chulett »

... usually a parameter error, in spite of the feeling that the correct ones are being passed in by the Sequence job.
-craig

"You can never have too many knives" -- Logan Nine Fingers
Post Reply