Search found 128 matches

by oacvb
Fri Mar 09, 2007 12:12 am
Forum: IBM<sup>®</sup> Infosphere DataStage Server Edition
Topic: Job Warning
Replies: 34
Views: 10408

U r right Kumar, But that shell script needs to be called from sequence right?...What if that fails?
by oacvb
Thu Mar 08, 2007 11:49 pm
Forum: IBM<sup>®</sup> Infosphere DataStage Server Edition
Topic: Error while Calling SP from OCI Stage
Replies: 18
Views: 4685

Might be silly to you. I tried it and got the following error.

ORA-06576: not a valid function or procedure name
by oacvb
Thu Mar 08, 2007 11:28 pm
Forum: IBM<sup>®</sup> Infosphere DataStage Server Edition
Topic: Error while Calling SP from OCI Stage
Replies: 18
Views: 4685

Yeap.I have at the end. Sorry, forgot to copy that. Please see the below statement from Before SQL tab.

{call SP_CID_EXTRACT_CUST_DATA_FIX1()};
by oacvb
Thu Mar 08, 2007 11:25 pm
Forum: IBM<sup>®</sup> Infosphere DataStage Server Edition
Topic: Job Warning
Replies: 34
Views: 10408

Yeap..Thanks for the response. I was just referring that auto-purge setting which can be done from Administrator.

Don't we feel sad that we can't set the warning option for a project? :(
by oacvb
Thu Mar 08, 2007 11:11 pm
Forum: IBM<sup>®</sup> Infosphere DataStage Server Edition
Topic: Error while Calling SP from OCI Stage
Replies: 18
Views: 4685

Error while Calling SP from OCI Stage

Hi, I am trying to call SP from SQL --> Before tab by using the following command {call SP_CID_EXTRACT_CUST_DATA_FIX1()} but it gives the following error. ORA-00911: invalid character It is working fine If i call the same SP through script / sql prompt / toad. Can anyone help me in resolving the iss...
by oacvb
Thu Mar 08, 2007 11:05 pm
Forum: IBM<sup>®</sup> Infosphere DataStage Server Edition
Topic: Job Warning
Replies: 34
Views: 10408

I am not talking about log purging in Administrator. Period.

I was thinking is there any option in server to control the warning limit....If not then it is slightly unconformtable of Data Stage where they would have given the option to set at project level.
by oacvb
Thu Mar 08, 2007 10:49 pm
Forum: IBM<sup>®</sup> Infosphere DataStage Server Edition
Topic: Job Warning
Replies: 34
Views: 10408

We are 5 memebers in a team, if some one hasn't set the option in director which causing the job to abort. So if at all any option in DS Administrator (Like purging of log etc.,) i can set the option.
by oacvb
Thu Mar 08, 2007 10:43 pm
Forum: IBM<sup>®</sup> Infosphere DataStage Server Edition
Topic: Job Warning
Replies: 34
Views: 10408

Is there anyways to override the client setting ? I am triggering the job from Director and wanted to take the option from Server if at all available. Because It will be an issue,if i didn't look the setup of director.
by oacvb
Thu Mar 08, 2007 10:39 pm
Forum: IBM<sup>®</sup> Infosphere DataStage Server Edition
Topic: Hash File Key Columns
Replies: 11
Views: 3777

First it's not possible to use sub-set of key columns while reading hashed file. Even if he is getting only a part, there is no guarantee that he will get the same because of usage of less key columns.
by oacvb
Thu Mar 08, 2007 10:13 pm
Forum: IBM<sup>®</sup> DataStage Enterprise Edition (Formerly Parallel Extender/PX)
Topic: can't stop job
Replies: 6
Views: 1772

Actually logout will kill the process but sometimes status in Director remains same. (Running) whereas it is not.So you can compile the job. It happened to me lot of times and i fixed in this way.
by oacvb
Thu Mar 08, 2007 10:08 pm
Forum: IBM<sup>®</sup> Infosphere DataStage Server Edition
Topic: Hash File Key Columns
Replies: 11
Views: 3777

Well.You are right it's hashed file. I am not talking about the position of the key columns. What if partial key's are used during lookup?he is using only partial key columns.
by oacvb
Thu Mar 08, 2007 10:04 pm
Forum: IBM<sup>®</sup> DataStage Enterprise Edition (Formerly Parallel Extender/PX)
Topic: auto clear log
Replies: 17
Views: 4492

How can i clear status file by script. I have an option in DS "Job --> Clear Status File" which clears all the instance of the job.I wanted to clear all the instances which ran one week ago? how to do that?
by oacvb
Thu Mar 08, 2007 9:56 pm
Forum: IBM<sup>®</sup> Infosphere DataStage Server Edition
Topic: Hash File Key Columns
Replies: 11
Views: 3777

Could you please explain why you wanted to create hash file with 6 key columns when you are using only 4 for lookup. I don't think you can create hash file with 6 key columns and using only 4 key columns. Because Hash file work in the following way. When it stores the data, hash key will be generate...
by oacvb
Thu Mar 08, 2007 9:47 pm
Forum: IBM<sup>®</sup> DataStage Enterprise Edition (Formerly Parallel Extender/PX)
Topic: can't stop job
Replies: 6
Views: 1772

Go to Director, Select the job and option "Job ---> Clean Up Resources". It will list the thread and Click Logout.It will kill the job. Sometimes in director the job status might not have changed,so open the job in Designer and compile. The status will be changed.
by oacvb
Thu Mar 08, 2007 7:34 pm
Forum: IBM<sup>®</sup> Infosphere DataStage Server Edition
Topic: Job Warning
Replies: 34
Views: 10408

Hi,

Go to Director.Click "Tools --> Option" and go to Limits tab and set the option "No Limit" for warnings. After this setting jobs won't abort if it's called from sequencer / job control / unix script etc.,