What reason can you give for that advice?srinivas.g wrote:Pleae dont use sort stage.if you see merge stage itself we have sort option.please use that...
Search found 53125 matches
- Tue Aug 17, 2010 2:59 am
- Forum: IBM<sup>®</sup> DataStage Enterprise Edition (Formerly Parallel Extender/PX)
- Topic: Merge stage with NULL output
- Replies: 4
- Views: 1889
- Tue Aug 17, 2010 2:57 am
- Forum: IBM<sup>®</sup> DataStage Enterprise Edition (Formerly Parallel Extender/PX)
- Topic: User defined SQL in DB2 Enterprise stage reduce performance?
- Replies: 10
- Views: 2440
- Tue Aug 17, 2010 2:55 am
- Forum: IBM<sup>®</sup> Infosphere DataStage Server Edition
- Topic: Date function for System Date
- Replies: 9
- Views: 2941
- Tue Aug 17, 2010 2:52 am
- Forum: IBM<sup>®</sup> Infosphere DataStage Server Edition
- Topic: Passing parameter to Oconv function
- Replies: 7
- Views: 4363
- Tue Aug 17, 2010 2:51 am
- Forum: General
- Topic: Server Routine output in Job sequence
- Replies: 7
- Views: 2519
- Tue Aug 17, 2010 1:25 am
- Forum: IBM<sup>®</sup> Infosphere DataStage Server Edition
- Topic: Date function for System Date
- Replies: 9
- Views: 2941
- Tue Aug 17, 2010 1:24 am
- Forum: IBM<sup>®</sup> Infosphere DataStage Server Edition
- Topic: Passing parameter to Oconv function
- Replies: 7
- Views: 4363
Job1 can save the start date and end date in that job's user status area. When the sequence requests the run of Job2, the start date and end date can be supplied from Job1's user status area ($UserStatus activity variable). Likewise Job2 can be supplied with end date from Job1's user status area ($U...
- Tue Aug 17, 2010 12:05 am
- Forum: General
- Topic: Sequence Job Error
- Replies: 4
- Views: 1401
- Mon Aug 16, 2010 5:07 pm
- Forum: IBM<sup>®</sup> DataStage Enterprise Edition (Formerly Parallel Extender/PX)
- Topic: how to convert nullable to not null values
- Replies: 5
- Views: 2403
- Mon Aug 16, 2010 5:05 pm
- Forum: IBM<sup>®</sup> DataStage Enterprise Edition (Formerly Parallel Extender/PX)
- Topic: ODBC Enterprise stage...
- Replies: 8
- Views: 2373
- Mon Aug 16, 2010 5:03 pm
- Forum: IBM<sup>®</sup> DataStage Enterprise Edition (Formerly Parallel Extender/PX)
- Topic: Data capture in sql
- Replies: 5
- Views: 2094
- Mon Aug 16, 2010 5:02 pm
- Forum: IBM<sup>®</sup> DataStage Enterprise Edition (Formerly Parallel Extender/PX)
- Topic: Fatal Error: Caught ORCHESTRATE exception in parallel proces
- Replies: 3
- Views: 7211
Welcome aboard. I think your diagnosis is correct. Is the DataStage project visible from the second machine? That's where the compiled Transformer code is. If the project is not visible, you need to propagate the code to all machines in the configuration - this is explained in (from memory) the Para...
- Mon Aug 16, 2010 4:59 pm
- Forum: IBM<sup>®</sup> DataStage Enterprise Edition (Formerly Parallel Extender/PX)
- Topic: Data Loading Error in Oracle Table
- Replies: 4
- Views: 1983
Re: Data Loading Error in Oracle Table
Sending your mail to Germany would involve PLZ (Postleitzahl).vemisr wrote:suggestions plz
- Mon Aug 16, 2010 4:58 pm
- Forum: IBM<sup>®</sup> DataStage Enterprise Edition (Formerly Parallel Extender/PX)
- Topic: Promote Subrecord
- Replies: 1
- Views: 1776
- Mon Aug 16, 2010 4:56 pm
- Forum: IBM<sup>®</sup> DataStage Enterprise Edition (Formerly Parallel Extender/PX)
- Topic: User defined SQL in DB2 Enterprise stage reduce performance?
- Replies: 10
- Views: 2440
Provided that many things are true, such as the db2nodes configuration file being up to date, partitioning information being up to date in DB2 and so on, the DB2 Connector (and, indeed, the DB2 Enterprise stage) will execute independently on each partition. From memory you are also obliged to use th...