Search found 5168 matches

by kumar_s
Wed Feb 08, 2012 3:43 pm
Forum: IBM<sup>®</sup> DataStage Enterprise Edition (Formerly Parallel Extender/PX)
Topic: regarding usage of a field that is not part of Aggregator.
Replies: 14
Views: 9494

As mentioned earlier, Billing Date should be part of your Aggregation Key group. But technically, if you want to leave out one filed on the aggregation and want to join it later, you ll have to do it literally the same. You ll have to use the Join (or other Stages to join) the filed from the source ...
by kumar_s
Wed Nov 09, 2011 2:07 pm
Forum: IBM<sup>®</sup> DataStage Enterprise Edition (Formerly Parallel Extender/PX)
Topic: Hash partitioning and sorting
Replies: 8
Views: 6879

If you want to aggregate based on ZipCode and Sate, Its not right to partition based on ZipCode,Stage and City. Unless you planned to have one extra round of Aggregation. "- Does the order of the sorting keys matter, as long as the order match each others?" You are good if both links match...
by kumar_s
Tue Oct 18, 2011 1:21 pm
Forum: IBM<sup>®</sup> DataStage Enterprise Edition (Formerly Parallel Extender/PX)
Topic: view .o file
Replies: 2
Views: 2097

You will not be able to understand anything from the .o file even if you view the file. You ll have to check the corresponding Source code to get your understanding. .o are just the executables of the soruce code.
by kumar_s
Tue Oct 18, 2011 1:17 pm
Forum: IBM<sup>®</sup> DataStage Enterprise Edition (Formerly Parallel Extender/PX)
Topic: Strange Input buffer overrun problem
Replies: 4
Views: 4855

Did you check the record # 129012 at the field WS054_AUD_ADJ_FLASH_IND_2 for any abnormality?
by kumar_s
Mon Apr 11, 2011 1:37 pm
Forum: IBM<sup>®</sup> DataStage Enterprise Edition (Formerly Parallel Extender/PX)
Topic: Convert function ??
Replies: 3
Views: 4804

Did you try Convert('(e)-','',Input.Filed)
by kumar_s
Fri Feb 11, 2011 9:57 am
Forum: General
Topic: Datastage jobs Using Oracle Table
Replies: 4
Views: 3977

If you had saved the metadata in the repository, you can do the Usage Analysis based on the Table Defenition.
by kumar_s
Thu Sep 16, 2010 4:19 pm
Forum: IBM<sup>®</sup> DataStage Enterprise Edition (Formerly Parallel Extender/PX)
Topic: Lookup stage
Replies: 10
Views: 6231

Yes, Datastage will drop the columns from the Lookup internally and will Keep the columns from Main stream to the output.
by kumar_s
Thu Sep 16, 2010 9:29 am
Forum: IBM<sup>®</sup> DataStage Enterprise Edition (Formerly Parallel Extender/PX)
Topic: Is this possible with Runtime column propagation?
Replies: 16
Views: 13513

So define only those columns that you wish to assing as key and Values in the Change capture stage. And let the other columns to propagate.
by kumar_s
Thu Sep 16, 2010 9:26 am
Forum: General
Topic: Problem with logging into Director - Project locked
Replies: 17
Views: 9714

Both would exit the Client and close the client connection.
So shouldnt really make any difference.
But did you find any?
by kumar_s
Thu Sep 16, 2010 8:54 am
Forum: IBM<sup>®</sup> DataStage Enterprise Edition (Formerly Parallel Extender/PX)
Topic: Dataset
Replies: 13
Views: 6684

You would need to try to ensure that the locations of your dataset descriptor does not match to the data file you are removing. You wouldn't want to delete data that someone is dependent upon. Most environments will have a handful of environmental vairables used to direct the location of the descri...
by kumar_s
Wed Sep 15, 2010 8:48 am
Forum: IBM<sup>®</sup> DataStage Enterprise Edition (Formerly Parallel Extender/PX)
Topic: offset warning in the sequential stage
Replies: 4
Views: 4081

Doesn't the below lines give you more information? Take a look at the record 27 for the field "IP_PORTFOLIO", and see if that fits your metadata defenition. seq_src_PORTFOLIO_LKP,0: Delimiter for field "IP_PORTFOLIO" not found; input: {0d}, at offset: 0 seq_src_PORTFOLIO_LKP,0: I...
by kumar_s
Wed Sep 15, 2010 8:28 am
Forum: IBM<sup>®</sup> DataStage Enterprise Edition (Formerly Parallel Extender/PX)
Topic: Maltiple instances of jobs
Replies: 2
Views: 2190

Are the underlying jobs multiple instance too?
by kumar_s
Wed Sep 15, 2010 8:24 am
Forum: IBM<sup>®</sup> DataStage Enterprise Edition (Formerly Parallel Extender/PX)
Topic: Cannot view data for sequential file
Replies: 14
Views: 14083

As said earliar, check the bad records from ora.6032.14000d.0.log.bad or check the log file to see the exact error message.
by kumar_s
Wed Sep 15, 2010 8:23 am
Forum: IBM<sup>®</sup> DataStage Enterprise Edition (Formerly Parallel Extender/PX)
Topic: Implementing OR condition
Replies: 8
Views: 4889

Try adding a dummy column in the references. And you can use the dummy column to check the lookup condition. If you cant add the dummy column... Then, you may need three lookup stages. On failure of the first lookup, reject the recorcs to second. On failure of second lookup, reject the records to th...
by kumar_s
Tue Sep 14, 2010 11:35 am
Forum: IBM<sup>®</sup> DataStage Enterprise Edition (Formerly Parallel Extender/PX)
Topic: Cannot view data for sequential file
Replies: 14
Views: 14083

You were trying to read a Dos file with Unix format.
Try to give DOS as Record Delimiter.

There error that you getting is from teh Sql Loader.
Check the log file specified.

ora.4728.827000.0.logora.4728.827000.0.log