Search found 42189 matches

by chulett
Thu May 03, 2012 8:59 am
Forum: IBM<sup>®</sup> DataStage Enterprise Edition (Formerly Parallel Extender/PX)
Topic: Oracle Partitioned Reads
Replies: 4
Views: 2944

Thus the only reason I can think of why my composite query here is crashing (especially since the message is ORA-14501: object is not partitioned) is IMO because one of my tables is not partitioned. That would certainly seem to be the case. Perhaps it would be worth putting in front of your officia...
by chulett
Thu May 03, 2012 8:55 am
Forum: IBM<sup>®</sup> DataStage Enterprise Edition (Formerly Parallel Extender/PX)
Topic: Oracle Partitioned Reads
Replies: 4
Views: 2944

Thanks Craig but I am confused since I've seen others getting a tongue bashing for not using the search function :shock: OK... we ask people to use the Search function to see if their question has already been answered as most questions are not new ones and they've already been asked and answered h...
by chulett
Thu May 03, 2012 7:21 am
Forum: IBM<sup>®</sup> DataStage Enterprise Edition (Formerly Parallel Extender/PX)
Topic: Oracle Partitioned Reads
Replies: 4
Views: 2944

BASU wrote:Not opening a new thread since quite a few exist on this
Sorry, that's not how it works here. You have a problem, you start a new post, doesn't matter if there are other sorta similar problems out there already... which will almost always be the case.

Welcome to your own post. :wink:
by chulett
Thu May 03, 2012 7:15 am
Forum: IBM<sup>®</sup> DataStage Enterprise Edition (Formerly Parallel Extender/PX)
Topic: How to convert JULIAN DATE to DATE using schema file
Replies: 5
Views: 2863

Let's start by getting your post in the correct forum.

(moved)
by chulett
Thu May 03, 2012 7:13 am
Forum: IBM<sup>®</sup> DataStage Enterprise Edition (Formerly Parallel Extender/PX)
Topic: ODBC Connector record count issue
Replies: 8
Views: 6099

I'm sorry... you are using this "record count > 1" where? :? If I give record count as 1 its running fine with odbc connector stage but if give from 2 it is loading partial data... Which doesn't come close to answering my question, so decided to check the ODBC Connector documentation. It'...
by chulett
Thu May 03, 2012 6:46 am
Forum: IBM<sup>®</sup> DataStage Enterprise Edition (Formerly Parallel Extender/PX)
Topic: ODBC Connector record count issue
Replies: 8
Views: 6099

I'm sorry... you are using this "record count > 1" where? :?
by chulett
Thu May 03, 2012 6:41 am
Forum: IBM<sup>®</sup> DataStage Enterprise Edition (Formerly Parallel Extender/PX)
Topic: Reject mode in Sequential file stage
Replies: 2
Views: 4228

Re: Reject mode in Sequential file stage

In output dataset i got the last two records, but i didn't go the remaining records in reject link. That would be because they were never sent to the stage due to your filter condition so they were not available to be rejected. As noted, the reject link handles metadata mismatches, records that cou...
by chulett
Thu May 03, 2012 6:34 am
Forum: IBM<sup>®</sup> DataStage Enterprise Edition (Formerly Parallel Extender/PX)
Topic: Aggregator stage constraint thus use of Remove Duplicates
Replies: 10
Views: 4747

Please stick to your own topic for discussion of this issue rather than fishing around for related posts made by others.

No need to repeat what is here in other posts. Also, marking this post as having a 'workaround' is probably keeping people from visiting it again...
by chulett
Thu May 03, 2012 6:28 am
Forum: IBM<sup>®</sup> Infosphere DataStage Server Edition
Topic: Error with SQL STATE 40003
Replies: 7
Views: 3621

No, not really. Seems like something you should be taking to your official support provider.
by chulett
Wed May 02, 2012 9:33 pm
Forum: General
Topic: Processing list of files in a Sequence job
Replies: 5
Views: 2367

You're not the first to see this problem or to post about it here and yes you need to remove the last delimiter from the delimited list. Not sure how EReplace or Convert would be helpful, I seem to recall using substring to accomplish this - basically:

DelimitedList[1,length(DelimitedList) - 1]
by chulett
Wed May 02, 2012 2:55 pm
Forum: IBM<sup>®</sup> Infosphere DataStage Server Edition
Topic: SubSequence Number
Replies: 3
Views: 1141

It's a Server job, you do everything in the Transformer stage. And it is simple enough to setup the stage variables needed for this, or as you noted there are some interesting routines in the SDK that can be leveraged as well.
by chulett
Wed May 02, 2012 1:28 pm
Forum: IBM<sup>®</sup> Infosphere DataStage Server Edition
Topic: SubSequence Number
Replies: 3
Views: 1141

Transformer stage variables.
by chulett
Wed May 02, 2012 11:01 am
Forum: IBM<sup>®</sup> Infosphere DataStage Server Edition
Topic: ARRAYSIZE Property in OCI Plugin Stage
Replies: 1
Views: 1194

Re: ARRAYSIZE Property in OCI Plugin Stage

Is there anyway that by all default OCI stages dragged to a job canvas from palette can have 1000 as the Arraysize ? No. And there is no "one size fits all" value for the Array Size property. I suppose if you want to attempt to have a default of other than one for it you could try the tem...
by chulett
Wed May 02, 2012 10:04 am
Forum: General
Topic: Failed to locate information for server
Replies: 8
Views: 3250

Try adding the domain option. You may also need to specify the port, from what I recall.