Yeah, that.
Search found 53125 matches
- Mon Jan 11, 2010 11:43 pm
- Forum: IBM<sup>®</sup> DataStage Enterprise Edition (Formerly Parallel Extender/PX)
- Topic: Error connecting to NZ using ODBC
- Replies: 7
- Views: 7586
- Mon Jan 11, 2010 11:42 pm
- Forum: IBM<sup>®</sup> Infosphere DataStage Server Edition
- Topic: How can I restart the server after particular job finished?
- Replies: 32
- Views: 37342
Not something I'd advocate from within DataStage. If your job is invoked from the third-party scheduler, however, then it's a simple matter to invoke the appropriate commands to stop and start the server from the same scheduler. I'd script in a couple of safety checks, also. One that there are no ot...
- Mon Jan 11, 2010 11:40 pm
- Forum: IBM<sup>®</sup> Infosphere DataStage Server Edition
- Topic: Getting Eventtype from RT_LOG file
- Replies: 10
- Views: 5966
- Mon Jan 11, 2010 5:34 pm
- Forum: IBM<sup>®</sup> Infosphere DataStage Server Edition
- Topic: Getting Eventtype from RT_LOG file
- Replies: 10
- Views: 5966
- Mon Jan 11, 2010 5:20 pm
- Forum: IBM<sup>®</sup> DataStage Enterprise Edition (Formerly Parallel Extender/PX)
- Topic: Running job from Unix cmd w/o letting user becoming dsadmin
- Replies: 7
- Views: 2234
- Mon Jan 11, 2010 4:24 pm
- Forum: IBM<sup>®</sup> Infosphere DataStage Server Edition
- Topic: Getting Eventtype from RT_LOG file
- Replies: 10
- Views: 5966
- Mon Jan 11, 2010 4:19 pm
- Forum: IBM<sup>®</sup> DataStage Enterprise Edition (Formerly Parallel Extender/PX)
- Topic: pointing value back & forth of each record?
- Replies: 1
- Views: 996
- Mon Jan 11, 2010 4:17 pm
- Forum: IBM<sup>®</sup> DataStage Enterprise Edition (Formerly Parallel Extender/PX)
- Topic: Error connecting to NZ using ODBC
- Replies: 7
- Views: 7586
- Mon Jan 11, 2010 4:12 pm
- Forum: IBM<sup>®</sup> DataStage Enterprise Edition (Formerly Parallel Extender/PX)
- Topic: Same Table as Source and Target
- Replies: 8
- Views: 3501
Good thinking, and it may work but it may not. Certainly with a normal reference link the reference data set is completely loaded into memory and an index built before the first lookup is attempted, which is the situation where it may work, provided the database does not continue to hold any lock un...
- Mon Jan 11, 2010 4:08 pm
- Forum: IBM<sup>®</sup> DataStage Enterprise Edition (Formerly Parallel Extender/PX)
- Topic: different outputs from difference stage
- Replies: 3
- Views: 1556
Presumably the input Data Sets are not changing between runs?
Can you give a couple of examples of input and output row counts? For example:
Can you give a couple of examples of input and output row counts? For example:
Code: Select all
Run Before After Output
1 2342 2344 412
2 2342 2344 414- Mon Jan 11, 2010 4:05 pm
- Forum: IBM<sup>®</sup> Infosphere DataStage Server Edition
- Topic: Getting Eventtype from RT_LOG file
- Replies: 10
- Views: 5966
You need to list the dictionary of YOUR hashed file, not of RT_LOG ! If you know the position of the field in the data record, you can create an entry using that information in the Columns grid of the Hashed File stage, giving as the column name any legal name. The key column is position 0, the non-...
- Mon Jan 11, 2010 4:02 pm
- Forum: IBM<sup>®</sup> Infosphere DataStage Server Edition
- Topic: Join logic
- Replies: 5
- Views: 2554
- Mon Jan 11, 2010 4:00 pm
- Forum: General
- Topic: Multiple Job Scheduling
- Replies: 4
- Views: 1197
Director is only an interlude to a scheduler - not a scheduler in its own right. It has to provide the lowest common denominator of scheduler functionality on UNIX and Windows systems (or did, originally). There's nothing to stop you creating a script to schedule as many jobs as you like to start at...
- Mon Jan 11, 2010 3:58 pm
- Forum: General
- Topic: Error while logging in Designer and administrator clients
- Replies: 4
- Views: 1369
- Mon Jan 11, 2010 3:43 am
- Forum: IBM<sup>®</sup> DataStage Enterprise Edition (Formerly Parallel Extender/PX)
- Topic: How to capture Reject data from reference dataset
- Replies: 10
- Views: 7272