Search found 42189 matches

by chulett
Wed May 27, 2009 1:15 pm
Forum: IBM<sup>®</sup> DataStage Enterprise Edition (Formerly Parallel Extender/PX)
Topic: reject link enterprise stages
Replies: 17
Views: 5180

asorrell wrote:You are encountering a "known issue" - reject links won't work correctly unless the array size is set to 1.
Andy, isn't that strictly a Server issue? I don't see anything like the OCI 'Array Size' option in the OE stage doing Write Method=Upsert. What am I missing? :?
by chulett
Wed May 27, 2009 1:12 pm
Forum: IBM<sup>®</sup> Infosphere DataStage Server Edition
Topic: Passing SQL as Parameter
Replies: 1
Views: 1210

Because (I assume) the slashes are invalid characters after the quotes are stripped, which DataStage is wont to do. Perhaps? select cast (count(1) as number(15)) as count,cast (sum(TRANSACTIONAMT) as number(21,2)) as amount, '' 1 '' as flag from TST Note those are two single quotes, not double quotes.
by chulett
Wed May 27, 2009 12:03 pm
Forum: IBM<sup>®</sup> DataStage Enterprise Edition (Formerly Parallel Extender/PX)
Topic: oracle reject
Replies: 7
Views: 2481

It's not that simple. Try an exact search for "Unable to use a record for update" and see if any of the other posts help.
by chulett
Wed May 27, 2009 11:44 am
Forum: IBM<sup>®</sup> Infosphere DataStage Server Edition
Topic: Oracle OCI error
Replies: 2
Views: 1190

Interesting... and good catch, thanks for posting that. Can you mark your post as Resolved using the button at the top of the screen, please?
by chulett
Wed May 27, 2009 11:43 am
Forum: IBM<sup>®</sup> Infosphere DataStage Server Edition
Topic: Locks or process are not listing in Director, How to get all
Replies: 7
Views: 2071

I haven't either. :?

Is this a problem just for you or for everyone?
by chulett
Wed May 27, 2009 11:41 am
Forum: IBM<sup>®</sup> DataStage Enterprise Edition (Formerly Parallel Extender/PX)
Topic: oracle reject
Replies: 7
Views: 2481

Can't help you on that one. Perhaps later when I get a chance to build some test cases that I need for my own edumacation. :wink:
by chulett
Wed May 27, 2009 11:04 am
Forum: General
Topic: Merge two different columns
Replies: 13
Views: 2367

You must have a rule. :?

OK, failing that - as noted, give us an exmple. Show a sample of rows from Table A, same for Table B and then what your result for the target table need to look like. We'll attempt to infer the rules from that.
by chulett
Wed May 27, 2009 11:01 am
Forum: IBM<sup>®</sup> Infosphere DataStage Server Edition
Topic: Locks or process are not listing in Director, How to get all
Replies: 7
Views: 2071

Silly question, perhaps, but did you click on the 'Show all' radio buttons?
by chulett
Wed May 27, 2009 10:47 am
Forum: General
Topic: Merge two different columns
Replies: 13
Views: 2367

I need to get both columns A and B are in the target. Column A is coming from one table,Column B is coming from from different table. Column A is coming by executing a lengthy sql. i have taken Column A in one source stage and Columb B is with one more source stage. eventually i need to populate Co...
by chulett
Wed May 27, 2009 10:45 am
Forum: IBM<sup>®</sup> DataStage Enterprise Edition (Formerly Parallel Extender/PX)
Topic: oracle reject
Replies: 7
Views: 2481

Don't do both when you only need one. Choose User-Defined Update Only and put your insert sql in the 'Update SQL' property.
by chulett
Wed May 27, 2009 10:10 am
Forum: General
Topic: Merge two different columns
Replies: 13
Views: 2367

So... what are your join or merge rules for this? In other words, how do you know which record from one table needs to be joined/merged with what row from the other table? :?
by chulett
Wed May 27, 2009 9:57 am
Forum: IBM<sup>®</sup> Infosphere DataStage Server Edition
Topic: Sever Job: Not able to read (') in data
Replies: 10
Views: 3387

[sigh] So much for a new thread. :?

The assumption is you have quotes in your quotes, is that the case?
by chulett
Wed May 27, 2009 9:33 am
Forum: General
Topic: Creating individual .DSX files for my 800+ jobs
Replies: 6
Views: 2684

That or one-by-one in a scripted loop.
by chulett
Wed May 27, 2009 7:02 am
Forum: IBM<sup>®</sup> DataStage Enterprise Edition (Formerly Parallel Extender/PX)
Topic: Date Format Conversion
Replies: 13
Views: 4862

We can not use server's job component or develop because we do not have client permision I am restricated to parral job only. As Ray would say - resist stupid requirements! You've thrown away a powerful part of your arsenal for no good reason. :evil: How about the other suggestion, a BASIC transfor...
by chulett
Wed May 27, 2009 7:00 am
Forum: IBM<sup>®</sup> DataStage Enterprise Edition (Formerly Parallel Extender/PX)
Topic: open and close command issue with the ODBC stage
Replies: 3
Views: 1347

What database is that? Does it work without the 'go'? :?