Search found 53125 matches
- Thu Apr 03, 2008 5:10 pm
- Forum: IBM<sup>®</sup> Infosphere DataStage Server Edition
- Topic: Avoiding sending emails from a Datastage Server/Project
- Replies: 2
- Views: 971
- Thu Apr 03, 2008 5:05 pm
- Forum: IBM<sup>®</sup> Infosphere DataStage Server Edition
- Topic: Performance Issue
- Replies: 8
- Views: 2011
You get one CPU second per second per CPU. It can't be saved, so may as well be used. %Idle should be as close to 0 as possible most of the time in an optimally tuned system; I usually strive for somewhere between 0.1% and 0.5%, unless planning for future (known) increased demand. System processes w...
- Thu Apr 03, 2008 5:01 pm
- Forum: IBM<sup>®</sup> Infosphere DataStage Server Edition
- Topic: Any date validate function
- Replies: 2
- Views: 1262
- Thu Apr 03, 2008 5:00 pm
- Forum: IBM<sup>®</sup> Infosphere DataStage Server Edition
- Topic: Commit Size in DB2 Bulk Load Stage ?
- Replies: 8
- Views: 4474
- Thu Apr 03, 2008 4:59 pm
- Forum: IBM<sup>®</sup> Infosphere DataStage Server Edition
- Topic: Abnormal Termination of Stage Detected
- Replies: 5
- Views: 1686
- Thu Apr 03, 2008 4:58 pm
- Forum: IBM<sup>®</sup> Infosphere DataStage Server Edition
- Topic: Error encountered calling routine
- Replies: 4
- Views: 2682
The routine did not return 0 and you have not explicitly handled this "failure" condition. Search the forum for more information on automatically handling failure in job sequences.
- Thu Apr 03, 2008 4:56 pm
- Forum: IBM<sup>®</sup> Infosphere DataStage Server Edition
- Topic: Sequence Abort...
- Replies: 1
- Views: 740
- Thu Apr 03, 2008 4:55 pm
- Forum: IBM<sup>®</sup> Infosphere DataStage Server Edition
- Topic: Converting SQL query into Datastage server job
- Replies: 3
- Views: 1737
- Thu Apr 03, 2008 4:54 pm
- Forum: IBM<sup>®</sup> Infosphere DataStage Server Edition
- Topic: Query for Tertial(4 months)
- Replies: 4
- Views: 1488
And, when you are building your time dimension, use something like
Code: Select all
Mod((Month-1),4)+1- Thu Apr 03, 2008 4:51 pm
- Forum: IBM<sup>®</sup> Infosphere DataStage Server Edition
- Topic: DataStage Server Architecture
- Replies: 31
- Views: 8455
UniVerse was primarily "well chosen" because the vendor owned UniVerse and did not have to pay anything for it at the time. Unnesting into first normal form is not difficult in the logical design. This simply becomes more actual tables in the physical design. The DS Engine has not been replaced. It ...
- Thu Apr 03, 2008 4:47 pm
- Forum: IBM<sup>®</sup> Infosphere DataStage Server Edition
- Topic: Can we do sum in transformer stage?If yes how?
- Replies: 18
- Views: 14168
- Thu Apr 03, 2008 4:42 pm
- Forum: General
- Topic: How to Call Java Program in Data Stage
- Replies: 2
- Views: 1054
- Thu Apr 03, 2008 4:40 pm
- Forum: General
- Topic: Migration to Version 8
- Replies: 13
- Views: 4017
The "relative merits" question is entirely hypothetical - it's done, and they're not going back. In version 8.0 the structure of the common Repository is far more complex than what is required for DataStage alone - it is closer to the MetaStage hub in design. To achieve first normal form, there are ...
- Thu Apr 03, 2008 5:14 am
- Forum: IBM<sup>®</sup> Infosphere DataStage Server Edition
- Topic: Can we do sum in transformer stage?If yes how?
- Replies: 18
- Views: 14168
- Thu Apr 03, 2008 4:46 am
- Forum: IBM<sup>®</sup> DataStage Enterprise Edition (Formerly Parallel Extender/PX)
- Topic: Error in Execute Command Activity
- Replies: 4
- Views: 2143
There is no problem. The job sequence has executed exactly as you programmed it to. Because the Execute Command activity's command returned a non-zero exit status, automatic handling of activities that fail has kicked in and aborted the job sequence, in the absence of any explicit failure handling o...