Search found 53125 matches
- Mon Feb 04, 2008 9:39 pm
- Forum: IBM<sup>®</sup> Infosphere DataStage Server Edition
- Topic: problems with SQLExecDirect (again)
- Replies: 37
- Views: 14851
- Mon Feb 04, 2008 6:54 pm
- Forum: IBM<sup>®</sup> DataStage Enterprise Edition (Formerly Parallel Extender/PX)
- Topic: Terminate Job after joining N records
- Replies: 3
- Views: 789
If you're prepared to have the job abort, simply set a row limit on the output of a downstream Transformer stage. Go to the Constraints editor and enter an Abort After Rows value in the grid there. If you're not prepared to have the job abort there is no solution available. You could certainly restr...
- Mon Feb 04, 2008 6:50 pm
- Forum: IBM<sup>®</sup> Infosphere DataStage Server Edition
- Topic: problems with SQLExecDirect (again)
- Replies: 37
- Views: 14851
- Mon Feb 04, 2008 6:49 pm
- Forum: IBM<sup>®</sup> Infosphere DataStage Server Edition
- Topic: CPU usage by job processes
- Replies: 7
- Views: 5707
Do you have read cache enabled on all the Hashed File stages? DataStage will only consume the CPU it needs - this will be below 100% if it is waiting on events (such as I/O, waiting for COMMITs, etc.) As a test of this theory change your final stage to a Sequential File stage to see whether that mak...
- Mon Feb 04, 2008 5:20 pm
- Forum: General
- Topic: Stage Variables
- Replies: 3
- Views: 1462
- Mon Feb 04, 2008 5:19 pm
- Forum: General
- Topic: How long does it take to renew Membership?
- Replies: 10
- Views: 2882
So? This is meaningless outside the Untied States. And another thing. Why do you refer to gridiron as "football" when the ball never touches the foot of most players, and only rarely touches the foot of a specialist kicker for whom the whole game stops while they come on, have their kick, and go off...
- Mon Feb 04, 2008 5:17 pm
- Forum: IBM<sup>®</sup> DataStage Enterprise Edition (Formerly Parallel Extender/PX)
- Topic: need logic
- Replies: 7
- Views: 2030
- Mon Feb 04, 2008 5:15 pm
- Forum: IBM<sup>®</sup> DataStage Enterprise Edition (Formerly Parallel Extender/PX)
- Topic: Date conversion
- Replies: 4
- Views: 928
- Mon Feb 04, 2008 5:14 pm
- Forum: IBM<sup>®</sup> DataStage Enterprise Edition (Formerly Parallel Extender/PX)
- Topic: Terminate Job after joining N records
- Replies: 3
- Views: 789
- Mon Feb 04, 2008 5:10 pm
- Forum: IBM<sup>®</sup> DataStage Enterprise Edition (Formerly Parallel Extender/PX)
- Topic: Cannot preserve the partitioning of the parallel data set
- Replies: 10
- Views: 4594
- Mon Feb 04, 2008 5:08 pm
- Forum: IBM<sup>®</sup> DataStage Enterprise Edition (Formerly Parallel Extender/PX)
- Topic: Unable to start ORCHESTRATE Process
- Replies: 8
- Views: 14522
Add APT_STARTUP_STATUS and APT_PM_SHOW_PIDS as job parameters to learn how far into the startup your job gets. This message can indicate network problems but, given that it's player processes that are failing to start, I'd also suspect that the processing nodes may be too heavily loaded when the sta...
- Mon Feb 04, 2008 5:04 pm
- Forum: IBM<sup>®</sup> DataStage Enterprise Edition (Formerly Parallel Extender/PX)
- Topic: Warning: unable to chdir(): Bad address
- Replies: 4
- Views: 2687
A perfect looking apple can still contain a worm. That the script "looks perfect" may simply reflect your inexperience. Please post the script. You might also include diagnostic echo commands in your script to verify that each command line argument and environment variable upon which it relies has b...
- Mon Feb 04, 2008 5:02 pm
- Forum: IBM<sup>®</sup> DataStage Enterprise Edition (Formerly Parallel Extender/PX)
- Topic: to find the min value
- Replies: 2
- Views: 597
- Mon Feb 04, 2008 5:01 pm
- Forum: IBM<sup>®</sup> DataStage Enterprise Edition (Formerly Parallel Extender/PX)
- Topic: Field in transformer not giving desired result
- Replies: 5
- Views: 1396
As noted MESSAGE_ID is, as it is presented, not a Decimal data type. You will need to apply an explicit conversion to convert it to Decimal and, even then, may exceed available precision. You might consider dfloat as a data type, but precision is no longer guaranteed. Given that it appears to be som...
- Mon Feb 04, 2008 4:57 pm
- Forum: IBM<sup>®</sup> DataStage Enterprise Edition (Formerly Parallel Extender/PX)
- Topic: Sort Stage Warning Message
- Replies: 3
- Views: 1578