Search found 53125 matches
- Wed Aug 31, 2005 8:40 pm
- Forum: IBM<sup>®</sup> Infosphere DataStage Server Edition
- Topic: Pre Caching Of hash files
- Replies: 9
- Views: 2628
- Wed Aug 31, 2005 4:29 pm
- Forum: IBM<sup>®</sup> Infosphere DataStage Server Edition
- Topic: Fast Export is using Pipes instead of File Path
- Replies: 3
- Views: 1317
- Wed Aug 31, 2005 4:27 pm
- Forum: IBM<sup>®</sup> Infosphere DataStage Server Edition
- Topic: Sequencer Job Hangs - left "running"
- Replies: 2
- Views: 1050
- Wed Aug 31, 2005 4:26 pm
- Forum: IBM<sup>®</sup> Infosphere DataStage Server Edition
- Topic: hash key lookup with an EXTRA key ...
- Replies: 5
- Views: 1135
- Wed Aug 31, 2005 4:23 pm
- Forum: IBM<sup>®</sup> Infosphere DataStage Server Edition
- Topic: Unix DS services
- Replies: 4
- Views: 1183
Possibly as many as none, but if you stop the dsrpc daemon you will not be able to start any more jobs. The dsrpc daemon runs under the dsrpcd id. As Arnd noted, you can run the deadlock daemon dsdlockd to detect deadlocks and clean up after defunct (abnormally terminated) processes. If there are co...
- Wed Aug 31, 2005 4:16 pm
- Forum: IBM<sup>®</sup> Infosphere DataStage Server Edition
- Topic: Version Control Unexcepted Error
- Replies: 4
- Views: 1359
If you ever get that message - no matter where (Ascential product or not) - it's a bug in the client. No-one should ever write code that allows access to a property or method via an assumed With block (or non-existent object). The programmer must guarantee that object references are always scoped wi...
- Wed Aug 31, 2005 4:12 pm
- Forum: IBM<sup>®</sup> Infosphere DataStage Server Edition
- Topic: Job hanging
- Replies: 2
- Views: 870
Very hard to diagnose after the event. You have to look at things while the problem is occurring. Most probable causes are locks (one job has a record in a hashed file locked, another job is trying to use it) or system load. Sounds like locks are the most likely culprit; both the Hashed File stage a...
- Wed Aug 31, 2005 4:08 pm
- Forum: IBM<sup>®</sup> DataStage Enterprise Edition (Formerly Parallel Extender/PX)
- Topic: DS Admin training
- Replies: 2
- Views: 1074
Asccential has no specific DS Admin class.
There is/was one offered in Malaysia by an individual consultant, and Ken Bland's company (which is in the USA) does offer services and mentoring in this field. Check out the Services page there.
There is/was one offered in Malaysia by an individual consultant, and Ken Bland's company (which is in the USA) does offer services and mentoring in this field. Check out the Services page there.
- Wed Aug 31, 2005 4:04 pm
- Forum: IBM<sup>®</sup> DataStage Enterprise Edition (Formerly Parallel Extender/PX)
- Topic: Saving or Retrieving the job log
- Replies: 4
- Views: 1639
- Wed Aug 31, 2005 1:50 am
- Forum: IBM<sup>®</sup> Infosphere DataStage Server Edition
- Topic: How to install NLS seperately?
- Replies: 12
- Views: 4234
- Tue Aug 30, 2005 10:03 pm
- Forum: IBM<sup>®</sup> Infosphere DataStage Server Edition
- Topic: How to install NLS seperately?
- Replies: 12
- Views: 4234
If NLS is not installed, then NLSMODE does not appear in uvconfig at all. Once any change has been made to uvconfig it does not take effect until uvregen has been run and DataStage restarted. The uvregen utility builds a new image of the disk shared memory segment used by DataStage, structures in wh...
- Tue Aug 30, 2005 10:00 pm
- Forum: IBM<sup>®</sup> Infosphere DataStage Server Edition
- Topic: Rows rejected by OLE DB provider
- Replies: 3
- Views: 1558
- Tue Aug 30, 2005 9:58 pm
- Forum: IBM<sup>®</sup> DataStage Enterprise Edition (Formerly Parallel Extender/PX)
- Topic: Not able to load data to BW
- Replies: 7
- Views: 1679
- Tue Aug 30, 2005 7:16 pm
- Forum: IBM<sup>®</sup> Infosphere DataStage Server Edition
- Topic: Rows rejected by OLE DB provider
- Replies: 3
- Views: 1558
Welcome aboard! :D Please post the complete error/warning message for one row. It is very important in DataStage diagnosis to discern all the information that is provided in error messages. In particular, what error codes are displayed, and what do these mean? Why do you think the date fields are th...
- Tue Aug 30, 2005 7:13 pm
- Forum: IBM<sup>®</sup> DataStage Enterprise Edition (Formerly Parallel Extender/PX)
- Topic: Remove Duplicate Stage
- Replies: 7
- Views: 2117
Thanks for posting your "solution". Sometimes questions like those are valuable in "taking a step backwards" from your design. Another good thing is to have someone else look at it - it's amazing how the problem you couldn't see is blindingly obvious to them! And if they're professional they won't s...