Search found 42189 matches

by chulett
Tue Oct 18, 2011 7:16 am
Forum: IBM<sup>®</sup> DataStage Enterprise Edition (Formerly Parallel Extender/PX)
Topic: ODBC CONNECTOR Stage : Date Overflow
Replies: 4
Views: 2475

Suggest that you contact your official support provider regarding that patch and if there are any known issues related to it.
by chulett
Tue Oct 18, 2011 7:11 am
Forum: IBM<sup>®</sup> DataStage Enterprise Edition (Formerly Parallel Extender/PX)
Topic: Parallel job execution abort
Replies: 5
Views: 2087

Similar? Possibly. Same? No.

Please start your own post and give us the gory details of your issue.
by chulett
Tue Oct 18, 2011 7:06 am
Forum: IBM<sup>®</sup> DataStage Enterprise Edition (Formerly Parallel Extender/PX)
Topic: ODBC CONNECTOR Stage : Date Overflow
Replies: 4
Views: 2475

What "this new patch"?
by chulett
Tue Oct 18, 2011 7:05 am
Forum: IBM<sup>®</sup> DataStage Enterprise Edition (Formerly Parallel Extender/PX)
Topic: Need help in implementing join logic
Replies: 11
Views: 3408

If your join key columns are null on one side or the other, then you'll need to look into some flavor of a outer join. An inner join will never return any records where join keys are null. I am using a left outer join and sorry that I did not mention it earlier. You did when you said "left joi...
by chulett
Tue Oct 18, 2011 6:56 am
Forum: IBM<sup>®</sup> DataStage Enterprise Edition (Formerly Parallel Extender/PX)
Topic: Avoiding Multiple Lookup
Replies: 8
Views: 2035

Does that leverage a single cache under the covers, or four?
by chulett
Tue Oct 18, 2011 6:52 am
Forum: General
Topic: cannot log into Designer Client
Replies: 4
Views: 1667

I have no idea. Have you asked your official support provider what some workarounds might be for a 'single PC' or if in fact there are any?
by chulett
Tue Oct 18, 2011 6:48 am
Forum: General
Topic: Error Logging in Designer Client
Replies: 0
Views: 966

How many times are you going to post this?
by chulett
Tue Oct 18, 2011 6:44 am
Forum: IBM<sup>®</sup> Infosphere DataStage Server Edition
Topic: header and trailer validation
Replies: 10
Views: 4286

Again, what kind of 'date validation' do you need to do? The trailer validation is just a record count compared to the number in the trailer.
by chulett
Tue Oct 18, 2011 6:39 am
Forum: General
Topic: CPU requirements DataStage 8.5
Replies: 6
Views: 4594

There isn't any such document although there may be anecdotal evidence from people here. CPU would fall into what Ray has called the "more is better" camp, I would imagine, much like disk and memory but I've never seen any sort of minimum or recommended CPU listed.
by chulett
Mon Oct 17, 2011 10:24 pm
Forum: IBM<sup>®</sup> DataStage Enterprise Edition (Formerly Parallel Extender/PX)
Topic: Transformer code
Replies: 5
Views: 1269

As in what they do does not vary, the other stages do one thing and that thing is accomplished by the OSH script they generate.
by chulett
Mon Oct 17, 2011 9:56 pm
Forum: IBM<sup>®</sup> DataStage Enterprise Edition (Formerly Parallel Extender/PX)
Topic: How to retrieve or insert data into DB2
Replies: 13
Views: 4420

That's the SQL Builder, something you should only "need" if for some reason you can't let the stage generate the SQL for you automatically and you have no idea how to write it yourself. And it's for selecting data, not inserting it. No need for that here. At a high level - build the job li...
by chulett
Mon Oct 17, 2011 9:45 pm
Forum: IBM<sup>®</sup> DataStage Enterprise Edition (Formerly Parallel Extender/PX)
Topic: Avoiding Multiple Lookup
Replies: 8
Views: 2035

How many is "too many"? Should be the right tool for the right job.

Was wondering if the looping functionality in the 8.5 release might be leveraged for something like this but it's academic, it would seem.
by chulett
Mon Oct 17, 2011 9:42 pm
Forum: General
Topic: Schedue job without using Scheduler
Replies: 9
Views: 3196

Re: Schedue job without using Scheduler

rajadommeti wrote:You mean I have to use Cron to schedule (job_for_ever) job to run everyday at 7 a.m?
Have to? No. Just noting that you certainly could, seeing as how that's exactly what it does: run things on a regular schedule. Why reinvent the wheel?
by chulett
Mon Oct 17, 2011 9:39 pm
Forum: IBM<sup>®</sup> Infosphere DataStage Server Edition
Topic: header and trailer validation
Replies: 10
Views: 4286

So, do you just literally need to validate the file? What kind of date validation do you need to do? What needs to happen if the validation fails?
by chulett
Mon Oct 17, 2011 9:25 pm
Forum: IBM<sup>®</sup> Infosphere DataStage Server Edition
Topic: XML Format Issues while generating XML output
Replies: 9
Views: 6173

Formatting is for peoples, not processes - turn off the formatting and just let it stream it out. When you need to look at it, let something like Internet Explorer automagically pretty it up. If you really, really think you "need" it to look like you posted, find yourself a pretty print ut...