dssearch Issue

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
DWH-M
Premium Member
Premium Member
Posts: 46
Joined: Thu Sep 06, 2007 5:26 am

dssearch Issue

Post by DWH-M »

I have wriiten as small script to get list of all jobs in a sequence. I am using dssearch utility to extract the list. Currently i have used this script in 2 sequences Seq1 and Seq2. In dev and test environment it runs fine for both sequences but in prod, it runs fine for Seq1.

For Seq2 it gives Status code = 81002 error.

Strange part is both seqeunces are calling same script at different times and are just passing sequences names as parameters.

Is there some indexing problem with Seq2 ?? or some other thing you can think off ?

DWH-M
Sreenivasulu
Premium Member
Premium Member
Posts: 892
Joined: Thu Oct 16, 2003 5:18 am

Post by Sreenivasulu »

Search the description of the error code in this forum since i think all error codes are present as part of datastage documentation.
Also both enviroments may not be in sync.

Regards
Sreeni
Post Reply