Search found 53125 matches
- Fri Feb 23, 2007 5:04 pm
- Forum: IBM<sup>®</sup> DataStage Enterprise Edition (Formerly Parallel Extender/PX)
- Topic: configuration file
- Replies: 9
- Views: 1923
- Fri Feb 23, 2007 5:02 pm
- Forum: IBM<sup>®</sup> DataStage Enterprise Edition (Formerly Parallel Extender/PX)
- Topic: Transaction handling in Parallel jobs
- Replies: 23
- Views: 5379
If you have an active SELECT cursor on table abcd, then table abcd will be locked against INSERT operations. Reduce your transaction size to 1 row, and/or set to auto-commit. Even better, select the data into a staging area (a persistent Data Set or Lookup File Set) in a prior job to avoid a self-de...
- Fri Feb 23, 2007 5:00 pm
- Forum: IBM<sup>®</sup> Infosphere DataStage Server Edition
- Topic: Hashed File error
- Replies: 6
- Views: 2848
This is, as the message tells you, an internal corruption in the hashed file. From the size of the addresses, it looks like it hit its 2GB limit at some point. The fix is to clear the hashed file of contents (or delete then re-create it) and assert 64-bit addressing, obviating the 2GB size limit. Yo...
- Fri Feb 23, 2007 4:58 pm
- Forum: IBM<sup>®</sup> Infosphere DataStage Server Edition
- Topic: Execute Command Stage
- Replies: 11
- Views: 7446
- Fri Feb 23, 2007 4:16 pm
- Forum: IBM<sup>®</sup> DataStage Enterprise Edition (Formerly Parallel Extender/PX)
- Topic: Transaction handling in Parallel jobs
- Replies: 23
- Views: 5379
- Fri Feb 23, 2007 4:15 pm
- Forum: IBM<sup>®</sup> DataStage Enterprise Edition (Formerly Parallel Extender/PX)
- Topic: last field null chk fails
- Replies: 10
- Views: 1540
- Fri Feb 23, 2007 4:12 pm
- Forum: IBM<sup>®</sup> DataStage Enterprise Edition (Formerly Parallel Extender/PX)
- Topic: Running DS from within an MKS Tools environment
- Replies: 6
- Views: 1655
- Fri Feb 23, 2007 4:11 pm
- Forum: IBM<sup>®</sup> DataStage Enterprise Edition (Formerly Parallel Extender/PX)
- Topic: Server License Upgrade
- Replies: 9
- Views: 1803
- Fri Feb 23, 2007 4:09 pm
- Forum: IBM<sup>®</sup> DataStage Enterprise Edition (Formerly Parallel Extender/PX)
- Topic: configuration file
- Replies: 9
- Views: 1923
1. No. Just process. As a general rule DataStage does not use threads. (There are, of course, some exceptions, particularly in sorting.) 2. They both have section leader and player processes. The conductor node is usually the first-named node in the default node pool, unless you have specified APT_C...
- Fri Feb 23, 2007 4:05 pm
- Forum: IBM<sup>®</sup> DataStage Enterprise Edition (Formerly Parallel Extender/PX)
- Topic: Isnull problem
- Replies: 4
- Views: 3213
- Fri Feb 23, 2007 4:02 pm
- Forum: IBM<sup>®</sup> DataStage Enterprise Edition (Formerly Parallel Extender/PX)
- Topic: load(DB2) doesn`t work
- Replies: 7
- Views: 4140
- Fri Feb 23, 2007 3:58 pm
- Forum: IBM<sup>®</sup> DataStage Enterprise Edition (Formerly Parallel Extender/PX)
- Topic: Modify Stage AND/OR Transformer Function
- Replies: 29
- Views: 4685
- Fri Feb 23, 2007 3:55 pm
- Forum: IBM<sup>®</sup> DataStage Enterprise Edition (Formerly Parallel Extender/PX)
- Topic: MQ Error
- Replies: 4
- Views: 842
- Fri Feb 23, 2007 3:52 pm
- Forum: IBM<sup>®</sup> DataStage Enterprise Edition (Formerly Parallel Extender/PX)
- Topic: last field null chk fails
- Replies: 10
- Views: 1540
- Fri Feb 23, 2007 3:48 pm
- Forum: IBM<sup>®</sup> DataStage Enterprise Edition (Formerly Parallel Extender/PX)
- Topic: Running DS from within an MKS Tools environment
- Replies: 6
- Views: 1655
This is precisely how version 7.5x2 works - it doesn't really run on Windows; it installs MKS Toolkit and runs on that. But I believe it's the only version that works that way. Craig: there's a trick you can use to impress your clients. Open up a CMD shell, enter sh as a command (the UNIX prompt app...