Search found 53125 matches
- Mon Sep 19, 2005 10:09 pm
- Forum: IBM<sup>®</sup> DataStage Enterprise Edition (Formerly Parallel Extender/PX)
- Topic: about surrogate key generator
- Replies: 5
- Views: 1153
Re: about surrogate key generator
Hi, Today I'm getting strange results from surrogate key generator. There are 53 input rows going into surrogate key generator. It is supposed to generate 53 integer number which it is doing fine. I've specified initial value of surrogate key as 1. So no sequence should be from 1 to 53. But the no ...
- Mon Sep 19, 2005 10:07 pm
- Forum: IBM<sup>®</sup> Infosphere DataStage Server Edition
- Topic: DSSEtLimit function
- Replies: 6
- Views: 1242
- Mon Sep 19, 2005 10:03 pm
- Forum: IBM<sup>®</sup> Infosphere DataStage Server Edition
- Topic: Job aborting using Link Collector
- Replies: 7
- Views: 1287
I reran this job in our dev environment , and can see the files being created in /tmp -rwxrwxr-x 1 dstage oasadmin 524336 Sep 19 12:37 2005dev.P423LoadCOCDSContCompCorr00..TransformA-Transform.OutA The files are not huge ,only 524K so it can't fill up /tmp which in our system had more than 3 GB. Th...
- Mon Sep 19, 2005 4:46 pm
- Forum: IBM<sup>®</sup> Infosphere DataStage Server Edition
- Topic: Maximum field size in a hashed file?
- Replies: 6
- Views: 1190
There is no documented limit. In theory, an oversized record can be as long as necessary, since it occupies a daisy-chain of oversized record buffers. Each of these has a pointer to the next, the pointer size is governed by the 32-bit/64-bit setting of the file. In practice, I've never seen the limi...
- Mon Sep 19, 2005 4:38 pm
- Forum: IBM<sup>®</sup> Infosphere DataStage Server Edition
- Topic: Error in Sequencer
- Replies: 5
- Views: 1175
- Mon Sep 19, 2005 4:31 pm
- Forum: IBM<sup>®</sup> Infosphere DataStage Server Edition
- Topic: Sequencer(server edition)
- Replies: 7
- Views: 1400
If there are two triggers, Otherwise and Failure, you have two branches. On the non-Failure branch you could use a Nested Condition activity to decide whether to log anything based on the job status. Or you could have four triggers; one OK, two Warning, one Otherwise. The OK and one warning run into...
- Mon Sep 19, 2005 4:27 pm
- Forum: IBM<sup>®</sup> DataStage Enterprise Edition (Formerly Parallel Extender/PX)
- Topic: EBCDIC to ASCII converion mapping
- Replies: 4
- Views: 1867
- Mon Sep 19, 2005 4:25 pm
- Forum: IBM<sup>®</sup> DataStage Enterprise Edition (Formerly Parallel Extender/PX)
- Topic: Deleting project
- Replies: 1
- Views: 821
Oh ye of little patience! Of course the Administrator goes into a wait state; cleaning up a large process will be quite a time-consuming process. Make sure there is no entry for the project in UV.ACCOUNT and UV_SCHEMA. Get into TCL in the directory if there's still a VOC file there, and determine wh...
- Mon Sep 19, 2005 4:18 pm
- Forum: IBM<sup>®</sup> DataStage Enterprise Edition (Formerly Parallel Extender/PX)
- Topic: Modify Stage
- Replies: 11
- Views: 2640
- Mon Sep 19, 2005 4:15 pm
- Forum: IBM<sup>®</sup> DataStage Enterprise Edition (Formerly Parallel Extender/PX)
- Topic: spilt the record into three records
- Replies: 13
- Views: 3336
- Mon Sep 19, 2005 4:14 pm
- Forum: IBM<sup>®</sup> DataStage Enterprise Edition (Formerly Parallel Extender/PX)
- Topic: Error in Modify stage
- Replies: 5
- Views: 1576
- Mon Sep 19, 2005 1:33 am
- Forum: IBM<sup>®</sup> Infosphere DataStage Server Edition
- Topic: Sequencer(server edition)
- Replies: 7
- Views: 1400
There are a few possibilities along these lines. For example you can have a Custom condition encompassing both success and warnings, like Rich suggested, on each Job Activity. Another approach is to have a Failed trigger and and Otherwise trigger (this has the benefit of colouring your Failed trigge...
- Mon Sep 19, 2005 1:26 am
- Forum: IBM<sup>®</sup> Infosphere DataStage Server Edition
- Topic: Error in Sequencer
- Replies: 5
- Views: 1175
- Mon Sep 19, 2005 1:24 am
- Forum: IBM<sup>®</sup> Infosphere DataStage Server Edition
- Topic: Configuration Management and Version Control in DataStage
- Replies: 2
- Views: 2516
Kumar has answered the Version Control part of your question. DataStage configuration management configures only its own environment and consists of a few configuration files that you edit. In some cases you need to run a utility to give effect to the changes, for example uvregen after changing uvco...
- Mon Sep 19, 2005 1:13 am
- Forum: IBM<sup>®</sup> Infosphere DataStage Server Edition
- Topic: User Defined SQL
- Replies: 7
- Views: 2628