Search found 53125 matches
- Thu Oct 21, 2004 11:15 pm
- Forum: IBM<sup>®</sup> Infosphere DataStage Server Edition
- Topic: How to Handle Changing Database Name?
- Replies: 9
- Views: 3491
- Thu Oct 21, 2004 11:13 pm
- Forum: IBM<sup>®</sup> DataStage Enterprise Edition (Formerly Parallel Extender/PX)
- Topic: Warning message: unbalanced input from partition
- Replies: 6
- Views: 10250
- Thu Oct 21, 2004 4:22 pm
- Forum: IBM<sup>®</sup> Infosphere DataStage Server Edition
- Topic: Qucik question on Multiple Key lookup
- Replies: 8
- Views: 2181
- Thu Oct 21, 2004 4:19 pm
- Forum: IBM<sup>®</sup> Infosphere DataStage Server Edition
- Topic: Putting timestamp in filename of sequential stage
- Replies: 2
- Views: 684
- Thu Oct 21, 2004 4:13 pm
- Forum: IBM<sup>®</sup> Infosphere DataStage Server Edition
- Topic: DSsendmail
- Replies: 3
- Views: 1004
- Thu Oct 21, 2004 4:09 pm
- Forum: IBM<sup>®</sup> Infosphere DataStage Server Edition
- Topic: UtilityWarningToLog Message
- Replies: 7
- Views: 3477
-8 is an error code, meaning "not in stage". It most probably indicates that you've called DSLinkInfo (more properly that DSLinkInfo has been called) with a StageName argument that isn't a stage name, or was DSJ.ME but the call was made other than within a stage. Check spelling and casing. These neg...
- Thu Oct 21, 2004 4:03 pm
- Forum: IBM<sup>®</sup> Infosphere DataStage Server Edition
- Topic: parameter in job sequence
- Replies: 3
- Views: 841
I do this in 2 steps. The first job posts the result to a hash file then this routine reads from this hash file and sets a parameter value. All jobs in this sequence which start after this routine activity will get the new parameter value. You can modify this routine to get the value from what ever...
- Thu Oct 21, 2004 4:00 pm
- Forum: IBM<sup>®</sup> Infosphere DataStage Server Edition
- Topic: Mutex errors
- Replies: 12
- Views: 5019
MUTEX locks - also called "smart semaphores" - live in the operating system. Instead of waiting, asleep, on a regular semaphore and waking when notified, the idea of a smart semaphore is to wait, retrying, so that you can wake faster. Which is good in theory. As machines became faster, the limit on ...
- Thu Oct 21, 2004 3:53 pm
- Forum: IBM<sup>®</sup> DataStage Enterprise Edition (Formerly Parallel Extender/PX)
- Topic: Dataset vs Sequential file
- Replies: 8
- Views: 4161
- Thu Oct 21, 2004 3:51 pm
- Forum: IBM<sup>®</sup> DataStage Enterprise Edition (Formerly Parallel Extender/PX)
- Topic: DB2 Enterprise Stage
- Replies: 3
- Views: 1445
- Thu Oct 21, 2004 3:49 pm
- Forum: IBM<sup>®</sup> DataStage Enterprise Edition (Formerly Parallel Extender/PX)
- Topic: LKP Stages In Jobs
- Replies: 5
- Views: 1988
- Thu Oct 21, 2004 3:46 pm
- Forum: IBM<sup>®</sup> DataStage Enterprise Edition (Formerly Parallel Extender/PX)
- Topic: Decripting information
- Replies: 1
- Views: 1059
Very easy. There is NO decrypting algorithm in DataStage. You must use whatever functions are available in the source database to perform decryption. If you must, you can write your algorithm as a build op or in DataStage BASIC as a routine, and invoke that routine from a Transformer or BASIC Transf...
- Thu Oct 21, 2004 3:43 pm
- Forum: IBM<sup>®</sup> DataStage Enterprise Edition (Formerly Parallel Extender/PX)
- Topic: batch command in Px
- Replies: 1
- Views: 1241
The dsjob command can be used to start almost any kind of DataStage job; server, parallel or job sequence (not mainframe) from the command line (and therefore from a shell script/BAT file). You can also manufacture a batch within DataStage in three different ways: by creating a batch in Director by ...
- Thu Oct 21, 2004 3:40 pm
- Forum: IBM<sup>®</sup> DataStage Enterprise Edition (Formerly Parallel Extender/PX)
- Topic: Warning message: unbalanced input from partition
- Replies: 6
- Views: 10250
It is just a warning. You can't prevent DataStage warnings if they're needed. You can only prevent them by removing the cause. In this case, DataStage is alerting you to the fact that it's being asked to process way more rows in one processing node than in another (subtly suggesting that you balance...
- Thu Oct 21, 2004 3:37 pm
- Forum: IBM<sup>®</sup> DataStage Enterprise Edition (Formerly Parallel Extender/PX)
- Topic: DataSet
- Replies: 5
- Views: 2034