locating job sequence in project

Post questions here relative to DataStage Enterprise/PX Edition for such areas as Parallel job design, Parallel datasets, BuildOps, Wrappers, etc.

Moderators: chulett, rschirm, roy

Post Reply
dscon9128
Participant
Posts: 25
Joined: Fri Jun 13, 2008 9:11 am

locating job sequence in project

Post by dscon9128 »

Hello,

I was trying to save an existing job sequence to another name, when DS refused to let me do so saying another sequence already existed with the same name. I tried looking under the different categories in the the project for the sequencer which already existed,but could not locate it. Is there any way for me to easily determine where it is located?

Thanks!
dh_Madhu
Premium Member
Premium Member
Posts: 65
Joined: Sat Apr 23, 2005 3:19 am
Location: Stirling, Scotland

Post by dh_Madhu »

Go to the Datastage Administrator and type the following query SELECT CATEGORY FROM DS_JOBS WHERE NAME = 'sequencename';
Regards,
Madhu Dharmapuri
dscon9128
Participant
Posts: 25
Joined: Fri Jun 13, 2008 9:11 am

Post by dscon9128 »

Thanks a lot, worked great!
dr.murthy
Participant
Posts: 224
Joined: Sun Dec 07, 2008 8:47 am
Location: delhi

Post by dr.murthy »

dscon9128 wrote:Thanks a lot, worked great!
hi,

could you please let me know where exactly execute this sequel
D.N .MURTHY
chulett
Charter Member
Charter Member
Posts: 43085
Joined: Tue Nov 12, 2002 4:34 pm
Location: Denver, CO

Post by chulett »

In the Administrator under Projects, after clicking on the 'Command' button.
-craig

"You can never have too many knives" -- Logan Nine Fingers
Post Reply