Search found 42189 matches

by chulett
Wed Oct 26, 2011 11:38 am
Forum: IBM<sup>®</sup> DataStage Enterprise Edition (Formerly Parallel Extender/PX)
Topic: Conversion from type "timestamp" to type "dat
Replies: 21
Views: 7172

The problem there is pretty obvious - compare the date example with the format noted in the message. They need to match.
by chulett
Wed Oct 26, 2011 11:36 am
Forum: IBM<sup>®</sup> DataStage Enterprise Edition (Formerly Parallel Extender/PX)
Topic: COmpilation Error in DataStage
Replies: 8
Views: 6125

You might want to open a case with your support provider, it may be more of a bug with the stage than any need to tweak the compiler options.
by chulett
Wed Oct 26, 2011 10:28 am
Forum: General
Topic: Oracle 8i database connectivity in datastage 8.5
Replies: 4
Views: 1675

Your support provider, of course. That would be the official source for compatibility information like this. Keep in mind that Oracle ended their "Extended Support" for 8i at the end of 2006 so there's probably not a lot of guaranteed compatibility here.
by chulett
Wed Oct 26, 2011 6:49 am
Forum: IBM<sup>®</sup> DataStage Enterprise Edition (Formerly Parallel Extender/PX)
Topic: How to release a fifo lock?
Replies: 2
Views: 1026

You might want to explain what kind of ".fifo lock" issue you are having.
by chulett
Wed Oct 26, 2011 6:44 am
Forum: IBM<sup>®</sup> Infosphere DataStage Server Edition
Topic: ORA-01722: invalid number
Replies: 17
Views: 12757

I don't have much personal experience with 11g yet but I have been told that there are... architectural... changes in it. You've moved off into what I would consider DBA territory, do you have one there that is familiar with 11g and can help you understand what you are seeing? Otherwise, I'd suggest...
by chulett
Wed Oct 26, 2011 6:38 am
Forum: General
Topic: DataStage problem upgrading Oracle Client
Replies: 3
Views: 1268

Missed the Windows part of all this. I'd still suggest trying the debug instructions if you can, they still might help clue you in to what's going on. Sure seems to be specific to the 11g client but not sure why that might be. Worst case you may need to ping your official support provider, see if th...
by chulett
Tue Oct 25, 2011 8:23 pm
Forum: IBM<sup>®</sup> DataStage Enterprise Edition (Formerly Parallel Extender/PX)
Topic: fifo appears as soon as the job starts
Replies: 9
Views: 2878

Let me repeat his question in full, emphasis mine:
ray.wurlod wrote:Where are the databases in relation to the DataStage engine machine?
Are either co-resident with the DataStage server?
by chulett
Tue Oct 25, 2011 8:21 pm
Forum: IBM<sup>®</sup> DataStage Enterprise Edition (Formerly Parallel Extender/PX)
Topic: Avoid sending null elements in XML message
Replies: 11
Views: 14060

Report that as a bug. I haven't used the latest versions of XML but from what I recall, all of my previous experience matches what Ernie noted and what it sounds like you were expecting: empty string = empty element, null = 'missing' element.
by chulett
Tue Oct 25, 2011 4:10 pm
Forum: IBM<sup>®</sup> Infosphere DataStage Server Edition
Topic: Unable to register ORAOCI9 plugin
Replies: 3
Views: 1420

I'm not quite sure as I don't recall having to "register" anything ever. :? If you need to install optional plug-ins, you do that be repeating the installation of the server component. It will detect that you already have that version installed and default to maintenance mode, where one op...
by chulett
Tue Oct 25, 2011 11:01 am
Forum: General
Topic: Information Server 8.7 is released today
Replies: 4
Views: 2171

Nice. Looking forward to the "longer posts", Vincent. :wink:
by chulett
Tue Oct 25, 2011 10:16 am
Forum: IBM<sup>®</sup> DataStage Enterprise Edition (Formerly Parallel Extender/PX)
Topic: Max and min dates in aggregator
Replies: 4
Views: 1310

Sure... and by "integers" I just meant a brain-dead conversion to a YYYYMMDD formatted number.
by chulett
Tue Oct 25, 2011 9:51 am
Forum: General
Topic: Unlocking a job via another job
Replies: 36
Views: 9218

Me, I would check with support on that one.
by chulett
Tue Oct 25, 2011 9:50 am
Forum: IBM<sup>®</sup> Infosphere DataStage Server Edition
Topic: ORA-01722: invalid number
Replies: 17
Views: 12757

Double-check the NLS settings on both databases.
by chulett
Tue Oct 25, 2011 9:43 am
Forum: IBM<sup>®</sup> DataStage Enterprise Edition (Formerly Parallel Extender/PX)
Topic: Max and min dates in aggregator
Replies: 4
Views: 1310

From what little I recall, you may need to convert the dates to integers and then back to dates afterwards...