Error: Tfm8: ds_intput() - row too big for inter stage rowbu

Post questions here relative to DataStage Server Edition for such areas as Server job design, DS Basic, Routines, Job Sequences, etc.

Moderators: chulett, rschirm, roy

Post Reply
Hemant_Kulkarni
Premium Member
Premium Member
Posts: 50
Joined: Tue Jan 02, 2007 1:40 am

Error: Tfm8: ds_intput() - row too big for inter stage rowbu

Post by Hemant_Kulkarni »

Hi,

I am trying to read the xml data by using folder stage. I am impleming the ereplace function on CONTENT column from folder stage by using transformer stage(Tfm8).

I am getting Fatal error: StgCTSSIIStudyInfoFinal_Xml.Read_Tfm8: ds_intput() - row too big for inter stage rowbuffer

The xml file size is: 4 MB
The CONTENT coulumn data type is:LongVarBinary

please give the solution to resolve this problem

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

Post by ray.wurlod »

Increase the size of your inter-process row buffers.
IBM Software Services Group
Any contribution to this forum is my own opinion and does not necessarily reflect any position that IBM may hold.
MrBlack
Participant
Posts: 125
Joined: Wed Aug 08, 2012 8:57 am

Post by MrBlack »

How do you increase the size of the row buffer??
ray.wurlod
Participant
Posts: 54607
Joined: Wed Oct 23, 2002 10:52 pm
Location: Sydney, Australia
Contact:

Post by ray.wurlod »

The Tunables tab of project properties in the Administrator client sets defaults for the project.

Within the job use Inter-Process Communication stage, where the buffer sizes are set as stage properties.
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