Search found 42189 matches

by chulett
Tue Nov 17, 2009 8:32 am
Forum: IBM<sup>®</sup> DataStage Enterprise Edition (Formerly Parallel Extender/PX)
Topic: How to use XML file as a source file
Replies: 9
Views: 2977

Please start your own post, and stop asking U for help.
by chulett
Tue Nov 17, 2009 8:31 am
Forum: IBM<sup>®</sup> DataStage Enterprise Edition (Formerly Parallel Extender/PX)
Topic: Oracle Stage load problem
Replies: 10
Views: 3746

Answer the node question.
by chulett
Tue Nov 17, 2009 6:32 am
Forum: IBM<sup>®</sup> DataStage Enterprise Edition (Formerly Parallel Extender/PX)
Topic: All the Job Activity details in a Sequence
Replies: 7
Views: 2104

For the first question, I'd look into the dssearch command. For the second one, the various DSGet functions like DSGetJobInfo, DSGetStageInfo, etc, or their command line dsjob equivalents.
by chulett
Tue Nov 17, 2009 6:23 am
Forum: IBM<sup>®</sup> DataStage Enterprise Edition (Formerly Parallel Extender/PX)
Topic: How to use XML file as a source file
Replies: 9
Views: 2977

"xfm" would mean a transformer stage.
by chulett
Tue Nov 17, 2009 6:18 am
Forum: IBM<sup>®</sup> Infosphere DataStage Server Edition
Topic: Computed blink of 0x830 does not match expected blink
Replies: 7
Views: 9496

Right... that mention of a 'Computed blink' means corruption, typically from a massive amount of entries pushing it over the 32bit addressing 2GB barrier. It needs to be addressed.
by chulett
Mon Nov 16, 2009 6:25 pm
Forum: IBM<sup>®</sup> DataStage Enterprise Edition (Formerly Parallel Extender/PX)
Topic: Date conversion
Replies: 7
Views: 1577

What exactly is your target database?
by chulett
Mon Nov 16, 2009 6:24 pm
Forum: IBM<sup>®</sup> DataStage Enterprise Edition (Formerly Parallel Extender/PX)
Topic: Oracle Connection Error
Replies: 11
Views: 9987

Hmmm... stopped when I saw "Message: OCI_ERROR: Bad Oracle environment", which is why I asked about the dsenv file.
by chulett
Mon Nov 16, 2009 6:21 pm
Forum: IBM<sup>®</sup> DataStage Enterprise Edition (Formerly Parallel Extender/PX)
Topic: Datastage monitor Dataset rows not showing
Replies: 3
Views: 1631

If one needed the stats one could, I assume, actually introduce a copy stage between the two and set the option in it to Force it to be kept in the flow. Yes?
by chulett
Mon Nov 16, 2009 6:17 pm
Forum: IBM<sup>®</sup> Infosphere DataStage Server Edition
Topic: Execute command stage not working properly
Replies: 5
Views: 2264

That's correct, it logs the command executed (past tense) and the result, the 'output' of the command. Does that change your problem/issue? Are they actually working as desired?
by chulett
Mon Nov 16, 2009 4:54 pm
Forum: IBM<sup>®</sup> DataStage Enterprise Edition (Formerly Parallel Extender/PX)
Topic: Recognizing "null bytes" in a varchar field
Replies: 2
Views: 873

My way didn't work out but yours did. Thanks. :wink:
by chulett
Mon Nov 16, 2009 4:31 pm
Forum: IBM<sup>®</sup> DataStage Enterprise Edition (Formerly Parallel Extender/PX)
Topic: Oracle Connection Error
Replies: 11
Views: 9987

$ORACLE_HOME/lib:$ORACLE_HOME/lib32:$ORACLE_HOME/rdbms/lib:$ORACLE_HOME/rdbms/lib32

This is overkill and it needs to see the 32bit libraries rather than the 64bit ones. For Oracle, all you should need is $ORACLE_HOME/lib32 in your LD_LIBRARY_PATH.
by chulett
Mon Nov 16, 2009 3:32 pm
Forum: IBM<sup>®</sup> DataStage Enterprise Edition (Formerly Parallel Extender/PX)
Topic: Oracle Connection Error
Replies: 11
Views: 9987

Can you post the contents of your dsenv file, please?
by chulett
Mon Nov 16, 2009 2:09 pm
Forum: IBM<sup>®</sup> Infosphere DataStage Server Edition
Topic: DataStage Metadata issue
Replies: 6
Views: 2607

It's an environment variable. As noted, though, I doubt it would change your Server job's behaviour at all as it is a PX specific variable.
by chulett
Mon Nov 16, 2009 2:06 pm
Forum: IBM<sup>®</sup> DataStage Enterprise Edition (Formerly Parallel Extender/PX)
Topic: Oracle Connection Error
Replies: 11
Views: 9987

Re: Oracle Connection Error

sshettar wrote:note: we also created a project with nls disabled
And Oracle jobs in that project throw the same error? Or work fine?