DataStage server job locked after Designer crashes

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
rdy
Participant
Posts: 38
Joined: Wed Nov 05, 2003 2:40 pm

DataStage server job locked after Designer crashes

Post by rdy »

A couple of times, DataStage designer has frozen ("not responding") when viewing large sequential files. (Local client is Windows NT 4.0).

When Designer is restarted, we have been unable to edit the job that was being edited when the error occurred. The only way we have found to release the job is to stop and start the datastage engine.

Is there another way to release a job without restarting the engine?
chulett
Charter Member
Charter Member
Posts: 43085
Joined: Tue Nov 12, 2002 4:34 pm
Location: Denver, CO

Post by chulett »

This is a common problem and there are quite a number of posts on this particular subject here. If you search for something like "releasing locks" you should turn them up.
-craig

"You can never have too many knives" -- Logan Nine Fingers
ogmios
Participant
Posts: 659
Joined: Tue Mar 11, 2003 3:40 pm

Re: DataStage server job locked after Designer crashes

Post by ogmios »

Execute on UNIX:

Code: Select all

list_readu
And look for the entry where your jobname appears in the last column.
Then login to Director with dsadm and use Job->Cleanup Resources. "Show All". Then find the corresponding job entry (out of my head using the last number right before your jobname in list_readu), first unlock the locks in the bottom half of the screen and then log them off.

Ogmios
kduke
Charter Member
Charter Member
Posts: 5227
Joined: Thu May 29, 2003 9:47 am
Location: Dallas, TX
Contact:

Post by kduke »

If you login to the Admin and TCL do UNLOCK ALL. This is the easiest way.

You need to be dsadm.
Mamu Kim
Post Reply