Search found 53125 matches
- Mon Nov 19, 2007 3:51 am
- Forum: IBM<sup>®</sup> DataStage Enterprise Edition (Formerly Parallel Extender/PX)
- Topic: Using filter
- Replies: 9
- Views: 2469
- Mon Nov 19, 2007 3:47 am
- Forum: IBM<sup>®</sup> Infosphere DataStage Server Edition
- Topic: Slow performance.
- Replies: 10
- Views: 3163
- Mon Nov 19, 2007 3:44 am
- Forum: IBM<sup>®</sup> Infosphere DataStage Server Edition
- Topic: Sequence
- Replies: 3
- Views: 915
Even so, by identifying which ones are taking longer you can still narrow the scope of your investigation, because it has to be something that they are doing - or, perhaps, something that HAS changed (perhaps not something in DataStage). For example someone may have added more indexes to the databas...
- Mon Nov 19, 2007 3:42 am
- Forum: General
- Topic: Datastage schedule seqeuncer
- Replies: 11
- Views: 9243
- Mon Nov 19, 2007 1:10 am
- Forum: IBM<sup>®</sup> Infosphere DataStage Server Edition
- Topic: Which collection Algorithm will work fast in collector?
- Replies: 6
- Views: 1243
- Mon Nov 19, 2007 1:04 am
- Forum: IBM<sup>®</sup> DataStage Enterprise Edition (Formerly Parallel Extender/PX)
- Topic: how many process will create
- Replies: 5
- Views: 1419
The simplest model is where there is no operator combination. Each operator (for simplicity) represents one stage. You have three stages, therefore three operators, on each of three processing nodes. That makes for a total of nine "player" processes executing the operators. Each processing node has ...
- Mon Nov 19, 2007 1:01 am
- Forum: IBM<sup>®</sup> DataStage Enterprise Edition (Formerly Parallel Extender/PX)
- Topic: Using filter
- Replies: 9
- Views: 2469
The complete set, if you please. The message suggests that you have nominated link number 11 somewhere (numbering starts from 0). We need to determine whether that is the case. You can post the relevant section of the generated OSH if you prefer. As for a rejects link, draw an additional output link...
- Mon Nov 19, 2007 12:48 am
- Forum: IBM<sup>®</sup> Infosphere DataStage Server Edition
- Topic: Which collection Algorithm will work fast in collector?
- Replies: 6
- Views: 1243
- Mon Nov 19, 2007 12:44 am
- Forum: IBM<sup>®</sup> DataStage Enterprise Edition (Formerly Parallel Extender/PX)
- Topic: DATA STAGE CERTIFICATION
- Replies: 5
- Views: 1925
Had you visited the web site whose URL I provided you would have found an announcement there that, from July 2nd, 2007, IBM certification tests would only be delivered through Prometric.
Can't get much more definitive than that.
Can't get much more definitive than that.
- Mon Nov 19, 2007 12:41 am
- Forum: IBM<sup>®</sup> DataStage Enterprise Edition (Formerly Parallel Extender/PX)
- Topic: Using filter
- Replies: 9
- Views: 2469
- Mon Nov 19, 2007 12:39 am
- Forum: IBM<sup>®</sup> Infosphere DataStage Server Edition
- Topic: NLS SETTINGS?
- Replies: 5
- Views: 1871
Let's say you're processing dates in a Transformer stage. Use the following commands in ExecTCL as before-stage and after-stage subroutines. Before-stage: SET.LOCALE TIME FR-FRENCH After-stage: RESTORE.LOCALE This will mean that, irrespective of what the rest of the job is doing, the Transformer sta...
- Mon Nov 19, 2007 12:36 am
- Forum: IBM<sup>®</sup> Infosphere DataStage Server Edition
- Topic: Sequence
- Replies: 3
- Views: 915
Look at the execution times of the individual activities (jobs, routines, commands) that the sequence runs. Monitor these over time or, if you still have the log entries, find out which of them is taking longer. Use that knowledge to target your investigation more precisely. Right now your question ...
- Sun Nov 18, 2007 11:42 pm
- Forum: IBM<sup>®</sup> DataStage Enterprise Edition (Formerly Parallel Extender/PX)
- Topic: DATA STAGE CERTIFICATION
- Replies: 5
- Views: 1925
DataStage certification, like most IBM certifications, is managed world-wide through Prometric - it is with them that you organize a time to take the test and is to them that you pay the money. You can find more information about the test itself, including test objectives, ten sample questions and r...
- Sun Nov 18, 2007 11:09 pm
- Forum: IBM<sup>®</sup> DataStage Enterprise Edition (Formerly Parallel Extender/PX)
- Topic: Please help StringToTimestamp
- Replies: 5
- Views: 1889
- Sun Nov 18, 2007 8:10 pm
- Forum: IBM<sup>®</sup> DataStage Enterprise Edition (Formerly Parallel Extender/PX)
- Topic: how can we check password is encrypted in a job
- Replies: 1
- Views: 699
There's no convenient way from the Repository, because the collection of parameter properties is nested within the job definition record and, as well, because there are two sets of default values - design-time defaults set in Designer and run-time defaults set in Director. You're probably best to cr...