Internal Error: (size <= blocksize_):

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
Marley777
Premium Member
Premium Member
Posts: 316
Joined: Tue Jan 27, 2004 3:26 pm

Internal Error: (size <= blocksize_):

Post by Marley777 »

Hi, thanks for reading - Anyone ever get this error or know what it means

Internal Error: (size <= blocksize_):

APT_PMsectionLeader(4, node4), player 2 - Unexpected exit status 1.

Unable to allocate communication resources
sreewin7
Participant
Posts: 41
Joined: Tue Sep 14, 2010 8:48 pm

Re: Internal Error: (size <= blocksize_):

Post by sreewin7 »

Try this one, may be help ful to you.
1.Log into Designer and open the job.

2.Open the job properties--> parameters-->add environment variable and select: APT_DEFAULT_TRANSPORT_BLOCK_SIZE


3.You can set this up to 256MB but you really shouldn't need to go over 1MB.
NOTE: value is in KB

For example to set the value to 1MB:
APT_DEFAULT_TRANSPORT_BLOCK_SIZE=1048576

The default for this value is 128kb.
Post Reply