Job gives Tsort merger aborting: Scratch space full

Post questions here relative to DataStage Enterprise/PX Edition for such areas as Parallel job design, Parallel datasets, BuildOps, Wrappers, etc.

Moderators: chulett, rschirm, roy

Post Reply
Credit_Inter
Premium Member
Premium Member
Posts: 2
Joined: Wed Sep 30, 2009 9:32 pm

Job gives Tsort merger aborting: Scratch space full

Post by Credit_Inter »

I have a small job where I am doing a left outer join between two tables in and then putting the values in a third table.
Even for a small ammount of data like 500,000 and 500,000 it is giving the error :Tsort merger aborting: Scratch space full.

I have done joins with 6 or 7 million records but never got this problem, but now even for such small data I'm getting the error.

Also the output for the above join is like 1.2 million records.

Please help.
Thanks!
ArndW
Participant
Posts: 16318
Joined: Tue Nov 16, 2004 9:08 am
Location: Germany
Contact:

Post by ArndW »

Either pre-sort your data to reduce the required scratch sort space, or increase the size of your scratch disk or add additional scratch disks to your APT_CONFIG file for that run.
Post Reply