Search found 97 matches

by videsh77
Thu May 12, 2005 9:39 am
Forum: IBM<sup>®</sup> Infosphere DataStage Server Edition
Topic: Read Parameter Frmo a Parameter File
Replies: 11
Views: 7083

You can do it, by calling your DataStage job from command prompt. In doing so, it can be called via unix shell script. You can have parameter file imported to a shell script, & the same can be passed to a dsjob. This one approach, I know. Below is detail of Shell script : SCRIPT STARTS #!/bin/sh...
by videsh77
Wed May 11, 2005 8:06 am
Forum: IBM<sup>®</sup> Infosphere DataStage Server Edition
Topic: Job is locked by an user
Replies: 5
Views: 1798

I have tried following command :

unlock all myuserid #

But I am getting an error messgae as,
'Insufficient privileges to perform lock maintenance.'

I am not an admin, still can I unlock?
by videsh77
Wed May 11, 2005 7:06 am
Forum: IBM<sup>®</sup> Infosphere DataStage Server Edition
Topic: Job is locked by an user
Replies: 5
Views: 1798

Job is locked by an user

This is my job is locked against my own id, though its not open in my DataStage application window. Do any one knows, how to get rid of this lock, from the job.
by videsh77
Wed May 11, 2005 4:14 am
Forum: IBM<sup>®</sup> Infosphere DataStage Server Edition
Topic: Calling DS job from unix prompt
Replies: 5
Views: 2100

Calling DS job from unix prompt

I want to start a DataStage job from AIX unix prompt. How can I achieve that?
by videsh77
Fri Dec 24, 2004 4:04 am
Forum: IBM<sup>®</sup> Infosphere DataStage Server Edition
Topic: Finding a job
Replies: 7
Views: 2964

Thanks Craig & ArnW

SELECT CATEGORY FROM DS_JOBS WHERE NAME = 'JobName';

It will give you the category in which your job resides.
by videsh77
Wed Dec 22, 2004 12:19 pm
Forum: IBM<sup>®</sup> Infosphere DataStage Server Edition
Topic: Finding a job
Replies: 7
Views: 2964

ArnW, Thanks for the links.

But it didnt solve my problem. I am having many jobs in my project, which are classified under different categories.

I need to know, given a command & a jobname it will tell me which category that job resides.
by videsh77
Wed Dec 22, 2004 10:24 am
Forum: IBM<sup>®</sup> Infosphere DataStage Server Edition
Topic: Finding a job
Replies: 7
Views: 2964

Finding a job

What command to be given in DS Admin console to find a job?

Also, can anyone suggest me a place where I will find a comprehensive list of commands to be given at Command interface with DS Administrator?