Search found 42189 matches

by chulett
Tue Jan 22, 2008 12:12 pm
Forum: IBM<sup>®</sup> Infosphere DataStage Server Edition
Topic: Error in calling user defind PL/SQL
Replies: 36
Views: 5449

Give it a try, it's not that hard to figure out. Sounds like your first problem was because you left the Procedure Name blank, make sure you put something there.
by chulett
Tue Jan 22, 2008 12:08 pm
Forum: IBM<sup>®</sup> DataStage Enterprise Edition (Formerly Parallel Extender/PX)
Topic: Stage variable not defined
Replies: 7
Views: 1257

That's an input column / link name that it can't find, not a stage variable. Check your spelling.
by chulett
Tue Jan 22, 2008 12:04 pm
Forum: IBM<sup>®</sup> Infosphere DataStage Server Edition
Topic: Error in calling user defind PL/SQL
Replies: 36
Views: 5449

It's certainly possible, we call that stats package quite a bit... but typically as a target at the end of a job stream. For 'inline' stats we stick with before/after in the ORA stage but I'd wager it could be made to work your way as well.
by chulett
Tue Jan 22, 2008 11:18 am
Forum: IBM<sup>®</sup> DataStage Enterprise Edition (Formerly Parallel Extender/PX)
Topic: ora stage warning.
Replies: 8
Views: 2252

Search. You're not the first person to have this issue.
by chulett
Tue Jan 22, 2008 9:16 am
Forum: IBM<sup>®</sup> DataStage Enterprise Edition (Formerly Parallel Extender/PX)
Topic: Oracle errors when trying to update huge amount of data.
Replies: 1
Views: 786

It's a hard one to track down. Involve your DBA. Google can turn up various advices as well, for example:

http://www.orafaq.com/forum/t/46556/0/
by chulett
Tue Jan 22, 2008 9:00 am
Forum: IBM<sup>®</sup> DataStage Enterprise Edition (Formerly Parallel Extender/PX)
Topic: Problems in Importing XML table definition
Replies: 4
Views: 1797

There's no project level setting for this, or at any level for that matter. What's different about this project - it's not Protected, is it? :?
by chulett
Tue Jan 22, 2008 8:04 am
Forum: IBM<sup>®</sup> Infosphere DataStage Server Edition
Topic: Error in calling user defind PL/SQL
Replies: 36
Views: 5449

Oh, come on Ken - why take all the fun out of it? :lol:
by chulett
Tue Jan 22, 2008 8:03 am
Forum: IBM<sup>®</sup> DataStage Enterprise Edition (Formerly Parallel Extender/PX)
Topic: error in seq file
Replies: 8
Views: 2459

Then mark the post as Resolved, please.
by chulett
Tue Jan 22, 2008 8:01 am
Forum: IBM<sup>®</sup> DataStage Enterprise Edition (Formerly Parallel Extender/PX)
Topic: Install v8 using sudo
Replies: 4
Views: 2579

Don't equate using 'sudo' to a 'non-root' install, they aren't the same thing, at least not in my book. I've done root installs of 7.x Server just by getting sudo access to the installation script. So, unless someone thinks otherwise, I'd say that should suffice. No guarantees, though. :wink:
by chulett
Tue Jan 22, 2008 7:58 am
Forum: IBM<sup>®</sup> DataStage Enterprise Edition (Formerly Parallel Extender/PX)
Topic: XML file processing with missing elements
Replies: 5
Views: 1446

You really should just Google for stuff like this. For example:

http://www.ibm.com/developerworks/xml/l ... leatt.html
by chulett
Tue Jan 22, 2008 7:53 am
Forum: IBM<sup>®</sup> DataStage Enterprise Edition (Formerly Parallel Extender/PX)
Topic: Error in the XML Input Stage
Replies: 11
Views: 5057

If they were proper proper it would all be working. How about posting a sample of the XML and your XPath expressions?
by chulett
Tue Jan 22, 2008 7:48 am
Forum: IBM<sup>®</sup> Infosphere DataStage Server Edition
Topic: Reading the target data as look up
Replies: 3
Views: 999

That's how you would do it - use a hashed file to store and lookup the current value. What's not working for you? Are you building some kind of SCD?
by chulett
Tue Jan 22, 2008 7:46 am
Forum: IBM<sup>®</sup> Infosphere DataStage Server Edition
Topic: Error in calling user defind PL/SQL
Replies: 36
Views: 5449

:? I did not ask if you have input and output links, but rather what columns you have in them. And make sure something is in the Syntax / Procedure Name field, even if it isn't "used" it needs something there.
by chulett
Tue Jan 22, 2008 7:37 am
Forum: IBM<sup>®</sup> Infosphere DataStage Server Edition
Topic: How to run SELECT from command line
Replies: 8
Views: 2813

Search for 'suppress', it has been mentioned several times. Freebie:

http://www.dsxchange.com/viewtopic.php?t=111199
by chulett
Mon Jan 21, 2008 11:58 pm
Forum: IBM<sup>®</sup> Infosphere DataStage Server Edition
Topic: Error in calling user defind PL/SQL
Replies: 36
Views: 5449

Hard to understand what you have or don't have defined in the stage at this point. Do you have any columns in your input and output links?