Search found 14 matches

by reypotxo
Wed Aug 20, 2008 2:41 am
Forum: IBM<sup>®</sup> DataStage Enterprise Edition (Formerly Parallel Extender/PX)
Topic: Join doesn't finish
Replies: 3
Views: 1390

When you say sorted, are you meaning Datastage sorted? I have ordered by the fields I need when I extract from db2 and, yes, it is hash partitioned.
by reypotxo
Wed Aug 20, 2008 1:44 am
Forum: IBM<sup>®</sup> DataStage Enterprise Edition (Formerly Parallel Extender/PX)
Topic: Join doesn't finish
Replies: 3
Views: 1390

Join doesn't finish

I have a problem with a join stage. It has three inputs coming from several db2 stages. The main link recovers about 10 million records, one of the update link recovers over 3 millions and the other update about 150.000 records. After the join operation I make an aggregation and then I write records...
by reypotxo
Tue Aug 19, 2008 4:05 am
Forum: IBM<sup>®</sup> DataStage Enterprise Edition (Formerly Parallel Extender/PX)
Topic: issues with merge stage
Replies: 3
Views: 1766

Thanks for your response. I have to use a join stage in anyway, but if so, the server crashes with an error like an overflow. I supose that it is because of the high volume of data I process. Is there any environment variable to force to use more hard disk within join stage?

Greetings,
by reypotxo
Tue Aug 19, 2008 12:52 am
Forum: IBM<sup>®</sup> DataStage Enterprise Edition (Formerly Parallel Extender/PX)
Topic: issues with merge stage
Replies: 3
Views: 1766

issues with merge stage

I have an issue with the merge stage. I have one main stream from a db2 source and 2 update streams from two different db2 source too. When I try to merge them, I find that there are about a 15% data that hasn't been updated but it should have done. I have "auto" partition set to the main ...
by reypotxo
Mon Aug 20, 2007 6:01 am
Forum: IBM<sup>®</sup> Infosphere DataStage Server Edition
Topic: AS/400 loading problem?
Replies: 4
Views: 2451

Re: AS/400 loading problem?

I think you should use DB2 stage
by reypotxo
Mon Aug 06, 2007 4:14 am
Forum: IBM<sup>®</sup> Infosphere DataStage Server Edition
Topic: shell script execution on datastage server
Replies: 4
Views: 3029

Re: shell script execution on datastage server

You can run a cmd script from windows that launchs the ftp utility and connect to your unix server and get the file without install anything
by reypotxo
Fri Jul 27, 2007 5:11 am
Forum: IBM<sup>®</sup> Infosphere DataStage Server Edition
Topic: Controling File size in a Sequence Loop
Replies: 4
Views: 1699

Re: Controling File size in a Sequence Loop

Due to database load restrictions, I have to load a file of 2Million records in chunks of 5000 records at a time. For my approach I have been using a Sequence loop but the performance is not good. It seems it got to be a better way. Here is my approach: Using a Sequence Loop, I pick 5000 records vi...
by reypotxo
Fri Jul 27, 2007 3:53 am
Forum: IBM<sup>®</sup> Infosphere DataStage Server Edition
Topic: Clearing Multiple Tables
Replies: 8
Views: 2777

[quote="cosec"]What if there are lots of records in the target table....will it affect performance ? Wouldn't it better to have a separate job to clear the table like ray says....or before routine script ?? Anyone know of a script to clear the tables ? [quote="reypotxo"][quote=&q...
by reypotxo
Fri Jul 27, 2007 2:57 am
Forum: IBM<sup>®</sup> Infosphere DataStage Server Edition
Topic: Clearing Multiple Tables
Replies: 8
Views: 2777

[quote="cosec"]I am using a DB2 stage. Should I use like a DELETE or is there anything else to clear multiple tables ?[/quote] I recommend you to write all your delete sentences in the first DB2 stage's before label which has the DB2 component; using the operator ';' (without quotes) as se...
by reypotxo
Fri Jul 27, 2007 2:51 am
Forum: IBM<sup>®</sup> Infosphere DataStage Server Edition
Topic: Job in Running State
Replies: 19
Views: 8855

Re: Job in Running State

[quote="abhilashnair"]We have a server job which runs daily. Normally it takes approx 7 minutes to complete. But the yesterdays run of this job is still in running state. No warnings whatsoever. We are not accessing any Databases. Only seq files and hash files. All the files required are i...
by reypotxo
Tue Mar 06, 2007 1:41 am
Forum: IBM<sup>®</sup> DataStage Enterprise Edition (Formerly Parallel Extender/PX)
Topic: APT_BadAlloc: error while processing data in an aggregator
Replies: 7
Views: 3964

Thanks, thanks...NOW IT'S WORKING!!!!!!
:lol: :lol: :lol: :lol: :lol: :lol: :lol: :lol:
by reypotxo
Mon Mar 05, 2007 8:24 am
Forum: IBM<sup>®</sup> DataStage Enterprise Edition (Formerly Parallel Extender/PX)
Topic: APT_BadAlloc: error while processing data in an aggregator
Replies: 7
Views: 3964

Hi again, although the params data, stack etc, are now set to unlimited and the sort is performed in the Agg, but we're having the same problem...
by reypotxo
Mon Mar 05, 2007 4:53 am
Forum: IBM<sup>®</sup> DataStage Enterprise Edition (Formerly Parallel Extender/PX)
Topic: APT_BadAlloc: error while processing data in an aggregator
Replies: 7
Views: 3964

Hi, thanks, its my first time here :lol:

Now we're changing the stack, data and another params...Hope to fix the problem...

I've change also the Partition Type to Modulus because Sort is not avalaible in the Agg...


Thank you very much!!!!

:wink:
by reypotxo
Mon Mar 05, 2007 2:48 am
Forum: IBM<sup>®</sup> DataStage Enterprise Edition (Formerly Parallel Extender/PX)
Topic: APT_BadAlloc: error while processing data in an aggregator
Replies: 7
Views: 3964

APT_BadAlloc: error while processing data in an aggregator

Hi, we are having problems while processing a Sequential file (more than 2 millions of rows, and approx 10 columns, 5 to group by and 5 to sum them). The message logged in the DS Director is: Fatal Error: Throwing exception: APT_BadAlloc: Heap allocation failed Could anyone help me? Thanks in advanc...