Search found 42189 matches

by chulett
Wed Dec 02, 2009 11:48 am
Forum: IBM<sup>®</sup> DataStage Enterprise Edition (Formerly Parallel Extender/PX)
Topic: ERROR: Abnormal end unit of work condition occurred
Replies: 2
Views: 4807

Suggest you google for "Abnormal end unit of work condition occurred", there seems to be many DB2 resources out there for that issue.
by chulett
Wed Dec 02, 2009 11:23 am
Forum: IBM<sup>®</sup> Infosphere DataStage Server Edition
Topic: Warning Messages
Replies: 15
Views: 4119

Good.
by chulett
Wed Dec 02, 2009 11:09 am
Forum: IBM<sup>®</sup> Infosphere DataStage Server Edition
Topic: Warning Messages
Replies: 15
Views: 4119

:idea: I would suggest no-one ever does any automatic reset immediately after a job finishes, even if it aborts. What my scripts always do is check the job being requested to run before anything is actually run for several conditions: 1. The job actually exists 2. The job is not already running 3. T...
by chulett
Wed Dec 02, 2009 11:05 am
Forum: IBM<sup>®</sup> DataStage Enterprise Edition (Formerly Parallel Extender/PX)
Topic: XML Package
Replies: 7
Views: 1721

Patch? There would be no 'patch' involved here. When you reran it, did it go into 'maintenance mode'? Did you go back and check all of the optional plugins? :?
by chulett
Wed Dec 02, 2009 11:03 am
Forum: IBM<sup>®</sup> DataStage Enterprise Edition (Formerly Parallel Extender/PX)
Topic: Nested If-Then-Else
Replies: 6
Views: 15828

No, they don't. What does it actually say when you validate? And I don't believe I've ever seen an official grammar reference. Others may know. :?
by chulett
Wed Dec 02, 2009 10:53 am
Forum: IBM<sup>®</sup> DataStage Enterprise Edition (Formerly Parallel Extender/PX)
Topic: Nested If-Then-Else
Replies: 6
Views: 15828

What does it not like about it? Right-click on the red derivation and select 'Validate Derivation'.
by chulett
Wed Dec 02, 2009 10:48 am
Forum: IBM<sup>®</sup> DataStage Enterprise Edition (Formerly Parallel Extender/PX)
Topic: Problem in Reading from dataset
Replies: 5
Views: 1239

You sure it's the read? What happens if you replace the OE stage and write to a sequential file instead?
by chulett
Wed Dec 02, 2009 10:47 am
Forum: IBM<sup>®</sup> Infosphere DataStage Server Edition
Topic: Warning Messages
Replies: 15
Views: 4119

OK, consider it ignored. :wink:

Is what I posted the "command" you disabled?
by chulett
Wed Dec 02, 2009 10:46 am
Forum: IBM<sup>®</sup> Infosphere DataStage Server Edition
Topic: Warning Messages
Replies: 15
Views: 4119

:idea: Your post is marked as a Windows server, hence my mention of a batch file. In the future, it would be best if you set that to UNIX so you get the proper advice.

What comes next after that in the script? Are you doing a "-run -mode RESET" afterwards? :?
by chulett
Wed Dec 02, 2009 10:23 am
Forum: IBM<sup>®</sup> Infosphere DataStage Server Edition
Topic: Warning Messages
Replies: 15
Views: 4119

No job gets reset all by itself. What exactly are you doing with dsjob? Are you using it in a batch file? Running it standalone? Regardless, can you post the complete syntax you are using? A Job Activity stage in a Sequence job can be set to 'Reset if Required then Run' but it does the reset before ...
by chulett
Wed Dec 02, 2009 9:53 am
Forum: IBM<sup>®</sup> Infosphere DataStage Server Edition
Topic: Warning Messages
Replies: 15
Views: 4119

No... it only gets reset when you reset it. You did say you're doing that unconditionally, did you not? :?
by chulett
Wed Dec 02, 2009 9:26 am
Forum: IBM<sup>®</sup> Infosphere DataStage Server Edition
Topic: Warning Messages
Replies: 15
Views: 4119

What precisely do you mean by 'ignore the warning messages'? :?

It's an 'all or nothing' afair, use "-warn 0" to allow unlimited warnings regardless of origin.
by chulett
Wed Dec 02, 2009 9:23 am
Forum: IBM<sup>®</sup> DataStage Enterprise Edition (Formerly Parallel Extender/PX)
Topic: Parallel routine using API
Replies: 3
Views: 2025

Probably help to share your 'abort', don't you think?
by chulett
Wed Dec 02, 2009 9:21 am
Forum: IBM<sup>®</sup> DataStage Enterprise Edition (Formerly Parallel Extender/PX)
Topic: Oracle Update SQL Explain Plan
Replies: 16
Views: 5824

There is an INDEX hint to force Oracle to use the index you specify. Seems like worst case you could use that.
by chulett
Wed Dec 02, 2009 9:17 am
Forum: IBM<sup>®</sup> DataStage Enterprise Edition (Formerly Parallel Extender/PX)
Topic: XML OUTPUT : XML file formatting
Replies: 5
Views: 1673

If you really think you need that other output format, I'm assuming you'll need to run the completed XML through some kind of 3rd party 'pretty print' / reformatting utility.