Search found 42189 matches

by chulett
Wed Aug 18, 2010 12:39 pm
Forum: IBM<sup>®</sup> Infosphere DataStage Server Edition
Topic: ds_uvput() - Write failed for record id
Replies: 15
Views: 14459

All failing "at the same time" sounds like a disk space issue to me. Any kind of "bigger than 2GB" situation would corrupt the hashed file and get you "blink" errors, do you see anything like that? If so, the solution to that is to switch to 64bit hashed files and that ...
by chulett
Wed Aug 18, 2010 11:34 am
Forum: IBM<sup>®</sup> DataStage Enterprise Edition (Formerly Parallel Extender/PX)
Topic: Improve Performance
Replies: 6
Views: 2025

priyadarshikunal wrote:
chulett wrote:perhaps switch to a bulk load.
Bulk load in parallel?
Sure, why not? Worst case, run it on one node, it may still be faster. There's far too little information in the original post to get better answers, so hopefully they'll pony up what you've asked for and whatever else might be helpful.
by chulett
Wed Aug 18, 2010 11:28 am
Forum: IBM<sup>®</sup> Infosphere DataStage Server Edition
Topic: KeyMgtGetNextValueConcurrent
Replies: 12
Views: 5968

I have no idea what you are trying to add to this conversation in your post, can you try again please? :?
by chulett
Wed Aug 18, 2010 8:37 am
Forum: IBM<sup>®</sup> Infosphere DataStage Server Edition
Topic: text file to oracle date
Replies: 14
Views: 4573

You should use IConv/OConv to convert that external format to YYYY-MM-DD, then append a zero time and use a Timestamp data type. The generated SQL will include the appropriate TO_DATE() function to get it into your DATE field all nice and proper like.
by chulett
Wed Aug 18, 2010 7:23 am
Forum: IBM<sup>®</sup> DataStage Enterprise Edition (Formerly Parallel Extender/PX)
Topic: CheckSum Stage Integer Value
Replies: 8
Views: 2836

You did not get much in the way of an answer because (honestly) the answer really should have been fairly obvious - no. Unless you were looking for an option or switch of some kind to change the output format and again the answer would be no.
by chulett
Wed Aug 18, 2010 7:20 am
Forum: IBM<sup>®</sup> Infosphere DataStage Server Edition
Topic: Jobs are in Running status
Replies: 8
Views: 1923

Are you certain that in all that patching / killing that your DataStage server wasn't simply rebooted while your jobs were running?
by chulett
Wed Aug 18, 2010 6:46 am
Forum: IBM<sup>®</sup> Infosphere DataStage Server Edition
Topic: 64 bit hash files
Replies: 2
Views: 1119

Odd... don't recall ever seeing such a message and a search for it here returned no other matches. :(
by chulett
Wed Aug 18, 2010 6:43 am
Forum: IBM<sup>®</sup> DataStage Enterprise Edition (Formerly Parallel Extender/PX)
Topic: surrogate key
Replies: 1
Views: 773

How precisely are you generating this surrogate key? Are you using the stage of the same name with a state file? That would certainly be the typical answer.
by chulett
Wed Aug 18, 2010 6:16 am
Forum: IBM<sup>®</sup> DataStage Enterprise Edition (Formerly Parallel Extender/PX)
Topic: Combine multiple xml files
Replies: 2
Views: 1047

Comes down to what precisely you mean by 'combine'. You can certainly read and process multiple XML files, as many as you like in the same run, but the combining part may be up to you. Really depends on what that means to you.
by chulett
Wed Aug 18, 2010 6:14 am
Forum: IBM<sup>®</sup> DataStage Enterprise Edition (Formerly Parallel Extender/PX)
Topic: date conversion funtion
Replies: 2
Views: 1142

Since it is already in that external format, just has a few extra bits, as noted the simplest solution would be to substring.
by chulett
Wed Aug 18, 2010 6:11 am
Forum: IBM<sup>®</sup> DataStage Enterprise Edition (Formerly Parallel Extender/PX)
Topic: How to read MasterCard files, especially the BITMAP part
Replies: 2
Views: 2574

I would think it would be useful to post some sample data if you could, including the expected output from that input. That and explain exactly what the problem is 'to read this BITMAP part' so people can provide a little more specific help.
by chulett
Wed Aug 18, 2010 6:09 am
Forum: IBM<sup>®</sup> DataStage Enterprise Edition (Formerly Parallel Extender/PX)
Topic: filter stage dropping records
Replies: 6
Views: 2946

... and the resolution was? :?
by chulett
Wed Aug 18, 2010 6:07 am
Forum: IBM<sup>®</sup> DataStage Enterprise Edition (Formerly Parallel Extender/PX)
Topic: Improve Performance
Replies: 6
Views: 2025

With so little to go on... perhaps switch to a bulk load.
by chulett
Wed Aug 18, 2010 6:05 am
Forum: IBM<sup>®</sup> Infosphere DataStage Server Edition
Topic: sort query
Replies: 1
Views: 874

So... since there's no "link sort" in Server, is this actually a PX question? Or are you comparing a PX "link sort" with the Server sort stage? :? In a purely PX world, the short answer would be "none" with the noted exception that the stage gives you explicit control o...
by chulett
Wed Aug 18, 2010 6:02 am
Forum: IBM<sup>®</sup> Infosphere DataStage Server Edition
Topic: Jobs are in Running status
Replies: 8
Views: 1923

They were still actually running or just in a 'running state'? Could you find active processes for the jobs?