Search found 42189 matches
- 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...
- Thu Apr 17, 2008 6:30 am
- Forum: IBM<sup>®</sup> Infosphere DataStage Server Edition
- Topic: Oracle Bulk Load stage
- Replies: 6
- Views: 1962
- 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
- 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...
- 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
- 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
- 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...
- 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...
- Wed Apr 16, 2008 5:53 pm
- Forum: IBM<sup>®</sup> Infosphere DataStage Server Edition
- Topic: Reg Oracle sessions
- Replies: 1
- Views: 952
- 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
- 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...
- 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.
- 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
- Wed Apr 16, 2008 11:21 am
- Forum: IBM<sup>®</sup> Infosphere DataStage Server Edition
- Topic: OCI Stage "Abnormal Termination"
- Replies: 8
- Views: 2221
- 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:
and see if that works.
Code: Select all
Convert(@FM,"",Execute_Command_16.$CommandOutput)="xml"and see if that works.