Search found 42189 matches

by chulett
Mon Jan 11, 2010 7:27 am
Forum: IBM<sup>®</sup> DataStage Enterprise Edition (Formerly Parallel Extender/PX)
Topic: Code 14 - Explanation
Replies: 3
Views: 1316

Have you tried searching here for the error message that comes with that code? It has been explained many many times.
by chulett
Mon Jan 11, 2010 7:25 am
Forum: IBM<sup>®</sup> DataStage Enterprise Edition (Formerly Parallel Extender/PX)
Topic: how to pass table name to oracle stage?
Replies: 8
Views: 1958

No. While the table name can be a job parameter it cannot be dynamically supplied from the input data, if that's what you are trying to do. Now, that doesn't mean you couldn't build some kind of stored procedure to do that, I would think.
by chulett
Mon Jan 11, 2010 12:04 am
Forum: IBM<sup>®</sup> Infosphere DataStage Server Edition
Topic: XML File Stage
Replies: 6
Views: 2466

First try a simple reinstall and if that doesn't work - uninstall first and clean up everything it leaves behind, including registry entries. Reboot. Install clean.
by chulett
Mon Jan 11, 2010 12:02 am
Forum: IBM<sup>®</sup> DataStage Enterprise Edition (Formerly Parallel Extender/PX)
Topic: Parallel job summations coming up incorrectly.
Replies: 4
Views: 1741

Since the summations that you are doing are in your source SQL and not something you're doing in the job itself (say, in an Aggregator) then it seems to me that this is strictly an Oracle materialized view issue.
by chulett
Sun Jan 10, 2010 11:56 pm
Forum: IBM<sup>®</sup> Infosphere DataStage Server Edition
Topic: XML File Stage
Replies: 6
Views: 2466

I'm not aware of the significance of the 'OEM' label here, I was meaning 7.5.1a versus 7.5.2 for example. Perhaps you simply need to reinstall your client software.
by chulett
Sun Jan 10, 2010 11:17 pm
Forum: IBM<sup>®</sup> Infosphere DataStage Server Edition
Topic: XML File Stage
Replies: 6
Views: 2466

I've seen that when your Client version does not exactly match the Server version... do yours?
by chulett
Sun Jan 10, 2010 11:16 pm
Forum: IBM<sup>®</sup> Infosphere DataStage Server Edition
Topic: junk value '?' instead of Null in Oracel stage
Replies: 7
Views: 2405

It's not a null any more. Did you check the link in my post? :?
by chulett
Sun Jan 10, 2010 4:50 pm
Forum: IBM<sup>®</sup> DataStage Enterprise Edition (Formerly Parallel Extender/PX)
Topic: The provided query statement did not prepare correctly
Replies: 3
Views: 2231

That's not nearly enough information for anyone to be able to help you, other than to tell you to do an exact search for that message. There are 10 other posts besides yours that mention it, see if any of them help.
by chulett
Sun Jan 10, 2010 10:01 am
Forum: General
Topic: DS Client Error
Replies: 7
Views: 8268

You need to find out what is corrupting your client. Your company may be doing something overnight to check installed software and replacing a critical ddl that DataStage is relying on. Or you may have an anti-virus issue and you need to exclude your client location from areas that it checks. Until ...
by chulett
Sun Jan 10, 2010 9:56 am
Forum: IBM<sup>®</sup> DataStage Enterprise Edition (Formerly Parallel Extender/PX)
Topic: Xml input stage problem
Replies: 1
Views: 808

Your XPath Expressions don't match what's in the XML. How did you generate them? Can you post them and a representative snippet of the incoming XML as well?
by chulett
Sun Jan 10, 2010 9:53 am
Forum: IBM<sup>®</sup> Infosphere DataStage Server Edition
Topic: junk value '?' instead of Null in Oracel stage
Replies: 7
Views: 2405

Those 'junk' values are a SQLNULL and you need to intercept and convert them back to NULL in a transformer.
by chulett
Sat Jan 09, 2010 9:07 am
Forum: IBM<sup>®</sup> DataStage Enterprise Edition (Formerly Parallel Extender/PX)
Topic: dataset write error
Replies: 3
Views: 8454

It looks to be having problems with the descriptor file rather than the data sets themselves. Is your ".ds" file accessable and complete?
by chulett
Sat Jan 09, 2010 9:04 am
Forum: IBM<sup>®</sup> DataStage Enterprise Edition (Formerly Parallel Extender/PX)
Topic: Compare two intput files
Replies: 3
Views: 1384

This all really is dependant on exactly what 'different' means. The OP did say they needed to see if the contents of the two files are identical, not necessarily the two files themselves. I'd really like to see that nuance clarified.
by chulett
Sat Jan 09, 2010 9:00 am
Forum: IBM<sup>®</sup> Infosphere DataStage Server Edition
Topic: can't compile any job in the project
Replies: 10
Views: 5999

This an important question that still really needs to be answered:
ray.wurlod wrote:Did the file system on which DataStage projects are installed become full at any point?
by chulett
Sat Jan 09, 2010 8:57 am
Forum: General
Topic: Warning: Import warning at record 0.
Replies: 2
Views: 2459

And if it doesn't, you'll need to post more details about the file itself and how you are trying to read it.