Page 1 of 1

Importing a sequence and job drops parameters

Posted: Tue Jun 09, 2009 2:05 am
by PhilHibbs
*Update*: I might be wrong about this. I'll do some more testing when I have time, a bit busy right now.

I think I've found a serious problem with DataStage, I've searched and can't find any other reference to it.

It occurs when you are importing a new version of a job and sequence into a project. If the job already exists, but the new version has a new parameter, and the sequence is imported first, then the new parameter is silently dropped from the sequence. The new job definition is then imported with the new parameter, but the sequence does not pass the parameter value any more.

One solution would be to import sequence jobs last, so that the new job definition is in place when the sequence is imported. I might amend my dsxsort utility to do this. Another solution would be to run the import twice.[/b]

Posted: Tue Jun 09, 2009 3:34 am
by DS_SUPPORT
I hope after importing, when you compile the jobs this issue wont occur.