the record is too big to fit in a block;

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
vskumar08
Participant
Posts: 13
Joined: Fri May 04, 2007 12:51 am

the record is too big to fit in a block;

Post by vskumar08 »

I am getting the error as FATAL ERROR: Virtual data Set;.....; the record is too big to fit in a block; the length requested is : 135012. when i am running the DataStage and trying to load data using Oracle enterprise.

Can anyone suggest me how to over come this
bullabai vachadu
balajisr
Charter Member
Charter Member
Posts: 785
Joined: Thu Jul 28, 2005 8:58 am

Post by balajisr »

What is the length of the column defined in columns tab?
vskumar08
Participant
Posts: 13
Joined: Fri May 04, 2007 12:51 am

Post by vskumar08 »

balajisr wrote:What is the length of the column defined in columns tab?
each column is around 255 in length. Does this information matters????
bullabai vachadu
ray.wurlod
Participant
Posts: 54607
Joined: Wed Oct 23, 2002 10:52 pm
Location: Sydney, Australia
Contact:

Post by ray.wurlod »

Is this the same question as the one in this post?
IBM Software Services Group
Any contribution to this forum is my own opinion and does not necessarily reflect any position that IBM may hold.
vskumar08
Participant
Posts: 13
Joined: Fri May 04, 2007 12:51 am

Post by vskumar08 »

ray.wurlod wrote:Is this the same question as the one in this post? ...
Yes, this is the same question

Error: ##F TFDR 000043 13:36:21(001) <Oracle_Enterprise_3,0> Fatal Error: Virtual data set.; output of "Oracle_Enterprise_3": the record is too big to fit in a block; the length requested is: 134048.

any suggestion???
bullabai vachadu
JoshGeorge
Participant
Posts: 612
Joined: Thu May 03, 2007 4:59 am
Location: Melbourne

Post by JoshGeorge »

APT_DEFAULT_TRANSPORT_BLOCK_SIZE need to be set to the double of maximum possible message size that is expected
Joshy George
<a href="http://www.linkedin.com/in/joshygeorge1" ><img src="http://www.linkedin.com/img/webpromo/bt ... _80x15.gif" width="80" height="15" border="0"></a>
vskumar08
Participant
Posts: 13
Joined: Fri May 04, 2007 12:51 am

Post by vskumar08 »

JoshGeorge wrote:APT_DEFAULT_TRANSPORT_BLOCK_SIZE need to be set to the double of maximum possible message size that is expected
Thanks, it is working perfectly fine.
bullabai vachadu
veera24
Premium Member
Premium Member
Posts: 150
Joined: Thu Feb 07, 2008 9:37 pm
Location: NewYork

Post by veera24 »

JoshGeorge wrote:APT_DEFAULT_TRANSPORT_BLOCK_SIZE need to be set to the double of maximum possible message size that is expected
Just curious...What could be the maximum value we can set for this variable?
Post Reply