Search found 53125 matches
- Sat Mar 31, 2007 10:40 pm
- Forum: IBM<sup>®</sup> DataStage Enterprise Edition (Formerly Parallel Extender/PX)
- Topic: aggregator max(col)
- Replies: 6
- Views: 1695
The Aggregator stage calculates its results as dfloat, as a technique to avoid arithmetic overflow. But there's another property in the Aggregations folder, called Default to Decimal Output, that defaults (if I remember correctly) to 8,2. This is applied if the data type of the output is Decimal or ...
- Sat Mar 31, 2007 8:44 pm
- Forum: IBM<sup>®</sup> Infosphere DataStage Server Edition
- Topic: Idoc to Flat File
- Replies: 3
- Views: 1330
- Sat Mar 31, 2007 8:42 pm
- Forum: IBM<sup>®</sup> DataStage Enterprise Edition (Formerly Parallel Extender/PX)
- Topic: new project err
- Replies: 2
- Views: 711
- Sat Mar 31, 2007 8:40 pm
- Forum: IBM<sup>®</sup> Infosphere DataStage Server Edition
- Topic: bappi load
- Replies: 1
- Views: 1054
Server or parallel job? YOu have posted in the server job forum but designated your job type as parallel. Are there any warnings logged when you run the job? How have you set up the BAPI stage? That is, what property settings have you used? You might also need to investigate why the export paramete...
- Sat Mar 31, 2007 8:38 pm
- Forum: IBM<sup>®</sup> Infosphere DataStage Server Edition
- Topic: Abnormal Termination of Stage- Could not get much from forum
- Replies: 10
- Views: 3124
- Sat Mar 31, 2007 10:54 am
- Forum: IBM<sup>®</sup> DataStage Enterprise Edition (Formerly Parallel Extender/PX)
- Topic: deadlock detected while waiting for resource
- Replies: 8
- Views: 3462
- Sat Mar 31, 2007 10:52 am
- Forum: IBM<sup>®</sup> Infosphere DataStage Server Edition
- Topic: Active and passive stages in datastage
- Replies: 2
- Views: 2338
This is well covered in the manuals. Adjacent active stages in general are combined into the same process. IPC stages force process boundaries to occur, as do intermediate passive stages. Link Partitioner and Collector stages do too, in addition to which they create a process of their own. Passive s...
- Sat Mar 31, 2007 10:47 am
- Forum: IBM<sup>®</sup> Infosphere DataStage Server Edition
- Topic: change data detection
- Replies: 9
- Views: 1707
- Sat Mar 31, 2007 10:45 am
- Forum: IBM<sup>®</sup> Infosphere DataStage Server Edition
- Topic: Last digit gets truncated while loading into Oracle ODBC Stg
- Replies: 8
- Views: 2769
- Sat Mar 31, 2007 7:06 am
- Forum: IBM<sup>®</sup> Infosphere DataStage Server Edition
- Topic: Basic Datastage query
- Replies: 2
- Views: 1131
Welcome aboard. :D Please delete duplicate post before anyone responds to it. Etiquette Note: We don't do urgent here. Your note arrived on the server at 3:46am where I was at the time. If you want urgent help, sign up for premium service from your support provider, and learn the true cost of "urgen...
- Sat Mar 31, 2007 4:30 am
- Forum: IBM<sup>®</sup> DataStage Enterprise Edition (Formerly Parallel Extender/PX)
- Topic: FLAT FILE ON UNIX BOX TO ANY RDBMS DATABASE
- Replies: 1
- Views: 576
Welcome aboard. :D Lose the "all Java" requirement and DataStage is an ideal tool for you. You can still use Java for the business logic, but in DataStage parallel jobs the "language" used to shift data around is built using C++ (which you don't have to write). You can initiate DataStage jobs from a...
- Sat Mar 31, 2007 4:27 am
- Forum: IBM<sup>®</sup> Infosphere DataStage Server Edition
- Topic: WHich is faster?
- Replies: 9
- Views: 2120
The key performance indicator in ETL is elapsed time. If you can get the data in - or out, as the case may be - within the allowed time window, with a safety margin, then your ETL is performing satisfactorily. Fast is far less important than correct. One stream doing insert only and another stream d...
- Sat Mar 31, 2007 4:25 am
- Forum: IBM<sup>®</sup> Infosphere DataStage Server Edition
- Topic: Abnormal Termination of Stage- Could not get much from forum
- Replies: 10
- Views: 3124
- Sat Mar 31, 2007 4:23 am
- Forum: General
- Topic: Performance Tuning
- Replies: 3
- Views: 1395
Welcome aboard. :D The key performance indicator in ETL is elapsed time. If you can get the data in - or out, as the case may be - within the allowed time window, with a safety margin, then your ETL is performing satisfactorily. The strongest mechanism for tuning that performance, therefore, is expe...
- Sat Mar 31, 2007 4:20 am
- Forum: General
- Topic: Performance improvement
- Replies: 1
- Views: 1010
Welcome aboard. :D The key performance indicator in ETL is elapsed time. If you can get the data in - or out, as the case may be - within the allowed time window, with a safety margin, then your ETL is performing satisfactorily. Obviously there are going to be obstacles when transferring data to dif...