Search found 6797 matches
- Wed Apr 25, 2007 8:48 am
- Forum: IBM<sup>®</sup> Infosphere DataStage Server Edition
- Topic: db2 connection issue in sequence
- Replies: 12
- Views: 2080
- Wed Apr 25, 2007 8:26 am
- Forum: IBM<sup>®</sup> DataStage Enterprise Edition (Formerly Parallel Extender/PX)
- Topic: Invocation of DS Job of Sequence from Java
- Replies: 8
- Views: 1911
- Wed Apr 25, 2007 8:24 am
- Forum: IBM<sup>®</sup> Infosphere DataStage Server Edition
- Topic: db2 connection issue in sequence
- Replies: 12
- Views: 2080
- Wed Apr 25, 2007 8:18 am
- Forum: General
- Topic: how to call an unix script in sequence job
- Replies: 10
- Views: 3854
Can you execute it from unix using the same id? If yes then try giving the command as
Code: Select all
. /data/skscript
- Wed Apr 25, 2007 8:05 am
- Forum: IBM<sup>®</sup> Infosphere DataStage Server Edition
- Topic: Can we export joblog to a file
- Replies: 27
- Views: 11793
- Wed Apr 25, 2007 7:57 am
- Forum: IBM<sup>®</sup> DataStage Enterprise Edition (Formerly Parallel Extender/PX)
- Topic: issue with pivot stage
- Replies: 2
- Views: 666
Your generating sequential number in parallel. You have to bring into consideration the partition number and the number of partitions too. There is an FAQ entry by vmcburney on how to do that. Look here.
You can also use surrogate key generator.
You can also use surrogate key generator.
- Wed Apr 25, 2007 7:48 am
- Forum: General
- Topic: How to add datetime stamp + duration hours
- Replies: 3
- Views: 1786
Here, I found it. Enjoy.
- Wed Apr 25, 2007 7:41 am
- Forum: General
- Topic: how to call an unix script in sequence job
- Replies: 10
- Views: 3854
Within the script, use fully qualified paths for any file you write to or reference. Your script is complaining that skey.txt is not present. Ofcourse not, the dsengine will look for this file in its home directory. Your script works from command line because skey.txt might be present in /data/ dire...
- Wed Apr 25, 2007 7:37 am
- Forum: IBM<sup>®</sup> Infosphere DataStage Server Edition
- Topic: Where did I go wrong?
- Replies: 20
- Views: 4999
- Wed Apr 25, 2007 7:32 am
- Forum: IBM<sup>®</sup> Infosphere DataStage Server Edition
- Topic: Null Handling in Modify Stage
- Replies: 1
- Views: 771
NullToValue() does not work. Try handle_null(). You wont find its syntax in the manual. Refer here for exact syntax.
- Wed Apr 25, 2007 7:28 am
- Forum: IBM<sup>®</sup> Infosphere DataStage Server Edition
- Topic: Can we export joblog to a file
- Replies: 27
- Views: 11793
- Wed Apr 25, 2007 7:27 am
- Forum: IBM<sup>®</sup> Infosphere DataStage Server Edition
- Topic: Problem with Aggretaor
- Replies: 10
- Views: 2188
- Wed Apr 25, 2007 7:25 am
- Forum: IBM<sup>®</sup> Infosphere DataStage Server Edition
- Topic: OS Group
- Replies: 1
- Views: 537
- Wed Apr 25, 2007 7:24 am
- Forum: IBM<sup>®</sup> DataStage Enterprise Edition (Formerly Parallel Extender/PX)
- Topic: Using ExecTCL in Before/After job sub-routine
- Replies: 1
- Views: 552
- Wed Apr 25, 2007 7:17 am
- Forum: IBM<sup>®</sup> DataStage Enterprise Edition (Formerly Parallel Extender/PX)
- Topic: Comparing 2 dates in a Filter stage
- Replies: 5
- Views: 1603