Search found 15603 matches
- Thu Aug 03, 2006 7:56 am
- Forum: General
- Topic: Necessary Evil?
- Replies: 13
- Views: 8447
Ken - I almost ended up buying a Saturn because I was told that it was the only dealership where "what you see is what you pay" and that there were no negotiations about pricing at all. That alone was enough to convince me of buyng a type of car I really didn't want. Unfortunately the saleslady was ...
- Thu Aug 03, 2006 7:31 am
- Forum: General
- Topic: Necessary Evil?
- Replies: 13
- Views: 8447
- Thu Aug 03, 2006 6:28 am
- Forum: IBM<sup>®</sup> DataStage Enterprise Edition (Formerly Parallel Extender/PX)
- Topic: Error While running multiple instances
- Replies: 30
- Views: 11242
Krish, no need to quote my entire post for that question. Most of the time the /tmp space will be automatically reclaimed, but sometimes when jobs fail badly they will abort and not clean up after themselves. It makes sense to periodically look into the directory you are using for temporary and scra...
- Wed Aug 02, 2006 10:44 am
- Forum: IBM<sup>®</sup> Infosphere DataStage Server Edition
- Topic: SDK KeyMgt - KeyMgtGetNextValue
- Replies: 6
- Views: 1356
I don't think it made TV here, they were probably showing Monty Pyth on or Coronation Street instead. But I have picked up the phrase "Don't mention the War" - everyone know that here but I bet you nobody back in the USA would know what to do with that statement. p.s. Guilty As Charged of the offens...
- Wed Aug 02, 2006 10:40 am
- Forum: IBM<sup>®</sup> Infosphere DataStage Server Edition
- Topic: mysterious null characters added in varchar field
- Replies: 12
- Views: 2569
- Wed Aug 02, 2006 10:09 am
- Forum: IBM<sup>®</sup> Infosphere DataStage Server Edition
- Topic: SDK KeyMgt - KeyMgtGetNextValue
- Replies: 6
- Views: 1356
- Wed Aug 02, 2006 9:48 am
- Forum: IBM<sup>®</sup> Infosphere DataStage Server Edition
- Topic: SDK KeyMgt - KeyMgtGetNextValue
- Replies: 6
- Views: 1356
- Wed Aug 02, 2006 9:45 am
- Forum: IBM<sup>®</sup> Infosphere DataStage Server Edition
- Topic: DB2 user-defined sql
- Replies: 7
- Views: 1830
- Wed Aug 02, 2006 9:39 am
- Forum: IBM<sup>®</sup> Infosphere DataStage Server Edition
- Topic: mysterious null characters added in varchar field
- Replies: 12
- Views: 2569
Do you get the same padding when writing to a sequential file instead of to the Oracle stage? If you were using PX I'd say the culprit is APT_STRING_PAD_CHARACTER but you stated server as the job type. Also, if you declare the Oracle column to be VarChar instead of VarChar2 do you get the same error?
- Wed Aug 02, 2006 8:37 am
- Forum: IBM<sup>®</sup> Infosphere DataStage Server Edition
- Topic: ds_seqopen() - error in 'open()' on named pipe read links
- Replies: 8
- Views: 3714
The "you will conform" approach has been tried many times and has failed each time. My test for stringent design documents is that if the design were given to 5 developers and all code produced is essentially identical then you've gone too far with your specifications. What would our work be like wi...
- Wed Aug 02, 2006 8:15 am
- Forum: IBM<sup>®</sup> Infosphere DataStage Server Edition
- Topic: Duplicate records in a Hash File !!!
- Replies: 6
- Views: 3194
- Wed Aug 02, 2006 8:12 am
- Forum: IBM<sup>®</sup> Infosphere DataStage Server Edition
- Topic: ds_seqopen() - error in 'open()' on named pipe read links
- Replies: 8
- Views: 3714
- Wed Aug 02, 2006 8:04 am
- Forum: IBM<sup>®</sup> Infosphere DataStage Server Edition
- Topic: mysterious null characters added in varchar field
- Replies: 12
- Views: 2569
- Wed Aug 02, 2006 7:57 am
- Forum: IBM<sup>®</sup> DataStage Enterprise Edition (Formerly Parallel Extender/PX)
- Topic: Job aborting when running with large data sets
- Replies: 7
- Views: 2286
PX will buffer between stages (unlike server, where pure pipes are used) and can, given the right conditions, overflow this buffered data to disk. Have you actually monitored your /tmp and scratch areas while the job was running to make sure that they aren't filling up? Also, how many nodes configur...