Search This Blog

Thursday 24 March 2016

IBM Infosphere Datastage : Unlock the Job Locked by user

 
When we disconnect the designer abnormally, some times we will get an error "job is locked by another user" while trying to open the job.

Use cleanup_abandoned_locks utility to clear any abandoned locks. The cleanup_abandoned_locks utility deletes session locks from the Information Server repository that were left over from some usage of an Information Server suite application (e.g. DataStage).

Login to domain layer using either root or Administrator user (for Windows)

cd /opt/IBM/InformationServer/ASBServer/bin

./cleanup_abandoned_locks.sh (on Unix/Linux)
./cleanup_abandoned_locks.bat (on Windows)

usage: cleanup_abandoned_locks
-P,--password Password
-U,--user User name
-h,--help Print this message.
 

for this Issue, full resolution steps are documented in below link
 

No comments:

Post a Comment