Search found 42189 matches

by chulett
Fri Jul 10, 2015 1:42 pm
Forum: IBM<sup>®</sup> DataStage Enterprise Edition (Formerly Parallel Extender/PX)
Topic: DS Bulk load
Replies: 8
Views: 6254

Glad what you did worked for you but wondering how you have any idea that the original poster 'previously used a Oracle stage'... 3 years ago. :wink:
by chulett
Fri Jul 10, 2015 1:38 pm
Forum: IBM<sup>®</sup> DataStage Enterprise Edition (Formerly Parallel Extender/PX)
Topic: RCP - CDC Stage - Partitoning and Sorting
Replies: 17
Views: 7942

koti9 wrote:There is no provision to mention the key in the schema file.
Actually there is, hence my question. Let me see if I can find you an example here.

viewtopic.php?t=133949
by chulett
Fri Jul 10, 2015 11:09 am
Forum: IBM<sup>®</sup> DataStage Enterprise Edition (Formerly Parallel Extender/PX)
Topic: RCP - CDC Stage - Partitoning and Sorting
Replies: 17
Views: 7942

koti9 wrote:As i can't mention the key in my original schema file
Sorry, but... why can you not?
by chulett
Fri Jul 10, 2015 9:13 am
Forum: IBM<sup>®</sup> DataStage Enterprise Edition (Formerly Parallel Extender/PX)
Topic: Pivot Enterprise Stage - Vertical Pivot issue
Replies: 8
Views: 5770

Re: Pivot Enterprise Stage - Vertical Pivot issue

tehavele wrote:I tried hash partitioning and sorting but it dint work.
The fact that it works correctly on a single node and didn't when running on multiple nodes implies your hashed partitioning is not set up correctly. Can you detail your settings for that?
by chulett
Fri Jul 10, 2015 7:13 am
Forum: IBM<sup>®</sup> DataStage Enterprise Edition (Formerly Parallel Extender/PX)
Topic: RCP - CDC Stage - Partitoning and Sorting
Replies: 17
Views: 7942

And Koti, when you do - please stop quoting everything you are replying to. Save that for when it makes sense, otherwise learn to love the Reply to topic link. :wink:
by chulett
Fri Jul 10, 2015 7:11 am
Forum: IBM<sup>®</sup> DataStage Enterprise Edition (Formerly Parallel Extender/PX)
Topic: Parameterize the read to pull only delta/incremental data
Replies: 3
Views: 1791

<split to your own post, linked back>
by chulett
Fri Jul 10, 2015 7:05 am
Forum: IBM<sup>®</sup> DataStage Enterprise Edition (Formerly Parallel Extender/PX)
Topic: Oracle Enterprise Close Command
Replies: 6
Views: 2333

Kel wrote:And commit if the insert is successful.
You don't as DataStage will do that automatically. No need to leverage the CLOSE command for that. Arnd already covered rollback.
by chulett
Thu Jul 09, 2015 1:13 pm
Forum: IBM<sup>®</sup> DataStage Enterprise Edition (Formerly Parallel Extender/PX)
Topic: RCP - CDC Stage - Partitoning and Sorting
Replies: 17
Views: 7942

<edited your post to add code tags to preserve whitespace>
by chulett
Thu Jul 09, 2015 10:15 am
Forum: IBM<sup>®</sup> DataStage Enterprise Edition (Formerly Parallel Extender/PX)
Topic: How can we get records in first and second alphabetically
Replies: 4
Views: 1994

A bit confusing and I'd rather not make any assumptions... here is where an example would come in handy. Can you post samples of your input and then based on those input records show us what the desired output would be? And your source is what - flat file, database table? I'd also be curious what, i...
by chulett
Thu Jul 09, 2015 9:19 am
Forum: IBM<sup>®</sup> DataStage Enterprise Edition (Formerly Parallel Extender/PX)
Topic: WaitForWriteSignal(): Premature EOF on node
Replies: 2
Views: 3997

An exact search here for "Unable to allocate communication resources" returned 54 matches, you might want to start there.
by chulett
Wed Jul 08, 2015 3:01 pm
Forum: IBM<sup>®</sup> DataStage Enterprise Edition (Formerly Parallel Extender/PX)
Topic: Sequential File - Filter - Unix Sort -SequentialMode Problem
Replies: 3
Views: 1492

No. Or at least I don't see why it would. Once you leverage the filter, the stage is no longer reading the file itself. It runs your filter command which outputs data to stdout and the stage will consume this stream via stdin.
by chulett
Wed Jul 08, 2015 9:31 am
Forum: General
Topic: How to retrieve the RT_LOG file name for a given job
Replies: 3
Views: 2231

Off the top of my head, you have to query DS_JOBS to get the JOBNO associated with the NAME of the job. All of the project hashed files related to jobs have the job number in their name, i.e. RT_LOG123 for the job whose internal job number is 123.
by chulett
Tue Jul 07, 2015 9:51 am
Forum: Site/Forum
Topic: Premium Membership Not Activated
Replies: 6
Views: 11374

Unfortunately, as a Moderator I have no such power... moving and editing posts is the extent of things I can do that are out of the ordinary. :(
by chulett
Tue Jul 07, 2015 9:33 am
Forum: IBM<sup>®</sup> DataStage Enterprise Edition (Formerly Parallel Extender/PX)
Topic: Time conversion - hh:mm:ss to AM or PM format
Replies: 4
Views: 2219

anajitKS wrote:In the developer's guide , there is no mention of any format other than 'hh:mm:ss' for TimeToString funtion. Am I missing anything ?
What you are probably seeing is the default format, you should be able to use any valid time format codes in the function.