XML input stage

A forum for discussing DataStage<sup>®</sup> basics. If you're not sure where your question goes, start here.

Moderators: chulett, rschirm, roy

Post Reply
ag_ram
Premium Member
Premium Member
Posts: 524
Joined: Wed Feb 28, 2007 3:51 am

XML input stage

Post by ag_ram »

I have to validate an xml input in xml input stage and reject the xml if it is not well formed ,i am getting xml from a sequential stage , if i try to reject that xml its giving a fatal error called record is too big to fit in a block.max block length is ...
ray.wurlod
Participant
Posts: 54607
Joined: Wed Oct 23, 2002 10:52 pm
Location: Sydney, Australia
Contact:

Post by ray.wurlod »

Can you be a bit more precise about exactly how you are going about this, so that we don't have to read your mind? It's too difficult at this distance!
IBM Software Services Group
Any contribution to this forum is my own opinion and does not necessarily reflect any position that IBM may hold.
eostic
Premium Member
Premium Member
Posts: 3838
Joined: Mon Oct 17, 2005 9:34 am

Post by eostic »

Try increasing the size of APT_DEFAULT_TRANSPORT_BUFFER_BLOCK_SIZE . It defaults to something like 128k. Combining Operators may avoid it also.

Ernie
Ernie Ostic

blogit!
<a href="https://dsrealtime.wordpress.com/2015/0 ... ere/">Open IGC is Here!</a>
Post Reply