Search found 15603 matches
- Thu Sep 28, 2006 2:11 pm
- Forum: IBM<sup>®</sup> Infosphere DataStage Server Edition
- Topic: how to take MID in datastage
- Replies: 2
- Views: 1370
- Thu Sep 28, 2006 11:27 am
- Forum: IBM<sup>®</sup> Infosphere DataStage Server Edition
- Topic: SDKsequences
- Replies: 17
- Views: 4756
- Thu Sep 28, 2006 11:26 am
- Forum: IBM<sup>®</sup> Infosphere DataStage Server Edition
- Topic: How to get BETWEEN DATE FROM HASH FILE
- Replies: 7
- Views: 2423
- Thu Sep 28, 2006 11:25 am
- Forum: General
- Topic: automatic send alert email when job hung
- Replies: 9
- Views: 8579
- Thu Sep 28, 2006 10:49 am
- Forum: IBM<sup>®</sup> DataStage Enterprise Edition (Formerly Parallel Extender/PX)
- Topic: How to read the max_key value and increment by 1 to the key
- Replies: 15
- Views: 4555
- Thu Sep 28, 2006 10:47 am
- Forum: IBM<sup>®</sup> Infosphere DataStage Server Edition
- Topic: How to get BETWEEN DATE FROM HASH FILE
- Replies: 7
- Views: 2423
- Thu Sep 28, 2006 10:44 am
- Forum: IBM<sup>®</sup> Infosphere DataStage Server Edition
- Topic: SDKsequences
- Replies: 17
- Views: 4756
- Thu Sep 28, 2006 10:06 am
- Forum: IBM<sup>®</sup> DataStage Enterprise Edition (Formerly Parallel Extender/PX)
- Topic: How to read the max_key value and increment by 1 to the key
- Replies: 15
- Views: 4555
Most databases have sequences that you can use to do this in simpler manner; you could also manage your keys from within datastage. What database are you using? Can you implement sequences? If DataStage is the only application that is creating new keys for this table then the most efficient and fast...
- Thu Sep 28, 2006 10:03 am
- Forum: IBM<sup>®</sup> Infosphere DataStage Server Edition
- Topic: SDKsequences
- Replies: 17
- Views: 4756
I just took a gander at the source and there should be no problem with those two names. Did you also check in the derivation that you used both names as well and didn't inadvertantly re-use the same stage variable? You should have a hashed file called "SDKSequences" with two records in it (SEQ,SEQ1)...
- Thu Sep 28, 2006 9:32 am
- Forum: IBM<sup>®</sup> Infosphere DataStage Server Edition
- Topic: SDKsequences
- Replies: 17
- Views: 4756
- Thu Sep 28, 2006 8:35 am
- Forum: IBM<sup>®</sup> DataStage Enterprise Edition (Formerly Parallel Extender/PX)
- Topic: Scheduling thro director
- Replies: 4
- Views: 2725
- Thu Sep 28, 2006 8:27 am
- Forum: IBM<sup>®</sup> DataStage Enterprise Edition (Formerly Parallel Extender/PX)
- Topic: Scheduling
- Replies: 4
- Views: 1754
- Thu Sep 28, 2006 6:31 am
- Forum: IBM<sup>®</sup> Infosphere DataStage Server Edition
- Topic: Unziping file from Windows environment
- Replies: 25
- Views: 9309
- Thu Sep 28, 2006 3:50 am
- Forum: IBM<sup>®</sup> Infosphere DataStage Server Edition
- Topic: Performance Issue
- Replies: 8
- Views: 3362
- Thu Sep 28, 2006 3:45 am
- Forum: IBM<sup>®</sup> Infosphere DataStage Server Edition
- Topic: Unziping file from Windows environment
- Replies: 25
- Views: 9309
Lucky, in your case note that the DS job is not hanging, it is just waiting for your WinZip to return control to it; so actually WinZip is hanging. In 99 out of a 100 cases this is because it has issued some command and is waiting for input, as Craig has already suggested. Could it be that the outpu...