Search found 2 matches

by ChristopheA
Tue May 20, 2008 3:02 am
Forum: IBM<sup>®</sup> DataStage Enterprise Edition (Formerly Parallel Extender/PX)
Topic: Merge: Memory crash problem
Replies: 3
Views: 821

Hi,
The exact error message when I'm using a merge stage is:

Code: Select all

asc}}},0: Failure during execution of operator logic.
asc}}},0: Fatal Error: Tsort merger aborting: Scratch space full

Thanks

Chris
by ChristopheA
Fri May 16, 2008 9:40 am
Forum: IBM<sup>®</sup> DataStage Enterprise Edition (Formerly Parallel Extender/PX)
Topic: Merge: Memory crash problem
Replies: 3
Views: 821

Merge: Memory crash problem

Hi, I've a list of 10000 ids. I need to retrieve the corresponding name for each id of this list. Names are stored in a 400000 lignes' table. According to the size of this table, I can't use it as reference in a lookup. I've triied a merge stage between my entry flux and this table but the job have ...