Please don't multi-post the same question. Answered here:
http://www.dsxchange.com/viewtopic.php?t=112345
Search found 42189 matches
- Fri Aug 17, 2007 12:02 pm
- Forum: IBM<sup>®</sup> Infosphere DataStage Server Edition
- Topic: Absence of the "Command Stage" in DataStage Server
- Replies: 1
- Views: 597
- Fri Aug 17, 2007 11:53 am
- Forum: IBM<sup>®</sup> DataStage Enterprise Edition (Formerly Parallel Extender/PX)
- Topic: Absence of the "Command Stage" in DataStage Server
- Replies: 6
- Views: 3117
- Fri Aug 17, 2007 10:38 am
- Forum: IBM<sup>®</sup> Infosphere DataStage Server Edition
- Topic: support
- Replies: 2
- Views: 831
- Fri Aug 17, 2007 8:53 am
- Forum: General
- Topic: migration from DS 6.0 to 8.8
- Replies: 4
- Views: 1463
- Fri Aug 17, 2007 8:52 am
- Forum: IBM<sup>®</sup> Infosphere DataStage Server Edition
- Topic: Not enough disk space? Yes there is.
- Replies: 6
- Views: 1525
- Fri Aug 17, 2007 8:51 am
- Forum: IBM<sup>®</sup> Infosphere DataStage Server Edition
- Topic: Unique keys stored in hashed file less than select
- Replies: 8
- Views: 1381
If don't recall ever needing to add a process break-point between two transformers to solve a 'job hang' before... did you try just adding an IPC stage instead? As a tangential discussion, I'd be curious what your full job design is to see if we can get a better idea why doing that would solve your ...
- Fri Aug 17, 2007 8:40 am
- Forum: IBM<sup>®</sup> Infosphere DataStage Server Edition
- Topic: Unique keys stored in hashed file less than select
- Replies: 8
- Views: 1381
- Fri Aug 17, 2007 8:08 am
- Forum: IBM<sup>®</sup> Infosphere DataStage Server Edition
- Topic: MKS Toolkit
- Replies: 2
- Views: 1724
- Fri Aug 17, 2007 8:06 am
- Forum: IBM<sup>®</sup> Infosphere DataStage Server Edition
- Topic: Not enough disk space? Yes there is.
- Replies: 6
- Views: 1525
I'd suggest you ran out of disk space. Resetting and rerunning the job and having it run fine the second time proves nothing other than the fact that there was enough space at that moment. You'd really need to set up some tight monitoring and be checking the space while the jobs run because I doubt ...
- Fri Aug 17, 2007 6:59 am
- Forum: IBM<sup>®</sup> Infosphere DataStage Server Edition
- Topic: "DSD.BCIPut call to SQLExecute failed"
- Replies: 1
- Views: 772
- Fri Aug 17, 2007 6:58 am
- Forum: IBM<sup>®</sup> Infosphere DataStage Server Edition
- Topic: How to check existing records in Hash File
- Replies: 4
- Views: 1110
As noted... you will need an 'extra' stage if you want to both read and write to a hashed file in the same job. And then you would check the status of the lookup to know if the value being looked up existed or not - i.e. if the lookup was successful. There is a 'Link Variable' available for that - L...
- Fri Aug 17, 2007 6:39 am
- Forum: IBM<sup>®</sup> Infosphere DataStage Server Edition
- Topic: What is array size and transaction size
- Replies: 4
- Views: 1318
- Thu Aug 16, 2007 5:25 pm
- Forum: IBM<sup>®</sup> Infosphere DataStage Server Edition
- Topic: Hash Files
- Replies: 3
- Views: 1103
Re: Hash Files
medakiran wrote:Our requirement is to delete hash files and at the same time not loose their tuning information.
Then perhaps you should just clear them rather than delete them?
- Thu Aug 16, 2007 3:13 pm
- Forum: General
- Topic: How to strip off any letter from numeric field?
- Replies: 10
- Views: 3186
- Thu Aug 16, 2007 2:40 pm
- Forum: General
- Topic: How to strip off any letter from numeric field?
- Replies: 10
- Views: 3186
As noted, Rnd() is the random number generator but you really do not want to take that approach if what you are doing is generating surrogate key values. You need to look into leveraging an Oracle sequence object or use one of the two 'Key Management' routines in the sdk category. Double-click to op...