Search found 53125 matches
- Tue Nov 14, 2006 9:18 am
- Forum: IBM<sup>®</sup> DataStage Enterprise Edition (Formerly Parallel Extender/PX)
- Topic: Write messages to log
- Replies: 3
- Views: 1216
- Tue Nov 14, 2006 9:15 am
- Forum: IBM<sup>®</sup> Infosphere DataStage Server Edition
- Topic: Start a job and dis-associate from it
- Replies: 6
- Views: 1434
- Tue Nov 14, 2006 9:14 am
- Forum:
- Topic: Can the columns be loaded at runtime
- Replies: 2
- Views: 1247
Search is your friend. You are not the first to have asked this question.
I have strongly-held personal views on this topic, given that DataStage is a metadata-driven product, so will not seek to impose them on this discussion.
I have strongly-held personal views on this topic, given that DataStage is a metadata-driven product, so will not seek to impose them on this discussion.
- Tue Nov 14, 2006 7:39 am
- Forum: IBM<sup>®</sup> Infosphere DataStage Server Edition
- Topic: Checkpoint run in Sequencer
- Replies: 6
- Views: 1714
- Tue Nov 14, 2006 7:38 am
- Forum: IBM<sup>®</sup> Infosphere DataStage Server Edition
- Topic: Hash File Error
- Replies: 3
- Views: 1513
Is there any message in the log about Type 30 table full? This means that your T30FILE setting (in uvconfig) is inadequate for the number of dynamic hashed files that you are trying to open system-wide simultaneously. Remember that the Repository tables are also hashed files. Increase the setting of...
- Tue Nov 14, 2006 7:36 am
- Forum: IBM<sup>®</sup> Infosphere DataStage Server Edition
- Topic: Performance Tuning
- Replies: 9
- Views: 3083
- Tue Nov 14, 2006 7:35 am
- Forum: IBM<sup>®</sup> Infosphere DataStage Server Edition
- Topic: Checkpoint run in Sequencer
- Replies: 6
- Views: 1714
- Tue Nov 14, 2006 7:33 am
- Forum: IBM<sup>®</sup> Infosphere DataStage Server Edition
- Topic: date difference to be found out
- Replies: 2
- Views: 962
- Tue Nov 14, 2006 7:31 am
- Forum: IBM<sup>®</sup> Infosphere DataStage Server Edition
- Topic: Maintaining the project
- Replies: 5
- Views: 1368
- Tue Nov 14, 2006 7:28 am
- Forum: IBM<sup>®</sup> Infosphere DataStage Server Edition
- Topic: Can we install the datastage server without database?
- Replies: 9
- Views: 3267
To which database are you referring? DataStage must have its own database, called the Repository, co-resident. You don't get a choice on this. But any database that you are accessing for data and metadata can be anywhere accessible from the DataStage server; in particular it does not need to be co-r...
- Tue Nov 14, 2006 7:25 am
- Forum: IBM<sup>®</sup> Infosphere DataStage Server Edition
- Topic: Updating Records in Table
- Replies: 13
- Views: 2297
- Tue Nov 14, 2006 7:23 am
- Forum: IBM<sup>®</sup> DataStage Enterprise Edition (Formerly Parallel Extender/PX)
- Topic: Join stage
- Replies: 13
- Views: 4924
There's no reason descending order should not work, provided that you really have specified partitioning and sorting exactly the same for both links, or Entire on the right input (which carries almost no penalty in an SMP environment). What do you mean by "does not work"? Are the appropriate columns...
- Tue Nov 14, 2006 7:21 am
- Forum: IBM<sup>®</sup> DataStage Enterprise Edition (Formerly Parallel Extender/PX)
- Topic: export by command line interface
- Replies: 3
- Views: 1422
- Tue Nov 14, 2006 7:18 am
- Forum: IBM<sup>®</sup> DataStage Enterprise Edition (Formerly Parallel Extender/PX)
- Topic: how to read .dat file(binary data) through datastage PX
- Replies: 4
- Views: 4496
- Tue Nov 14, 2006 7:15 am
- Forum: IBM<sup>®</sup> DataStage Enterprise Edition (Formerly Parallel Extender/PX)
- Topic: Link status, statistics
- Replies: 3
- Views: 1089
You can not control links in this way in a DataStage job. A job is the unit of execution, not a link. You will need a more modular design (more jobs) if you wish to exert this level of control. If you are referring to a job sequence, however, you control the behaviour using Triggers. Don't ask us ho...