Search found 42189 matches

by chulett
Fri Feb 01, 2013 11:38 am
Forum: IBM<sup>®</sup> DataStage Enterprise Edition (Formerly Parallel Extender/PX)
Topic: Schema file error
Replies: 13
Views: 7231

Re: Schema file error

I must state here that my data is 248555.00 so its clear that spaces are being added in between digits. and 248555.00 is thus becoming 2 4 8 5 5 5 . 0 0 Just wanted to point out that no spaces are being added to the data, that's just how that particular message represents the data, i.e. with all of...
by chulett
Fri Feb 01, 2013 7:50 am
Forum: IBM<sup>®</sup> DataStage Enterprise Edition (Formerly Parallel Extender/PX)
Topic: Parallel job reports failure (code 134)
Replies: 8
Views: 5229

Meaning your search didn't find anything or you read all of the posts, tried some things and nothing helped?

Out of curiousity, when the job aborted did you try resetting the job from the Director? If so, did it add anything to the log saying 'From previous run...'? If so, post the contents.
by chulett
Fri Feb 01, 2013 7:45 am
Forum: General
Topic: XML Stage vs XML Pack
Replies: 15
Views: 3455

1. It should come with 'base' release of 8.7 but should also be simple to add to your existing release. 2. Documented in each release. Start here and choose the release you are interested in reading about. This is a direct link to the 8.7 pdf for the XML Transformation Guide, the documentation for t...
by chulett
Thu Jan 31, 2013 8:57 pm
Forum: General
Topic: XML Stage vs XML Pack
Replies: 15
Views: 3455

Speak of the devil. :wink:
by chulett
Thu Jan 31, 2013 11:20 am
Forum: IBM<sup>®</sup> DataStage Enterprise Edition (Formerly Parallel Extender/PX)
Topic: Compilation Error: Duplicate Class Registration
Replies: 3
Views: 1412

First you need to verify that the compiler you are using is one of the ones officially supported for your version on your O/S for use with DataStage. If that is the case, then you'd need to detail what you did to configure DataStage to use it - the values you've set for the various compiler and link...
by chulett
Thu Jan 31, 2013 8:40 am
Forum: General
Topic: XML Stage vs XML Pack
Replies: 15
Views: 3455

Welcome!

The new XML stage was introduced in the 8.5 release so should be something you have but perhaps there is a specific patch you need to add it. ALso, here are articles by a couple of our rockstars that might help.

From Vincent here and here. And from Ernie here.
by chulett
Thu Jan 31, 2013 8:34 am
Forum: IBM<sup>®</sup> DataStage Enterprise Edition (Formerly Parallel Extender/PX)
Topic: Compilation Error: Duplicate Class Registration
Replies: 3
Views: 1412

Clarify something for us - is this the first time you are compiling a job with a transformer (i.e. it has "never worked" for you) or you've done this before and only this job has the error?
by chulett
Wed Jan 30, 2013 8:06 am
Forum: General
Topic: xmeta query to get the job log
Replies: 3
Views: 3195

Go through the Programmer's Guide pdf, every dsjob option is documented there. And there is a specific section called Accessing log files which will answer your question.
by chulett
Wed Jan 30, 2013 7:55 am
Forum: IBM<sup>®</sup> SOA Editions (Formerly RTI Services)
Topic: Trying to select at Job in the Operations in ISD Application
Replies: 4
Views: 4285

Oh yah, that too. :wink:

(only active if MI is selected)
by chulett
Tue Jan 29, 2013 6:51 pm
Forum: IBM<sup>®</sup> DataStage Enterprise Edition (Formerly Parallel Extender/PX)
Topic: Get File name in External source stage
Replies: 18
Views: 12527

OK... not sure why you would use count to get the filenames but regardless you have them. You must also have it in the Transformer as you need to pass it to the XML Input stage so it knows what file to read, yes? Clarify for us what exactly it is you need to do with this filename, where it needs to ...
by chulett
Tue Jan 29, 2013 4:41 pm
Forum: IBM<sup>®</sup> SOA Editions (Formerly RTI Services)
Topic: Trying to select at Job in the Operations in ISD Application
Replies: 4
Views: 4285

As far as I know, you can select any job type as long as it is multi-instance. Are your Parallel jobs multi-instance?
by chulett
Tue Jan 29, 2013 2:02 pm
Forum: IBM<sup>®</sup> Infosphere DataStage Server Edition
Topic: spaces
Replies: 1
Views: 969

Depends. Can you be a little more specific with your question or the situation you are worried about?
by chulett
Tue Jan 29, 2013 11:33 am
Forum: IBM<sup>®</sup> DataStage Enterprise Edition (Formerly Parallel Extender/PX)
Topic: Get File name in External source stage
Replies: 18
Views: 12527

As Ernie noted, you have the name of the file as that is what the ESS passes to the XML Input stage. Have you tried simply passing it on?
by chulett
Tue Jan 29, 2013 8:29 am
Forum: IBM<sup>®</sup> DataStage Enterprise Edition (Formerly Parallel Extender/PX)
Topic: how to read large xml file via external source stage
Replies: 1
Views: 885

:idea: Best to start by posting in the correct forum and the TX one wasn't it. I've moved your post here.

So what have you tried so far? What issues have you faced? This article by Ernie Ostic has much good information in it on the subject.