APT_Buffer_Operator: Add block to queue failed.

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
itznitin
Participant
Posts: 8
Joined: Wed Oct 05, 2005 12:54 am

APT_Buffer_Operator: Add block to queue failed.

Post by itznitin »

Below is the error that i get when i run a PX job -
APT_Buffer_Operator: Add block to queue failed. This means that your buffer filesystems all ran out of space. Please ensure that you have sufficient scratchdisks.

Can you please let me know how I can and where i need to change the parameter so that i can assign a different(larger) filesystem for the PX scratchdisk?
ArndW
Participant
Posts: 16318
Joined: Tue Nov 16, 2004 9:08 am
Location: Germany
Contact:

Post by ArndW »

Have you looked at your APT_CONFIG file?
fridge
Premium Member
Premium Member
Posts: 136
Joined: Sat Jan 10, 2004 8:51 am

Post by fridge »

this often means that it cant write a scratch file (used in merge, sorting etc)
check disk space - when job running - we hit this and an 'annoyying thing about px is it can clean up nicely if job aborts' so removed tmp files - so cant always see if disk full once job completes.

also can be caused (i think) on aix if heap not configured as px halts at 1 gig files
Post Reply