Search found 53125 matches
- Mon Jan 03, 2011 2:51 pm
- Forum: IBM<sup>®</sup> Infosphere DataStage Server Edition
- Topic: Suggest better design
- Replies: 6
- Views: 2780
- Mon Jan 03, 2011 2:50 pm
- Forum: IBM<sup>®</sup> Infosphere DataStage Server Edition
- Topic: Null value as key column in hash file
- Replies: 1
- Views: 1790
- Mon Jan 03, 2011 2:49 pm
- Forum: IBM<sup>®</sup> Infosphere DataStage Server Edition
- Topic: SQL server 2008 Date to Char question
- Replies: 4
- Views: 4442
- Mon Jan 03, 2011 2:47 pm
- Forum: IBM<sup>®</sup> Infosphere DataStage Server Edition
- Topic: Convert timestamp format
- Replies: 4
- Views: 2278
Code: Select all
Left(InLink.TheLongTimestamp,23)- Mon Jan 03, 2011 2:45 pm
- Forum: General
- Topic: How to find the jobs location in Unix sever
- Replies: 12
- Views: 3849
- Mon Jan 03, 2011 5:02 am
- Forum: IBM<sup>®</sup> DataStage Enterprise Edition (Formerly Parallel Extender/PX)
- Topic: DataStage paralle job hanging
- Replies: 4
- Views: 2360
- Mon Jan 03, 2011 5:01 am
- Forum: IBM<sup>®</sup> DataStage Enterprise Edition (Formerly Parallel Extender/PX)
- Topic: Transformer
- Replies: 2
- Views: 1079
- Sun Jan 02, 2011 5:16 pm
- Forum: IBM<sup>®</sup> DataStage Enterprise Edition (Formerly Parallel Extender/PX)
- Topic: How to generate sequence number in datastage
- Replies: 8
- Views: 4735
Re: How to generate sequence number in datastage
Hi, You r not toled where u get stricked in useing surrogate key stge and there is different methdes in useing skey in Datastage stage 7.5*2 and 8.0.1 First tell me the version :?: While we appreciate that English may not be your first language, please try to be more professional when using DSXchan...
- Sat Jan 01, 2011 3:00 pm
- Forum: IBM<sup>®</sup> Infosphere DataStage Server Edition
- Topic: Performance Tuning
- Replies: 9
- Views: 4271
Your unwillingness to change is severely limiting your options. Did you try simply enabling inter-process row buffering as I suggested? Create some jobs to determine where the bottleneck is. For example: DRS ---> Transformer ---> SeqFile with a constraint of @FALSE in the Transformer stage will show...
- Sat Jan 01, 2011 2:56 pm
- Forum: IBM<sup>®</sup> Infosphere DataStage Server Edition
- Topic: Split one row to multiple rows
- Replies: 17
- Views: 8356
- Fri Dec 31, 2010 3:02 pm
- Forum: IBM<sup>®</sup> DataStage Enterprise Edition (Formerly Parallel Extender/PX)
- Topic: Cannot find job ROOT when try to save job
- Replies: 10
- Views: 7231
- Fri Dec 31, 2010 2:58 pm
- Forum: IBM<sup>®</sup> Infosphere DataStage Server Edition
- Topic: Performance Tuning
- Replies: 9
- Views: 4271
Run fewer jobs at once? Really one can not offer advice because we have no information at all about resources demanded by your jobs, resources available on your system, where any bottlenecks might be occurring, which jobs are scheduled to run simultaneously, and so on. The only information we have i...
- Fri Dec 31, 2010 3:34 am
- Forum: IBM<sup>®</sup> DataStage Enterprise Edition (Formerly Parallel Extender/PX)
- Topic: Coneection Errror for DB2 XMETA Database
- Replies: 5
- Views: 3584
- Fri Dec 31, 2010 3:33 am
- Forum: IBM<sup>®</sup> DataStage Enterprise Edition (Formerly Parallel Extender/PX)
- Topic: External Source Stage problem
- Replies: 1
- Views: 1189
- Fri Dec 31, 2010 3:31 am
- Forum: IBM<sup>®</sup> DataStage Enterprise Edition (Formerly Parallel Extender/PX)
- Topic: Warning while using Teradata Connector -RCP enabled
- Replies: 9
- Views: 7414
Any transformation must have the column(s) to which it applies present on the Transformer stage input link - it must be there explicitly, it cannot be provided via RCP. So, unless this transformation exists for all of your generic possibilities, it looks to me like you're going to need more than one...