Search found 42189 matches

by chulett
Thu Apr 17, 2008 6:37 am
Forum: IBM<sup>®</sup> Infosphere DataStage Server Edition
Topic: Approach in Filling a Relational Database
Replies: 15
Views: 4102

Our POC on pushing referential integrity checks on the database doesn't seems to be working So are you saying that you are allowing the database to police your RI constraint issues without you making any attempt to ensure you are not violating them before the actual database operation? Bad Idea. As...
by chulett
Thu Apr 17, 2008 6:30 am
Forum: IBM<sup>®</sup> Infosphere DataStage Server Edition
Topic: Oracle Bulk Load stage
Replies: 6
Views: 1962

Excatly... without a complete explanation of how exactly you are trying to run sqlldr and what errors you are seeing, we can't help much.
by chulett
Thu Apr 17, 2008 6:28 am
Forum: IBM<sup>®</sup> Infosphere DataStage Server Edition
Topic: Parameter values of a sequence that is restarted
Replies: 2
Views: 1053

In other words, they are not ignored but are used for the run. And the Sequence will log a warning if they are found to be different when restarting from a failure checkpoint. If you reset the job so that it starts over from the beginning, it won't bother with this check.
by chulett
Thu Apr 17, 2008 6:25 am
Forum: IBM<sup>®</sup> Infosphere DataStage Server Edition
Topic: OCI Stage "Abnormal Termination"
Replies: 8
Views: 2221

Do you belive the subtle difference in version could be causing this problem ? Yes, indeedy, that is your primary suspect right now in my mind. I've been down this path before, 9.2.0.1 is notoriously buggy. It can work fine for the vast majority of your jobs and then find one certain something in a...
by chulett
Thu Apr 17, 2008 6:20 am
Forum: IBM<sup>®</sup> DataStage Enterprise Edition (Formerly Parallel Extender/PX)
Topic: Xslt style sheet error
Replies: 18
Views: 5650

They don't have one.
by chulett
Thu Apr 17, 2008 6:18 am
Forum: IBM<sup>®</sup> DataStage Enterprise Edition (Formerly Parallel Extender/PX)
Topic: Need Help To delete a job
Replies: 11
Views: 2465

You don't need admin rights to unlock if you can log on as the user that holds the lock... can you?
by chulett
Wed Apr 16, 2008 9:51 pm
Forum: IBM<sup>®</sup> Infosphere DataStage Server Edition
Topic: OCI Stage "Abnormal Termination"
Replies: 8
Views: 2221

No, the 'access violation' has nothing to do with the database per se or any lock on the table, that would generate a normal ORA error. It's typically a code issue, a bug in the Oracle drivers / client code or DataStage. Let's start with Oracle. What Oracle versions are at work here - the database i...
by chulett
Wed Apr 16, 2008 9:43 pm
Forum: IBM<sup>®</sup> DataStage Enterprise Edition (Formerly Parallel Extender/PX)
Topic: Xslt style sheet error
Replies: 18
Views: 5650

No... I did not suggest you do anything with a custom stylesheet except to confirm that you were, in fact, not using it. And you cannot load your 'XML file' there and expect it to work. If you aren't familiar with writing XSLT then stay very far away from this option. You generally don't need to wo...
by chulett
Wed Apr 16, 2008 5:53 pm
Forum: IBM<sup>®</sup> Infosphere DataStage Server Edition
Topic: Reg Oracle sessions
Replies: 1
Views: 952

Same session, yes - but you've got no way to pass any information between the two portions. You'll need two jobs.
by chulett
Wed Apr 16, 2008 5:51 pm
Forum: IBM<sup>®</sup> DataStage Enterprise Edition (Formerly Parallel Extender/PX)
Topic: XML Read with Different layout
Replies: 9
Views: 2184

I get the impression they are trying to read it and failing. Can you do it in two jobs / passes - one for each TRANS types?
by chulett
Wed Apr 16, 2008 5:49 pm
Forum: IBM<sup>®</sup> DataStage Enterprise Edition (Formerly Parallel Extender/PX)
Topic: Xslt style sheet error
Replies: 18
Views: 5650

You would only have problems with 'custom stylesheet information' if you specifically added that in the stage. Did you? Is there such a thing under the Output / Advanced tabe - 'Use Custom Stylesheet' is checked and you can see one there? If not, then you've got a plain old mismatch between your XPa...
by chulett
Wed Apr 16, 2008 2:18 pm
Forum: IBM<sup>®</sup> Infosphere DataStage Server Edition
Topic: Problem in custom SQL in lookup (DB2 stage)...
Replies: 4
Views: 1386

Re: Problem in custom SQL in lookup (DB2 stage)...

kaps wrote:Does it work differently in DataStage ?

Just to emphasize the point - no.
by chulett
Wed Apr 16, 2008 12:56 pm
Forum: IBM<sup>®</sup> DataStage Enterprise Edition (Formerly Parallel Extender/PX)
Topic: Invoking DS jobs real-time
Replies: 8
Views: 1557

WISD... formerly RTI, formerly SOA... you can expose a job as a web service.
by chulett
Wed Apr 16, 2008 11:21 am
Forum: IBM<sup>®</sup> Infosphere DataStage Server Edition
Topic: OCI Stage "Abnormal Termination"
Replies: 8
Views: 2221

Reset the aborted job and let us know the contents of any 'From previous run...' log entry.
by chulett
Wed Apr 16, 2008 9:31 am
Forum: IBM<sup>®</sup> DataStage Enterprise Edition (Formerly Parallel Extender/PX)
Topic: Sequence execution contrl based on file data value
Replies: 14
Views: 3650

Odd, I do that here under 7.x. :? Try:

Code: Select all

Convert(@FM,"",Execute_Command_16.$CommandOutput)="xml"

and see if that works.