job locking methods? How can we unlock the job?
Answers were Sorted based on User's Feedback
I think this answer might satisfy you..
1.just open administrator
2.Go to projects tab
3.click on command button.
4.Give list.readu command and press execute(It gives you all the jobs status
and please not the PID(Process ID) of those jobs which you want to unlock)
5.Now close that and again come back to command window.
6.now give the command ds.tools and execute
7.read the options given there.... and type "4" (option)
8.and now give 6/7 depending up on ur requirement...
9.Now give the PID that you have noted before..
10.Then "yes"
11.Generally at first time it won't work.. but if we press again 7 then
after that give PID again.. It ll work....
Please get back to me If any further clarifications req
| Is This Answer Correct ? | 3 Yes | 2 No |
Answer / sreenu
one way is to use open the
xmeta lock info and delete the corresponding record.
| Is This Answer Correct ? | 1 Yes | 0 No |
Answer / sekhar
Follow below steps to unlock all the jobs in a project.
1) Go to the $DSHOME directory and then to bin Directory.
2)Then login to Bin using uvsh like below..
IIS/IBM/InformationServer/Server/DSEngine/bin]$ uvsh
After logged in,the below message will be displayed.
DataStage Command Language 8.7 Licensed Materials - Property
of IBM
(c) Copyright IBM Corp. 1997, 2011 All Rights Reserved.
bin logged on: Thursday, March 06, 2014 18:35
Now Just use the commands as shown below
>LOGTO UV
>LOGTO PROJECT(your Project name as mentioned in Datastage)
>UNLOCK ALL
All the jobs which are locked in that particular project
will be unlocked and below message will be displayed.
Clearing Record locks.
Clearing GROUP locks.
Clearing FILE locks.
| Is This Answer Correct ? | 0 Yes | 0 No |
Can we use sequential file as source to hash file? Have you do it ?if what error it will give?
How to clean the datastage repository?
What is the difference between passive stage and active stage?
I have 3 jobs A,B and C , which are dependent each other. I want to run A & C jobs daily and B job run only on sunday. how can we do it?
What is the Difference Between DataStage 7.5 version and 8.1 Version?
Input Data is: Emp_Id, EmpInd 100, 0 100, 0 100, 0 101, 1 101, 1 102, 0 102, 0 102, 1 103, 1 103, 1 I want Output 100, 0 100, 0 100, 0 101, 1 101, 1 Means Indicator should either all ZEROs or all ONEs per EmpId. Impliment this using SQL and DataStage both.
Define oconv () and iconv () functions in datastage?
Explain connectivity between datastage with datasources?
Difference between server jobs & parallel jobs?
What is job control?
we run a job in 4 nodes,i want to run same job on 8 nodes is it possible? job recompling is mandtory?why?
I have source like "abcdefghijklmnopqrs", how to change 10th character from j to z in datastage?