Search found 42189 matches

by chulett
Tue Oct 15, 2013 7:27 am
Forum: IBM<sup>®</sup> Infosphere DataStage Server Edition
Topic: parsing comma separated values coming from xml
Replies: 4
Views: 1814

Other options, like Transformer Looping, are not available in a Server job. That's why I wanted to double-check.
by chulett
Tue Oct 15, 2013 12:57 am
Forum: Site/Forum
Topic: Bought Premium membership. Still my id does not privileges
Replies: 2
Views: 5467

I ask them to post here... and contact the Membership Director as well.
by chulett
Tue Oct 15, 2013 12:33 am
Forum: IBM<sup>®</sup> DataStage Enterprise Edition (Formerly Parallel Extender/PX)
Topic: Special Character reading issue
Replies: 13
Views: 8021

When you have an issue like this you start a new post rather then reply to anything similar you can find. I've taken the liberty of splitting your post out on its own and deleting the others so we can have a conversation in one place... here.
by chulett
Mon Oct 14, 2013 5:49 pm
Forum: IBM<sup>®</sup> DataStage Enterprise Edition (Formerly Parallel Extender/PX)
Topic: RCP - Warning - Dropping component because of same name.
Replies: 2
Views: 2313

Do an exact search for "When checking operator: Dropping component" here and see if any of the 47 other posts help.
by chulett
Mon Oct 14, 2013 5:25 pm
Forum:
Topic: how to import power design model (PDM) in to metadata
Replies: 11
Views: 6535

I bought the premium membership. Still I am not able to see this post. Your ID (which is shown in the left-hand side box on every post) doesn't show any evidence of your 'Premium-ness' yet. AFAIK, it's still a manual process and can take a few days. If you still have an issue with your membership, ...
by chulett
Mon Oct 14, 2013 5:18 pm
Forum: IBM<sup>®</sup> DataStage Enterprise Edition (Formerly Parallel Extender/PX)
Topic: Oracle connector Update then Insert mode not working for RCP
Replies: 8
Views: 9591

Hmmm... I believe you could always specify the key in the schema file, Ray mentions the syntax in (for example) this post. The link you posted seems to indicate a different issue? Specifically, Arnd noted that the key information was not 'passed onwards'. Perhaps I read too much into what the actual...
by chulett
Mon Oct 14, 2013 9:00 am
Forum: IBM<sup>®</sup> Infosphere DataStage Server Edition
Topic: parsing comma separated values coming from xml
Replies: 4
Views: 1814

Not sure that where it is coming from matters, however not being a fixed number can unless you are aware of the maximum number it could be. Then you can perform a horizontal Pivot and filter out the 'empty' occurrences afterwards. There are some alternatives but first curious if you are actually usi...
by chulett
Mon Oct 14, 2013 7:41 am
Forum: IBM<sup>®</sup> DataStage Enterprise Edition (Formerly Parallel Extender/PX)
Topic: Oracle connector Update then Insert mode not working for RCP
Replies: 8
Views: 9591

... unless you specify the key(s) in your schema file.
by chulett
Sat Oct 12, 2013 8:15 am
Forum: IBM<sup>®</sup> DataStage Enterprise Edition (Formerly Parallel Extender/PX)
Topic: Oracle connector Update then Insert mode not working for RCP
Replies: 8
Views: 9591

Re: Oracle connector Update then Insert mode not working for

aschindler wrote:Specify at least one key column in the input schema.
The answer is right there in the error message you posted.
by chulett
Thu Oct 10, 2013 6:59 pm
Forum: IBM<sup>®</sup> Infosphere DataStage Server Edition
Topic: stored procedure stage showing error
Replies: 7
Views: 3774

Again... questions not answered and the same information repeated. Not sure how you can think that is helpful. :? A stored procedure is a 'transform' if there are input and output links to it, i.e. it transforms rows passing through it. In your design it should be set to 'Source'... or in the sugges...
by chulett
Thu Oct 10, 2013 7:52 am
Forum: IBM<sup>®</sup> DataStage Enterprise Edition (Formerly Parallel Extender/PX)
Topic: Job aborts when array size and record count is set to 65000
Replies: 4
Views: 2896

Without a specific plan and while understanding what each option controls, you could always try starting back at 1 and then raising the value in much smaller increments rather then going 'all in' right away. Increment it until the job aborts and then back it back down slightly.
by chulett
Thu Oct 10, 2013 7:37 am
Forum: IBM<sup>®</sup> Infosphere DataStage Server Edition
Topic: stored procedure stage showing error
Replies: 7
Views: 3774

You didn't answer Ray's question, you basically just repeated the same information from your initial post. To me your design is... backwards. You source from a stored procedure when that proc delivers rows into the job. You target one when it does the kind of work that you are doing, using a single ...
by chulett
Thu Oct 10, 2013 7:28 am
Forum: IBM<sup>®</sup> Infosphere DataStage Server Edition
Topic: DSD.UVOpen mkdbfile: error initializing file
Replies: 12
Views: 11820

Can I know what is being suggested in the above premium content. I've opened it up as there wasn't much left you couldn't see. As Arnd noted, it is always best to start your own post when you come here with a problem, no matter how 'same' the issue seems to be to others you find here. If you can't ...
by chulett
Wed Oct 09, 2013 10:50 am
Forum: IBM<sup>®</sup> DataStage Enterprise Edition (Formerly Parallel Extender/PX)
Topic: Issue with loading 0x0 instead of null in datastage 8.7
Replies: 4
Views: 2061

Not sure if there's a previous version involved but the default padding character is "0x0" and you'd need to change that to "0x20" (via the APT variable that Arnd noted) so that it pads with spaces.
by chulett
Wed Oct 09, 2013 9:29 am
Forum: IBM<sup>®</sup> DataStage Enterprise Edition (Formerly Parallel Extender/PX)
Topic: Issue with loading 0x0 instead of null in datastage 8.7
Replies: 4
Views: 2061

Are you seeing that only for CHAR fields?