Search found 42189 matches

by chulett
Mon Nov 16, 2009 1:57 pm
Forum: IBM<sup>®</sup> DataStage Enterprise Edition (Formerly Parallel Extender/PX)
Topic: Recognizing "null bytes" in a varchar field
Replies: 2
Views: 873

Recognizing "null bytes" in a varchar field

Had an interesting issue this morning and looking for some advice. Client supplied flat file has quote-unquote "junk" in several fields that really should be empty. And since they're not empty, they pass the "null or empty" sniff test that would normally get them excluded from th...
by chulett
Mon Nov 16, 2009 12:48 pm
Forum: IBM<sup>®</sup> DataStage Enterprise Edition (Formerly Parallel Extender/PX)
Topic: DSGetLinkinfo Command
Replies: 6
Views: 5894

Not to beat this to death, but that's not exactly damning evidence. There's no resolution to that post and everything in it points to improper usage of the function. [shrug] Not saying that wasn't your issue, just that there is no smoking gun here and I've never seen any such misbehaviour using it f...
by chulett
Mon Nov 16, 2009 12:02 pm
Forum: IBM<sup>®</sup> DataStage Enterprise Edition (Formerly Parallel Extender/PX)
Topic: DSGetLinkinfo Command
Replies: 6
Views: 5894

Your post is for a Status Report issue, not something specific to the DSGetLinkInfo function from what I can see. :?
by chulett
Mon Nov 16, 2009 10:26 am
Forum: IBM<sup>®</sup> Infosphere DataStage Server Edition
Topic: Execute command stage not working properly
Replies: 5
Views: 2264

Parallel execution in Sequence jobs is... problematical. This discussion might help shed some light on the issue for you.
by chulett
Mon Nov 16, 2009 10:23 am
Forum: IBM<sup>®</sup> DataStage Enterprise Edition (Formerly Parallel Extender/PX)
Topic: SQL server / Oracle Connector stage with SSL?
Replies: 2
Views: 2140

Short answer is 'no', there's no support for 'encrypted data transmission' of the type you seek.
by chulett
Mon Nov 16, 2009 10:19 am
Forum: IBM<sup>®</sup> DataStage Enterprise Edition (Formerly Parallel Extender/PX)
Topic: DSGetLinkinfo Command
Replies: 6
Views: 5894

As long as it is called correctly, of course. Full error management should include a check for negative return codes which indicate errors - invalid job name, stage name, link name, etc etc.
by chulett
Mon Nov 16, 2009 10:17 am
Forum: IBM<sup>®</sup> Infosphere DataStage Server Edition
Topic: read data in tables stored in DB2 on iSeries
Replies: 7
Views: 6359

And there are many, I'm just not one. Be patient, they will show up. Eventually. :wink:
by chulett
Mon Nov 16, 2009 10:16 am
Forum: IBM<sup>®</sup> Infosphere DataStage Server Edition
Topic: Unhandled failure encountered executing command
Replies: 13
Views: 11653

No, I'm not confused. This is the exact same issue - a routine that does not return a zero has been considered to have failed when you enable the "Automatically handle" compiler option. Doesn't matter if it returns a "1" like in the first example or "200911121250" as in...
by chulett
Mon Nov 16, 2009 8:47 am
Forum: IBM<sup>®</sup> Infosphere DataStage Server Edition
Topic: 8.1 Server Hash Files.
Replies: 2
Views: 1607

Not sure how you could find 'less than definitive' answers when the answer is a resounding heck no. :wink:
by chulett
Mon Nov 16, 2009 7:46 am
Forum: IBM<sup>®</sup> Infosphere DataStage Server Edition
Topic: Lookup and change capture
Replies: 2
Views: 1064

You need to compare the looked up values to the incoming values and only pass along a 'change' record when something has actually changed. Don't really see how this will be any more performant than the CDC stage, however.
by chulett
Mon Nov 16, 2009 7:42 am
Forum: IBM<sup>®</sup> Infosphere DataStage Server Edition
Topic: Abnormal Termination
Replies: 11
Views: 4008

Yes, post the requested lines.
by chulett
Mon Nov 16, 2009 7:40 am
Forum: IBM<sup>®</sup> Infosphere DataStage Server Edition
Topic: read data in tables stored in DB2 on iSeries
Replies: 7
Views: 6359

That could very well be. Perhaps, like Oracle, you need a DB2 'client' installed on the DataStage server? No clue, personally, as I've never DB2'd but that would be my guess.