Search found 5168 matches

by kumar_s
Tue Oct 03, 2006 8:49 pm
Forum: IBM<sup>®</sup> Infosphere DataStage Server Edition
Topic: extract data from file different num of fields in each row
Replies: 22
Views: 4901

Hi Lucy,
If you were able to pre process, its fine. Else as the way Shane mentioned, have three streams from the transformer, each one for H, D and T.
And do a lookup in later stage for availability of both H and T.
Btw : Its 'Sort' in Datastage.
by kumar_s
Tue Oct 03, 2006 8:24 pm
Forum: IBM<sup>®</sup> Infosphere DataStage Server Edition
Topic: what is the difference between rejected records and exceptio
Replies: 5
Views: 1391

Due to the Constriant voilation, it causes execption in DB. And hence the records are getting rejected in Datastage with some warning. So they are asking you to check the voilation of the records with the master table, even bofore loading it. So that the warning can be avoided and the data can be ha...
by kumar_s
Tue Oct 03, 2006 7:45 pm
Forum: IBM<sup>®</sup> DataStage Enterprise Edition (Formerly Parallel Extender/PX)
Topic: How to Import DS Macro ?
Replies: 9
Views: 5576

You can use OUTROWNUM with PARTNUM if you have many streams out from Transformer.
by kumar_s
Tue Oct 03, 2006 7:30 pm
Forum: IBM<sup>®</sup> DataStage Enterprise Edition (Formerly Parallel Extender/PX)
Topic: Warnings in Look up stage
Replies: 8
Views: 2735

Warning 1: If input metadata length were not given, the default value is taken as 38,10. So you need to either specify the length as 38,10 in output or 38,0 in input. Warning 2: As specified in the warning, Nullable Column 'ID' is marked as Not Nullable in output grid. If you need to maintain as not...
by kumar_s
Tue Oct 03, 2006 5:57 am
Forum: IBM<sup>®</sup> DataStage Enterprise Edition (Formerly Parallel Extender/PX)
Topic: Compile 'hangs'
Replies: 4
Views: 1475

Check for any change in permission for the user id.
by kumar_s
Mon Oct 02, 2006 8:43 pm
Forum: IBM<sup>®</sup> DataStage Enterprise Edition (Formerly Parallel Extender/PX)
Topic: Aggregator: Multiple column aggregation into one
Replies: 10
Views: 4279

You may find some or other post to deny that transformer cuases Performance degradation. And more over, otherthan adding up this in the source database stage, Transformer will be easieast way to accomplish it.
by kumar_s
Mon Oct 02, 2006 8:38 pm
Forum: IBM<sup>®</sup> Infosphere DataStage Server Edition
Topic: To transfer tables from People soft(not sure) database to
Replies: 2
Views: 860

If you are provided with the access, you should be able to read via your OCI stage as well.
by kumar_s
Mon Oct 02, 2006 8:33 pm
Forum: IBM<sup>®</sup> DataStage Enterprise Edition (Formerly Parallel Extender/PX)
Topic: Warnings with ChangeCapture Stage
Replies: 6
Views: 1386

If you have RPC enabled, disable it. This might help for the first warning to disappear.
by kumar_s
Mon Oct 02, 2006 8:24 pm
Forum: IBM<sup>®</sup> DataStage Enterprise Edition (Formerly Parallel Extender/PX)
Topic: Date Function
Replies: 6
Views: 2166

If input is String format, you can use this. If it is in Date format, you can use as it is.
keshav0307 wrote:Ray
what is the input data is in 'yyyymmdd' format
by kumar_s
Mon Oct 02, 2006 7:56 pm
Forum: IBM<sup>®</sup> Infosphere DataStage Server Edition
Topic: Error in opening a job
Replies: 7
Views: 1366

"Enable job Admistration in Director" option should be checked in DS Adminstrator by the dsadm id inorder to get the Cleanup Resource option enabled for you userid.
by kumar_s
Mon Oct 02, 2006 7:32 pm
Forum: IBM<sup>®</sup> DataStage Enterprise Edition (Formerly Parallel Extender/PX)
Topic: How to Import DS Macro ?
Replies: 9
Views: 5576

If you are to create reports on the number of rows that been loaded and processed, you can use "dsjob" command from comand prompt with linkinfo as parameter.
by kumar_s
Mon Oct 02, 2006 7:27 pm
Forum: IBM<sup>®</sup> DataStage Enterprise Edition (Formerly Parallel Extender/PX)
Topic: Compile 'hangs'
Replies: 4
Views: 1475

Will it allow you to compile If you revert the changes?
Check if it does only in your machine or on all others? Like wise check for different user id as well.
by kumar_s
Thu Sep 28, 2006 10:48 pm
Forum: IBM<sup>®</sup> DataStage Enterprise Edition (Formerly Parallel Extender/PX)
Topic: How to read the max_key value and increment by 1 to the key
Replies: 15
Views: 4555

Curious to know the restriction on Surrogatekey generator. Its an internal stage of datastage. Will they restrict @OUTROWNUM as well? You need to pick up the maximum from a table. Create a seperate job to get the max of the value and pass it to the other job as parameter. To pass it as an parameter,...
by kumar_s
Thu Sep 28, 2006 10:34 pm
Forum: IBM<sup>®</sup> Infosphere DataStage Server Edition
Topic: DS.SCHED: Job Scheduled but not started.
Replies: 8
Views: 3538

:cry: Support :cry:
Btw, even I add www, it asks me for userid and password :x .
Atleast it works for others.
by kumar_s
Thu Sep 28, 2006 9:43 pm
Forum: IBM<sup>®</sup> DataStage Enterprise Edition (Formerly Parallel Extender/PX)
Topic: replacing a string
Replies: 17
Views: 6988

Watch it close. Ray as mentined a aproach for your case as well. Use External filter stage to utilize the power of awk (sed).