CLI command dssearch not working properly

Post questions here relative to DataStage Server Edition for such areas as Server job design, DS Basic, Routines, Job Sequences, etc.

Moderators: chulett, rschirm, roy

Post Reply
saikrishna
Participant
Posts: 158
Joined: Tue Mar 15, 2005 3:16 am

CLI command dssearch not working properly

Post by saikrishna »

Hi

I am using the following dssearch CLI command

dssearch -ljobs -uses -recursive <project> <master_sequence>

which will list all the jobs/sequences which underline this sequence recursiely.

But it is not listing completely in some cases, I have seen so far.

For some particular master_sequences, it is not covering all the jobs/sequences underlined to it.
Most of the time it is working fine.
But sometimes it is missing single job/sequence. For these sequences, I went to Designer and saw that missing job/sequences are part of master_sequence.


Does any one knows why it is happening?

Thanks
Sai
saikrishna
Participant
Posts: 158
Joined: Tue Mar 15, 2005 3:16 am

Post by saikrishna »

When I trying to run the master_sequence, ...The missing job/sequence is also running fine...
chulett
Charter Member
Charter Member
Posts: 43085
Joined: Tue Nov 12, 2002 4:34 pm
Location: Denver, CO

Post by chulett »

Are the 'missing' jobs listed in the Dependancies tab of the Sequence job that runs them?
-craig

"You can never have too many knives" -- Logan Nine Fingers
saikrishna
Participant
Posts: 158
Joined: Tue Mar 15, 2005 3:16 am

Post by saikrishna »

Not listed..Even the not missed jobs also not listed in dependencies tab of the sequences.
saikrishna
Participant
Posts: 158
Joined: Tue Mar 15, 2005 3:16 am

Post by saikrishna »

Sorry chullet

The jobs were listed in the dependencies tab... the "missed job/sequence" is not listed... U r right..

But I didnt add this list in dependencies.... How it is been added here ? and how "missed job/sequence" is not added in dependencies??


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

Post by ray.wurlod »

Dependencies are added to job sequences when you add job activities from the Palette or the Repository. But it appears that this does not occur - or at least not reliably - if you copy/paste a job activity. This is probably a bug.
IBM Software Services Group
Any contribution to this forum is my own opinion and does not necessarily reflect any position that IBM may hold.
saikrishna
Participant
Posts: 158
Joined: Tue Mar 15, 2005 3:16 am

Post by saikrishna »

What can I do now to make dssearch work properly?

Should I add manually this entry in dependencies??


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

Post by ray.wurlod »

Yes
IBM Software Services Group
Any contribution to this forum is my own opinion and does not necessarily reflect any position that IBM may hold.
saikrishna
Participant
Posts: 158
Joined: Tue Mar 15, 2005 3:16 am

Post by saikrishna »

Thanks Ray and Chullet
saikrishna
Participant
Posts: 158
Joined: Tue Mar 15, 2005 3:16 am

Post by saikrishna »

Thanks Ray and Chullet
Post Reply