Page 1 of 1

Datastage execute OLD job!!!

Posted: Mon Apr 19, 2004 2:16 am
by rexy
hi all,
I have a problem like this:

1) I modify a Job J1, I save it and compile it
2) I run the Job, datastage execute the OLD job !!

any idea ??


THANKS!
A.M

Posted: Mon Apr 19, 2004 7:01 am
by chulett
More information please! :wink:

Define 'old job' and what makes you think DataStage ran it. If you worked on a job, saved it back to the same name and recompiled it - all with no issues - there is no 'old job' for DataStage to run. Unless there's more to this story.

The only other thing I can think of as a possibility is a permissions issue. The userid used to change it was different than the userid used to create it and somehow the changes didn't 'stick'. But I don't see how all that could happen... silently. :?

Posted: Mon Apr 19, 2004 10:31 am
by Eric
You could check the umask setting in the ds.rc script.
This is now set to a umask value of 002 but it was not set at version 5.x and on some unix platforms this stops one user from creating/importing a job and another user compiling/changing it. (when all datastage users should have full access to each others work)