Search found 5168 matches

by kumar_s
Thu Mar 08, 2007 3:08 am
Forum: IBM<sup>®</sup> Infosphere DataStage Server Edition
Topic: Can you call Java Code from DataStage?
Replies: 3
Views: 2082

Pls post in the right forum.
If you need to call just the executable, write a Batch (*.bat) file and call that using ExecuteCommand Activity.
by kumar_s
Wed Mar 07, 2007 11:27 pm
Forum: IBM<sup>®</sup> Infosphere DataStage Server Edition
Topic: unable to create sequential file as debug file
Replies: 9
Views: 3050

By any chance, were you running the job in Multiple instance which targets the same file as target at the same time?
by kumar_s
Wed Mar 07, 2007 10:12 pm
Forum: IBM<sup>®</sup> DataStage Enterprise Edition (Formerly Parallel Extender/PX)
Topic: Director job monitoring warning message
Replies: 4
Views: 1410

Do you get any error if you disable APT_NO_JOBMON by setting it TRUE?
by kumar_s
Wed Mar 07, 2007 10:11 pm
Forum: IBM<sup>®</sup> Infosphere DataStage Server Edition
Topic: DataStage job - runtime error ORA-01036
Replies: 21
Views: 11321

So now we should open a ticket for Webmaster to fix it up. :?: :wink:
by kumar_s
Wed Mar 07, 2007 10:08 pm
Forum: IBM<sup>®</sup> Infosphere DataStage Server Edition
Topic: splitting a string into three fields
Replies: 33
Views: 5453

Hope you are using single space " " to check the count of delimiter.
by kumar_s
Wed Mar 07, 2007 9:59 pm
Forum: IBM<sup>®</sup> DataStage Enterprise Edition (Formerly Parallel Extender/PX)
Topic: ORA-12154 Error and Possible Job Corruption
Replies: 17
Views: 5695

If the same jobs runs if the Sequential file is replace by Other stage, would reveal the fact that the tnsnames had that entry in the file.
Need to check, whats mystery with the earlier design.
by kumar_s
Wed Mar 07, 2007 9:39 pm
Forum: IBM<sup>®</sup> Infosphere DataStage Server Edition
Topic: splitting a string into three fields
Replies: 33
Views: 5453

Could you post the same here.
by kumar_s
Wed Mar 07, 2007 9:34 pm
Forum: IBM<sup>®</sup> Infosphere DataStage Server Edition
Topic: String Concatenation
Replies: 2
Views: 1203

Else to make it more clear assign each expression in individual Stage variable and concatinate the variables. vStageVar1 =? If Write_Reversal.END_USER_NAME<> Read_SpaChannelHistory.END_USER_NAME Then 'AOO |' Else '' VStrageVar2 => If Write_Reversal.CHANNEL_FLAG<> Read_SpaChannelHistory.CHANNEL_FLAG ...
by kumar_s
Wed Mar 07, 2007 9:30 pm
Forum: IBM<sup>®</sup> Infosphere DataStage Server Edition
Topic: splitting a string into three fields
Replies: 33
Views: 5453

Have the input in coloumn, and the Field after TRIM in another column and the count of the Delimiter in other column. This way you can easily find the actual issue.
by kumar_s
Wed Mar 07, 2007 9:28 pm
Forum: IBM<sup>®</sup> DataStage Enterprise Edition (Formerly Parallel Extender/PX)
Topic: Using Load option in Oracle with indexes
Replies: 25
Views: 9910

I guess, this is a reply to Roy.
by kumar_s
Wed Mar 07, 2007 8:48 pm
Forum: IBM<sup>®</sup> DataStage Enterprise Edition (Formerly Parallel Extender/PX)
Topic: Insert Null values into Oracle date column
Replies: 12
Views: 8705

Dont you get any ORA error code. As noted you cannot send Null to not nullable field.
by kumar_s
Wed Mar 07, 2007 8:39 pm
Forum: IBM<sup>®</sup> DataStage Enterprise Edition (Formerly Parallel Extender/PX)
Topic: Reject Records and Abend Handling
Replies: 6
Views: 1107

Or you can get the warning message to promote to Fatal. But may not be sure of, if can handle all the types of warnings and errors.
by kumar_s
Wed Mar 07, 2007 8:34 pm
Forum: IBM<sup>®</sup> DataStage Enterprise Edition (Formerly Parallel Extender/PX)
Topic: Reject Records and Abend Handling
Replies: 6
Views: 1107

If you need to capture all the rejected rows, you need to run the job fully with out aborting it in between.
Else "Else abort after n Row" should be the simple approach.
by kumar_s
Wed Mar 07, 2007 7:44 pm
Forum: IBM<sup>®</sup> Infosphere DataStage Server Edition
Topic: splitting a string into three fields
Replies: 33
Views: 5453

You need to check the input for that particular record or post it here for analysis.
So do you mean, that there are some records with single delimiter??
by kumar_s
Wed Mar 07, 2007 6:31 pm
Forum: IBM<sup>®</sup> DataStage Enterprise Edition (Formerly Parallel Extender/PX)
Topic: Creating Multiple records from one Record from the source
Replies: 4
Views: 721

Approach 2 and 3 could be simple to construct.
3rd option is more configurable. You can edit the lookup data as per you changing requirement.