Error Processing XML data from Queue

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
vvsaucse
Participant
Posts: 16
Joined: Thu Aug 27, 2009 11:23 pm
Location: BAngalore

Error Processing XML data from Queue

Post by vvsaucse »

$APT_DEFAULT_TRANSPORT_BLOCK_SIZE = 15242880
$APT_PHYSICAL_DATASET_BLOCK_SIZE = 10464640

The above are the Env variable values used. I am getting a similar error as previously posted. But changing the job now is not an option we have right now. Is there an alternative approach?

Below is the Error Message

wmqcInterFace,0: Fatal Error: File data set, file "/isdata/data/datasets/I006/ds_WMQMessagestmp.I006".; output of "wmqcInterFace": the record is too big to fit in a block; the length requested is: 11093136, the max block length is: 10465280.

Should i be increasing the Size of the Env variable.
I have seen a similar message posted on this portal previously but that was marked resolved.
Subbu
TCS BAngalore
ray.wurlod
Participant
Posts: 54607
Joined: Wed Oct 23, 2002 10:52 pm
Location: Sydney, Australia
Contact:

Post by ray.wurlod »

Neither of these affect MQ.

Transport blocks are used when data are re-partitioned. Physical dataset block size refers to physical storage of Data Sets.
IBM Software Services Group
Any contribution to this forum is my own opinion and does not necessarily reflect any position that IBM may hold.
Post Reply