Search found 42189 matches

by chulett
Tue Feb 14, 2012 8:04 am
Forum: IBM<sup>®</sup> DataStage Enterprise Edition (Formerly Parallel Extender/PX)
Topic: Data truncation in a Varchar Column
Replies: 2
Views: 858

Sounds like a pretty normal NLS issue to me... what is the characterset you are working with?
by chulett
Tue Feb 14, 2012 7:57 am
Forum: General
Topic: dsjob command
Replies: 9
Views: 2291

So... have you solved whatever dsjob command issue you were having?
by chulett
Mon Feb 13, 2012 10:52 pm
Forum: IBM<sup>®</sup> DataStage Enterprise Edition (Formerly Parallel Extender/PX)
Topic: DTS Stage truncating SQL Reject message in RejectQ
Replies: 9
Views: 2814

I don't think they have an issue with the message itself, meaning they know why it was thrown. The question is why is the message strangely formatted with an extra space between each and every character? That doubles the length of the string needed and (apparently) cuts it off. I'd still suggest you...
by chulett
Mon Feb 13, 2012 9:37 pm
Forum: IBM<sup>®</sup> DataStage Enterprise Edition (Formerly Parallel Extender/PX)
Topic: Unable to read file
Replies: 8
Views: 2391

They did and they already shared.
by chulett
Mon Feb 13, 2012 9:35 pm
Forum: General
Topic: dsjob command
Replies: 9
Views: 2291

As noted, we'd need to know what in the heck "not working" means before anyone could help.
by chulett
Mon Feb 13, 2012 9:29 pm
Forum: IBM<sup>®</sup> DataStage Enterprise Edition (Formerly Parallel Extender/PX)
Topic: insert then update on DB2 connector gives warning
Replies: 7
Views: 6988

You might want to check with your official support provider and see if this is an issue with the DB2 connector. It should only log anything if both operations fail. Any 'failure' in the first operation should simply trigger the second operation without complaint or there's really no point to those '...
by chulett
Mon Feb 13, 2012 9:19 am
Forum: IBM<sup>®</sup> DataStage Enterprise Edition (Formerly Parallel Extender/PX)
Topic: Stage variables reset to initial value
Replies: 7
Views: 2668

Initial value? No. They are updated for each row processed through the transformer but they only get their initial value once. Hence the name.

Why do you asK?
by chulett
Mon Feb 13, 2012 9:18 am
Forum: General
Topic: Oracle has been migrated from 10g to 11g
Replies: 0
Views: 642

Your guess is correct. :wink:

Make sure someone updates the Oracle related information in your dsenv file - ORACLE_HOME, load library, etc - in reference the new location.
by chulett
Mon Feb 13, 2012 8:52 am
Forum: General
Topic: issue with DS.TOOLS menu not working from adminstrator.
Replies: 9
Views: 2925

Ray has explained this many times, most recently here. Search.
by chulett
Mon Feb 13, 2012 8:38 am
Forum: IBM<sup>®</sup> SOA Editions (Formerly RTI Services)
Topic: Web Service Error
Replies: 4
Views: 5718

:!: If you have a similar issue, create your own post. Tell us all about it.
by chulett
Mon Feb 13, 2012 8:34 am
Forum: IBM<sup>®</sup> DataStage Enterprise Edition (Formerly Parallel Extender/PX)
Topic: DS job CREATE/UPDATE
Replies: 15
Views: 13559

Ignoring all of the Star Wars nonsense, there is a little nugget about the ODBC text driver buried in there. If you have issues with the CC stage, you might want to check it out.
by chulett
Mon Feb 13, 2012 8:25 am
Forum: IBM<sup>®</sup> DataStage Enterprise Edition (Formerly Parallel Extender/PX)
Topic: Need to read two xml files using parallel job
Replies: 6
Views: 3226

While I believe you could do this by jumping thru some hoops and sending each file to its own XML Input stage, I don't see the point. Create two jobs.
by chulett
Mon Feb 13, 2012 8:22 am
Forum: IBM<sup>®</sup> DataStage Enterprise Edition (Formerly Parallel Extender/PX)
Topic: Need to read two xml files using parallel job
Replies: 6
Views: 3226

:!:

I edited your post to remove most of the examples as they really weren't needed and they were screwing with the formatting of this page making it hard to work with.
by chulett
Mon Feb 13, 2012 8:14 am
Forum: IBM<sup>®</sup> DataStage Enterprise Edition (Formerly Parallel Extender/PX)
Topic: Error while using Stored procedure
Replies: 7
Views: 2643

It would be helpful to know what database you're talking about and if you allowed the stage to generate the syntax or if you are typing it in manually. For the latter try the former.