Search found 53125 matches
- Mon Mar 08, 2004 8:11 pm
- Forum: IBM<sup>®</sup> Infosphere DataStage Server Edition
- Topic: Server Licensing by CPU Count
- Replies: 9
- Views: 2929
- Mon Mar 08, 2004 8:08 pm
- Forum: IBM<sup>®</sup> Infosphere DataStage Server Edition
- Topic: Fixing corrupted log files on reboot
- Replies: 15
- Views: 5319
- Mon Mar 08, 2004 8:01 pm
- Forum: IBM<sup>®</sup> Infosphere DataStage Server Edition
- Topic: writing multiple output records from single input record..
- Replies: 8
- Views: 3491
All plug-in (= optionally installed) stage types have their manuals in the Packages folder on the DataStage client CD. In the output link of a Pivot stage you specify which columns are to be the pivot keys, which are other key columns (repeated in every row) and which columns generate new rows. Mark...
- Mon Mar 08, 2004 7:52 pm
- Forum: IBM<sup>®</sup> Infosphere DataStage Server Edition
- Topic: Upgrade to 7.0
- Replies: 10
- Views: 3529
- Mon Mar 08, 2004 7:48 pm
- Forum: IBM<sup>®</sup> Infosphere DataStage Server Edition
- Topic: Null command
- Replies: 6
- Views: 1407
- Mon Mar 08, 2004 3:56 pm
- Forum: IBM<sup>®</sup> Infosphere DataStage Server Edition
- Topic: Hash File Problem...
- Replies: 11
- Views: 2339
- Mon Mar 08, 2004 3:54 pm
- Forum: IBM<sup>®</sup> Infosphere DataStage Server Edition
- Topic: Windows X UNIX
- Replies: 4
- Views: 1475
On that basis job design B should run faster than job design A.
Design A
Design B
because in job design B it all flows down hill!
Design A
Code: Select all
stage ----> stage ----> stageDesign B
Code: Select all
stage
|
V
stage
|
V
stagebecause in job design B it all flows down hill!
- Mon Mar 08, 2004 3:51 pm
- Forum: IBM<sup>®</sup> Infosphere DataStage Server Edition
- Topic: Windows X UNIX
- Replies: 4
- Views: 1475
- Mon Mar 08, 2004 3:49 pm
- Forum: IBM<sup>®</sup> Infosphere DataStage Server Edition
- Topic: Null command
- Replies: 6
- Views: 1407
- Mon Mar 08, 2004 3:42 pm
- Forum: IBM<sup>®</sup> Infosphere DataStage Server Edition
- Topic: Hash File Problem...
- Replies: 11
- Views: 2339
- Mon Mar 08, 2004 3:41 pm
- Forum: IBM<sup>®</sup> Infosphere DataStage Server Edition
- Topic: Missing or NULL (Missing or NULL): Missing or NULL
- Replies: 3
- Views: 1909
That looks like a bad call to the underlying message logging routine $DS.WRITELOG (or perhaps DSR_LOG) in which none of the required information has been provided. In turn this could be an incomplete or damaged server installation. Or you may have uncovered a bug. You need to log a call with your su...
- Mon Mar 08, 2004 3:34 pm
- Forum: IBM<sup>®</sup> Infosphere DataStage Server Edition
- Topic: Pass value between jobs
- Replies: 7
- Views: 3296
- Mon Mar 08, 2004 3:32 pm
- Forum: IBM<sup>®</sup> Infosphere DataStage Server Edition
- Topic: Fixing corrupted log files on reboot
- Replies: 15
- Views: 5319
Which hashed files in the repository you need to check depends on which hashed files were being written when the power failed. You're right that the most likely candidates will be the log files and the status files. But, if development work was being done at the time, there's also the config files a...
- Mon Mar 08, 2004 3:25 pm
- Forum: IBM<sup>®</sup> DataStage Enterprise Edition (Formerly Parallel Extender/PX)
- Topic: Basic Tranformer Error Message
- Replies: 4
- Views: 3400
SIGBUS is a UNIX signal. It means that there has been a "bus error". The "bus" referred to here is usually the communication channel between the CPU and memory or other hardware components. Thus, you are being told in UNIX's beautifully succinct way that your application has done something that has ...
- Mon Mar 08, 2004 3:19 pm
- Forum:
- Topic: Parsing DSX file retrieving metadata from DataStage
- Replies: 2
- Views: 3559