Search found 42189 matches

by chulett
Mon Sep 28, 2009 7:03 am
Forum: IBM<sup>®</sup> DataStage Enterprise Edition (Formerly Parallel Extender/PX)
Topic: Transaction handling in ODBC Connector stage
Replies: 10
Views: 2152

Bah... it's a perfectly valid strategy, even for 'millions' of records as long as your database is properly setup for it.
by chulett
Mon Sep 28, 2009 7:01 am
Forum: IBM<sup>®</sup> DataStage Enterprise Edition (Formerly Parallel Extender/PX)
Topic: how to change the read cache memory size for hashfile
Replies: 8
Views: 1606

Are you asking how can you change it or how can you know what to change it to? And are you thinking about changing the default? :?

Be very careful there, it can have quite unexpected consequences.
by chulett
Sun Sep 27, 2009 12:34 am
Forum: General
Topic: How can i get the sample Unix shell scripts for datastage
Replies: 1
Views: 774

Is there really a difference between 'executing' and 'calling' a job? Regardless, an exact search for dsjob with an author of kcbland should turn at least one up.
by chulett
Sun Sep 27, 2009 12:32 am
Forum: General
Topic: In Parallel jobs how to load the rows which are having NULL
Replies: 2
Views: 752

What issue are you having? They should "load" just fine, typically.
by chulett
Sun Sep 27, 2009 12:31 am
Forum: IBM<sup>®</sup> DataStage Enterprise Edition (Formerly Parallel Extender/PX)
Topic: How to make the DataStage jobs Read only.
Replies: 9
Views: 9411

Right... 'read only' means they can't be modified but they can still be run. And if you want to discuss that, please start a new post.
by chulett
Sat Sep 26, 2009 4:14 pm
Forum: IBM<sup>®</sup> DataStage Enterprise Edition (Formerly Parallel Extender/PX)
Topic: Basic transformer in parallel jobs
Replies: 4
Views: 1962

Actually, no. The Server Transformer is not the same as the BASIC Transformer. You'll find the latter in the repository browser under Stage Types \ Parallel \ Processing.
by chulett
Sat Sep 26, 2009 7:00 am
Forum: IBM<sup>®</sup> DataStage Enterprise Edition (Formerly Parallel Extender/PX)
Topic: best partition
Replies: 2
Views: 1212

"Load"? To expand on this a little, a description of your complete job would be helpful, so we have some idea what "load" means in this context.
by chulett
Fri Sep 25, 2009 9:08 pm
Forum: IBM<sup>®</sup> DataStage Enterprise Edition (Formerly Parallel Extender/PX)
Topic: APT_TeraSync: could not create operator sync table.
Replies: 1
Views: 2364

Have you searched here? An exact search for "could not create operator sync table" got me 15 matches, see if any of them help.
by chulett
Fri Sep 25, 2009 6:18 pm
Forum: General
Topic: Surrogate Key Generation using DS routine
Replies: 13
Views: 2892

Dang, missed that it was a Parallel question. [sigh]

As with most things PX, you've got a stage for that.
by chulett
Fri Sep 25, 2009 3:23 pm
Forum: IBM<sup>®</sup> DataStage Enterprise Edition (Formerly Parallel Extender/PX)
Topic: Unable to send Email
Replies: 13
Views: 3612

Try switching the position of 'Server' and 'Body' in the string you build, Body should be last AFAIK.
by chulett
Fri Sep 25, 2009 3:19 pm
Forum: IBM<sup>®</sup> DataStage Enterprise Edition (Formerly Parallel Extender/PX)
Topic: Impact of Buffering on performance
Replies: 1
Views: 1378

Both are correct. You do want to avoid writing to disk to improve performance. However, given the choice of throttling down the upstream operator or writing buffers out to disk, they're saying the latter is preferred to eliminate the 'pushback'. I don't seem them as being contradictory.
by chulett
Fri Sep 25, 2009 2:05 pm
Forum: IBM<sup>®</sup> DataStage Enterprise Edition (Formerly Parallel Extender/PX)
Topic: job schedule abort error
Replies: 6
Views: 2113

That doesn't necessarily mean their solutions are not applicable to you. If you're sure nothing there helps, then ping your official support provider 'cuz that's all we've got here. Unless someone else chimes in, of course...
by chulett
Fri Sep 25, 2009 12:39 pm
Forum: IBM<sup>®</sup> DataStage Enterprise Edition (Formerly Parallel Extender/PX)
Topic: job schedule abort error
Replies: 6
Views: 2113

Do an exact search for "Oracle client version 0 is NOT supported", there are two Resolved threads here on that topic. They should help.
by chulett
Fri Sep 25, 2009 11:10 am
Forum: IBM<sup>®</sup> DataStage Enterprise Edition (Formerly Parallel Extender/PX)
Topic: job schedule abort error
Replies: 6
Views: 2113

Odd. Can you post the complete, unedited error and let us know if this is only an issue with jobs that access Oracle or if somehow this is affecting all jobs? :?
by chulett
Fri Sep 25, 2009 9:43 am
Forum: General
Topic: difference in record count in parallel and sequential mode
Replies: 9
Views: 1851

So, that's just the way it works, eh? Interesting. :?