job is being accessed by another user

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
clausskou
Premium Member
Premium Member
Posts: 4
Joined: Mon Sep 17, 2007 6:53 am

job is being accessed by another user

Post by clausskou »

Hi,

One of our developers has asked me to unlock a job, so when I went to the Director in order to unlock the job, I could release the lock, but to no avail - it is still locked. When I looked at again, I noticed that the PID was 0. How do I unlock a job with PID = 0?

Please help.

Best regards,

Claus
chulett
Charter Member
Charter Member
Posts: 43085
Joined: Tue Nov 12, 2002 4:34 pm
Location: Denver, CO

Post by chulett »

First question - did you attempt this as either 'dsadm' or the logged in user you were attempting to unlock?
-craig

"You can never have too many knives" -- Logan Nine Fingers
ray.wurlod
Participant
Posts: 54607
Joined: Wed Oct 23, 2002 10:52 pm
Location: Sydney, Australia
Contact:

Post by ray.wurlod »

This is a lock held by a defunct process. You need to release such locks either using the UNLOCK command or by re-starting DataStage. The UNLOCK command includes options for specifying a particular lock in several different ways.

Code: Select all

|       UNLOCK [NODE node] [USER user.number]                                  |
|          [FILE pathname | [DEVICE device.number]                             |
|          [INODE i.node.number]] [GROUP group.address]                        |
|          [RECORD record.ID]                                                  |
IBM Software Services Group
Any contribution to this forum is my own opinion and does not necessarily reflect any position that IBM may hold.
Post Reply