Record too big to fit in a block

Formally known as "Mercator Inside Integrator 6.7", DataStage TX enables high-volume, complex transactions without the need for additional coding.

Moderators: chulett, rschirm

Post Reply
Sharique
Participant
Posts: 3
Joined: Wed Oct 05, 2005 11:57 pm
Location: Accenture,Mumbai

Record too big to fit in a block

Post by Sharique »

I am trying to write into a dataset, but one of the fields which is of format LongVarChar is causing the job to abort with following error message:
"Record too big to fit in a block: Length Requested: 143016".

Is there any limitation to the length of the data that can be written to any field in a dataset?
Is there any way to increase any such limitations?

Thanks,
Sharique
Regards,
Mohammad Sharique Javed
Accenture, India Delivery Centre
Direct Dial: +91 22 55007003
Mobile: +91 9819073787
sanjay
Premium Member
Premium Member
Posts: 203
Joined: Fri Apr 23, 2004 2:22 am

Re: Record too big to fit in a block

Post by sanjay »

HI
why LongVarChar is required ?? i mean can't u use varchar.

Thanks
Sanjay
Sharique wrote:I am trying to write into a dataset, but one of the fields which is of format LongVarChar is causing the job to abort with following error message:
"Record too big to fit in a block: Length Requested: 143016".

Is there any limitation to the length of the data that can be written to any field in a dataset?
Is there any way to increase any such limitations?

Thanks,
Sharique
ray.wurlod
Participant
Posts: 54607
Joined: Wed Oct 23, 2002 10:52 pm
Location: Sydney, Australia
Contact:

Post by ray.wurlod »

As far as I am aware the maximum length of a Long VarChar in a Data Set is 128KB (the maximum length of a VarChar is 4KB, which answers Sanjay's question).
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