Search found 42189 matches

by chulett
Tue Nov 16, 2010 8:51 am
Forum: IBM<sup>®</sup> Infosphere DataStage Server Edition
Topic: Help with XML Input
Replies: 8
Views: 5229

Oh dear. They are the 'expressions' you put in the Description field to tell the parser how to parse each field from the XML. Do you have an "xsd" for this file, something that describes all of the fields in the file? You can use that with the Metadata Importer and it will generate the XPa...
by chulett
Tue Nov 16, 2010 8:23 am
Forum: IBM<sup>®</sup> DataStage Enterprise Edition (Formerly Parallel Extender/PX)
Topic: Numeric value out of range
Replies: 4
Views: 2927

For starters, a TinyInt is only a single byte so the values you've posted for it are definitely 'out of range'.
by chulett
Tue Nov 16, 2010 8:15 am
Forum: IBM<sup>®</sup> Infosphere DataStage Server Edition
Topic: Help with XML Input
Replies: 8
Views: 5229

Do not read XML with the Sequential File stage, that's what the Folder stage is for. Also, how did you generate the XPath Expressions you are using, from an xsd?
by chulett
Mon Nov 15, 2010 9:35 pm
Forum: IBM<sup>®</sup> DataStage Enterprise Edition (Formerly Parallel Extender/PX)
Topic: ISSUE: Teradata Connector Properties Interface
Replies: 4
Views: 2266

Not going to be all that helpful, but it's called the 'Grid View' and you can see it in other stages as a right-click option. No clue how it gets to be permanent or how you switch it back, however. :(
by chulett
Mon Nov 15, 2010 3:13 pm
Forum: General
Topic: Unable to login after resetting the super password
Replies: 2
Views: 1018

Let's move it to General for now.

Anand, please edit your post and include all of the missing information it prompts for: version, O/S, etc.
by chulett
Mon Nov 15, 2010 3:10 pm
Forum: General
Topic: How to Schedule every month 5th using Datastage director
Replies: 6
Views: 3645

Yes, as noted.

Did say I couldn't check, as in I don't have any kind of DataStage access at all, but I do have a smattering of documentation plus what's left of my memory. For now. :wink:
by chulett
Mon Nov 15, 2010 1:48 pm
Forum: IBM<sup>®</sup> Infosphere DataStage Server Edition
Topic: parse file
Replies: 13
Views: 4245

Have you done an exact search for 'vertical pivot'? It has been explained here a number of times.
by chulett
Mon Nov 15, 2010 8:04 am
Forum: IBM<sup>®</sup> Infosphere DataStage Server Edition
Topic: TOAD vs DataStage
Replies: 18
Views: 10728

IPC is no magic bullet and you'll still end up with a transformer in the job. Best to learn what those OCI settings mean and control them properly. http://it.toolbox.com/blogs/infosphere/ten-reasons-why-you-need-datastage-85-42312 Reason #10 is the 'Balanced Optimizer', the equivalent of your 'pushd...
by chulett
Mon Nov 15, 2010 7:56 am
Forum: IBM<sup>®</sup> Infosphere DataStage Server Edition
Topic: TOAD vs DataStage
Replies: 18
Views: 10728

Your target array size is killing you. Did you try the @FALSE suggestion? I'd still be curious what your 'Update Action' is but in the meantime bump up your target array size to something larger so you are not sending one record at a time across the network to the database. Perhaps 1000 to start wit...
by chulett
Mon Nov 15, 2010 7:45 am
Forum: IBM<sup>®</sup> DataStage Enterprise Edition (Formerly Parallel Extender/PX)
Topic: Transformer Stage variable increment not working
Replies: 12
Views: 9861

Or understand why it is happening and deal with or adapt it as Ray notes, rather than force your parallel job to run sequential.
by chulett
Mon Nov 15, 2010 7:40 am
Forum: IBM<sup>®</sup> Infosphere DataStage Server Edition
Topic: Datastage Server 8.1 with parallel processing
Replies: 5
Views: 2386

This also involves payment to IBM as a prerequisite. :wink:
by chulett
Mon Nov 15, 2010 7:36 am
Forum: General
Topic: How to Schedule every month 5th using Datastage director
Replies: 6
Views: 3645

Yes.
by chulett
Sun Nov 14, 2010 11:18 pm
Forum: IBM<sup>®</sup> DataStage Enterprise Edition (Formerly Parallel Extender/PX)
Topic: Transformer Stage variable increment not working
Replies: 12
Views: 9861

How many nodes is your job running on? More than one, it seems.
by chulett
Sun Nov 14, 2010 4:11 pm
Forum: IBM<sup>®</sup> Infosphere DataStage Server Edition
Topic: File name is aready present in VOC file definition -error
Replies: 13
Views: 4749

palak08 wrote:Do you think I should not get this error if I am providing directory path even if it is project directory??
Yes, that is exactly what I think and said.
by chulett
Sun Nov 14, 2010 4:09 pm
Forum: IBM<sup>®</sup> DataStage Enterprise Edition (Formerly Parallel Extender/PX)
Topic: Validation with log for each record
Replies: 4
Views: 1707

You might want to flag each record with the validation error(s) that caused the reject, unless you don't mind figuring it out all over again later.