Unlock Datastage job from Unix Command line

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
prolifics
Premium Member
Premium Member
Posts: 30
Joined: Tue Jan 20, 2009 2:56 pm

Unlock Datastage job from Unix Command line

Post by prolifics »

Hi All,

I need to know the command to use from the UNIX command line for unlocking the Datastage job.

Is there any specific command to do that from UNIX?

Any help is appreciatable

Thanks
Kaps
ureddy
Premium Member
Premium Member
Posts: 36
Joined: Wed May 14, 2008 1:59 pm

Re: Unlock Datastage job from Unix Command line

Post by ureddy »

Hi All,
I am trying to unlock the job and i followed the below steps(I dont have DS Administrator window access,so logged into unix box)

1. Login as dsadm.

2. cd into DataStage home

3. Enter ". ./dsenv"

4. bin/uvsh

after enter of 4th step im getting the below message instead of TCL prompt

$ bin/uvsh
Cannot open log file
Cannot open log file
Cannot open log file
Cannot open log file
Cannot open log file


Can you please tell me why im not getting TCL prompt?

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

Post by ray.wurlod »

Try bin/dssh instead. Also verify that $DSHOME/errlog is writable.
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