Search found 42189 matches

by chulett
Tue Jul 07, 2009 6:48 am
Forum: IBM<sup>®</sup> DataStage Enterprise Edition (Formerly Parallel Extender/PX)
Topic: Oracle 10g with DS 7.5.1
Replies: 5
Views: 1767

Yes, Itanium. You got a 10g client because there's no 9i one for them. Change your shared library path in dsenv to point to the 32bit Oracle libraries rather than the 64bit ones, see if that helps.
by chulett
Tue Jul 07, 2009 6:45 am
Forum: Information Analyzer (formerly ProfileStage)
Topic: Paasing connection details as parameters
Replies: 1
Views: 1854

Please repost this question in the proper forum, the "Enterprise Edition" forum a.k.a. the "PX" one. This one is specfically for Information Analyzer / ProfileStage questions.
by chulett
Tue Jul 07, 2009 6:42 am
Forum: IBM<sup>®</sup> SOA Editions (Formerly RTI Services)
Topic: problem in synchronizing
Replies: 2
Views: 3106

I'm curious why you're landing the data, why not load it directly? You will have a problem with that flat file as it will only be flushed once the WISD job completes.
by chulett
Tue Jul 07, 2009 6:22 am
Forum: IBM<sup>®</sup> Infosphere DataStage Server Edition
Topic: How to call routine function from another routine???
Replies: 6
Views: 1701

Actually, what you need to search for is DEFFUN.
by chulett
Tue Jul 07, 2009 6:18 am
Forum: General
Topic: Weird behaviour of Parallel job! HELP!!
Replies: 7
Views: 2145

:idea: 1. I did not want to quote my previous msg again.. but, I did not see any link other than "Reply with Quote" and I clicked on this link on my msg. Look closer. There is a big orange Reply to topic link at the bottom of the page that starts you off clean. Still amazed by how many peo...
by chulett
Mon Jul 06, 2009 9:10 pm
Forum: IBM<sup>®</sup> DataStage Enterprise Edition (Formerly Parallel Extender/PX)
Topic: ODBC stage problem
Replies: 10
Views: 4163

Or perhaps run the job with a (very) low warning limit.
by chulett
Mon Jul 06, 2009 9:09 pm
Forum: IBM<sup>®</sup> DataStage Enterprise Edition (Formerly Parallel Extender/PX)
Topic: Oracle 10g with DS 7.5.1
Replies: 5
Views: 1767

Yes, the 10g client can work fine. Need to know what HPUX server you are running, though... Itanium or PA-RISC? Running a 32bit or a 64bit client? And you shouldn't need to set TNS_ADMIN unless your tnsnames file is in a non-standard location, is it?
by chulett
Mon Jul 06, 2009 4:39 pm
Forum: IBM<sup>®</sup> Infosphere DataStage Server Edition
Topic: Excel sheet directly as an Source
Replies: 5
Views: 1832

And they will 'accidentally' mess it up. Repeatedly. :wink:
by chulett
Mon Jul 06, 2009 2:41 pm
Forum: IBM<sup>®</sup> Infosphere DataStage Server Edition
Topic: ASCII to EBCDIC conversion
Replies: 4
Views: 1441

Even better... no need to reverse polarity and risk imploding the Universe. :wink:
by chulett
Mon Jul 06, 2009 2:40 pm
Forum: IBM<sup>®</sup> Infosphere DataStage Server Edition
Topic: Removing &amp from the output of an XML
Replies: 7
Views: 2339

It *is* the standard and any validator worth its salt would complain finding that character in there untranslated... i.e. not 'safe'. Perhaps it's an issue with using a dtd rather than the more standard xsd for this. [shrug] Depending on your job design, you can set the 'Data Type' for that field to...
by chulett
Mon Jul 06, 2009 2:36 pm
Forum: IBM<sup>®</sup> DataStage Enterprise Edition (Formerly Parallel Extender/PX)
Topic: Datastage 8.1 Driver Information
Replies: 7
Views: 4472

Not to stir anything up here as I've never worked with MySQL in any capacity, let alone with DataStage. But as a serious musing on my part, do you really think there would be much call for support for the "community" version of MySQL amongst companies that would invest in a tool like DataS...
by chulett
Mon Jul 06, 2009 2:24 pm
Forum: IBM<sup>®</sup> DataStage Enterprise Edition (Formerly Parallel Extender/PX)
Topic: $PASSWD showing up in job log as my reAl password
Replies: 4
Views: 1062

Still... it wouldn't be in the log. :wink:
by chulett
Mon Jul 06, 2009 2:23 pm
Forum: IBM<sup>®</sup> DataStage Enterprise Edition (Formerly Parallel Extender/PX)
Topic: Minus
Replies: 1
Views: 913

Not sure what an Aggregator has to do with anything. Why not simply add a new field in a Transformer and subtract the two there? Or do that in your source sql. :?