Job locked, cant delete/modify but it can be run

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

prasanna_anbu
Participant
Posts: 42
Joined: Thu Dec 28, 2006 1:39 am

Try this

Post by prasanna_anbu »

1. Connect to the DataStage server,change directory to DSEngine, source dsenv ( . ./dsenv)
2. Change directory to the projects directory that has the job generating the error.
3. Execute the following replacing with the actual job name.
$ $DSHOME/bin/uvsh "DS.PLADMIN.CMD <JOBNAME> CLEAR LOCKS "
jwiles
Premium Member
Premium Member
Posts: 1274
Joined: Sun Nov 14, 2004 8:50 pm
Contact:

Re: Try this

Post by jwiles »

Prasanna, I think you're nearly two years late on this one.
- james wiles


All generalizations are false, including this one - Mark Twain.
prasanna_anbu
Participant
Posts: 42
Joined: Thu Dec 28, 2006 1:39 am

Re: Try this

Post by prasanna_anbu »

jwiles wrote:Prasanna, I think you're nearly two years late on this one.
it may be help the others who searching for the same issue... :shock:
Post Reply