Search found 92 matches

by mikegohl
Tue Apr 08, 2008 7:17 am
Forum: IBM<sup>®</sup> Infosphere DataStage Server Edition
Topic: Multiple Jobs updating the same Hash File
Replies: 8
Views: 3293

What about letting both jobs use a different range of keys?
by mikegohl
Thu Apr 03, 2008 6:00 pm
Forum: IBM<sup>®</sup> DataStage Enterprise Edition (Formerly Parallel Extender/PX)
Topic: Range Lookup Compile Error
Replies: 2
Views: 2943

Resolved. I changed the key and recompiled with not problem. I changed it back to the exact same key and range. It compiled an ran fine. No idea why.
by mikegohl
Thu Apr 03, 2008 7:39 am
Forum: IBM<sup>®</sup> DataStage Enterprise Edition (Formerly Parallel Extender/PX)
Topic: Range Lookup Compile Error
Replies: 2
Views: 2943

Range Lookup Compile Error

I get a compile error in a range lookup. Does any one have any ideas? ################################################################## #### STAGE: Lookup_3 ## Operator transform ## Operator options -table -range "StartItem <= Item AND EndItem > Item" -keep -allow_dups -flag run -name 'V0...
by mikegohl
Fri Mar 28, 2008 10:49 am
Forum: IBM<sup>®</sup> Infosphere DataStage Server Edition
Topic: Problem with the oracle stage lookup
Replies: 5
Views: 2096

Can you post the SQL that got generated?
by mikegohl
Wed Mar 26, 2008 3:41 pm
Forum: IBM<sup>®</sup> DataStage Enterprise Edition (Formerly Parallel Extender/PX)
Topic: Method of partitioning
Replies: 12
Views: 5226

Ok, I agree. Without doing some kind of transformation, I doubt that the performance would be much different on any of the nodes.
by mikegohl
Wed Mar 26, 2008 2:58 pm
Forum: IBM<sup>®</sup> DataStage Enterprise Edition (Formerly Parallel Extender/PX)
Topic: Method of partitioning
Replies: 12
Views: 5226

Even with more rows, I think you will get the same behavior. The file is read in order, and sent down the random partitions. The auto collector eagerly reads any row that is ready from any partition. Since they are read in order, they will be ready in order.
by mikegohl
Wed Mar 26, 2008 2:17 pm
Forum: IBM<sup>®</sup> DataStage Enterprise Edition (Formerly Parallel Extender/PX)
Topic: Method of partitioning
Replies: 12
Views: 5226

Isn't the sequential file read in order if you do not use multiple readers?
by mikegohl
Wed Mar 26, 2008 10:53 am
Forum: IBM<sup>®</sup> Infosphere DataStage Server Edition
Topic: Copying the folder projects of Datasatge 8
Replies: 5
Views: 2831

Why wouldn't you export and import the project?
by mikegohl
Wed Mar 26, 2008 7:16 am
Forum: General
Topic: How can I get the evaluation version of DtaStage 8.x
Replies: 4
Views: 2726

Ray is correct. You can get it through the partnership program. You will need to purchase either the Software Option or Value Pack.
by mikegohl
Mon Mar 24, 2008 10:12 am
Forum: IBM<sup>®</sup> DataStage Enterprise Edition (Formerly Parallel Extender/PX)
Topic: How to join without a key column
Replies: 3
Views: 2498

Can you provide more detail about the data sets. How are they related? In business terms, how do you wish to join them.
by mikegohl
Fri Mar 21, 2008 12:32 pm
Forum: IBM<sup>®</sup> Infosphere DataStage Server Edition
Topic: MetaData Mismatch - NLS problem?
Replies: 4
Views: 2114

Did you try changing it on the Job Properties NLS tab to see what happens?
by mikegohl
Fri Mar 21, 2008 6:53 am
Forum: IBM<sup>®</sup> Infosphere DataStage Server Edition
Topic: Trigger DataStage Job through PeopleSoft Process Scheduler
Replies: 24
Views: 10258

I also like Craigs advise about sourcing the dsenv file in the script. You could get this error if you don't: error while loading shared libraries: libvmdsapi.so: cannot open shared object file: No such file or directory By the way, the return code is 127 when you get this error. Someone also sugges...
by mikegohl
Fri Mar 21, 2008 6:40 am
Forum: General
Topic: $PROJDEF
Replies: 18
Views: 5506

Where are you trying to use it?
by mikegohl
Thu Mar 20, 2008 10:21 am
Forum: IBM<sup>®</sup> Infosphere DataStage Server Edition
Topic: Trigger DataStage Job through PeopleSoft Process Scheduler
Replies: 24
Views: 10258

No, I can not send you my code.
by mikegohl
Thu Mar 20, 2008 10:01 am
Forum: IBM<sup>®</sup> Infosphere DataStage Server Edition
Topic: Trigger DataStage Job through PeopleSoft Process Scheduler
Replies: 24
Views: 10258

Yes it did work. I called DSJOB directly from the Application Engine Program. I also used a run control table to store the parms, project and job name. The app engine parsed the parms and formatted the dsrun job command. I did not use a script.