ds_ipcput() - row too big for inter stage rowbuffer

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
Christina
Participant
Posts: 34
Joined: Wed Sep 06, 2006 11:50 am

ds_ipcput() - row too big for inter stage rowbuffer

Post by Christina »

Hi,

We are extracting data from a webservice URL as xml files. If we extract few rows it works successfully. If i extract a large volume of data i am getting the below error.

ds_ipcput() - row too big for inter stage rowbuffer

Please help me to solve this issue. How to increase the buffer size to overcome this issue.

Thanks in advance.

Regards,
Christina A
ArndW
Participant
Posts: 16318
Joined: Tue Nov 16, 2004 9:08 am
Location: Germany
Contact:

Post by ArndW »

Christina, if you search on "row too big for inter stage rowbuffer " you'll find 5 threads with the same topic. The first one suggests turning off row buffering to avoid this limitation, would that work for you?
Christina
Participant
Posts: 34
Joined: Wed Sep 06, 2006 11:50 am

Post by Christina »

It is working... Thank u
Last edited by Christina on Wed Feb 10, 2010 4:43 am, edited 1 time in total.
ArndW
Participant
Posts: 16318
Joined: Tue Nov 16, 2004 9:08 am
Location: Germany
Contact:

Post by ArndW »

Actually, turning off the row buffering will work - or give another error. If you get the same error then you still have buffering enabled.
Christina
Participant
Posts: 34
Joined: Wed Sep 06, 2006 11:50 am

Post by Christina »

Thanks Andrew... It is working now... i turned off row buffer...
chulett
Charter Member
Charter Member
Posts: 43085
Joined: Tue Nov 12, 2002 4:34 pm
Location: Denver, CO

Post by chulett »

Then you should mark your post as Resolved using the button at the top of the page. Please.
-craig

"You can never have too many knives" -- Logan Nine Fingers
Ragupathy
Participant
Posts: 9
Joined: Thu Feb 11, 2010 11:14 pm

Reg Memory error

Post by Ragupathy »

Hi,

We are extracting data from a webservice URL as xml files. If we extract few rows it works successfully. If i extract a large volume of data i am getting the below error.

ds_ipcput() - row too big for inter stage rowbuffer

if i remove the memory buffer again it is coming due to increasing of data is there any option to split the file while extracting from web services

Thanks in advance.
Ragu
chulett
Charter Member
Charter Member
Posts: 43085
Joined: Tue Nov 12, 2002 4:34 pm
Location: Denver, CO

Post by chulett »

:!: Please start your own topic.
-craig

"You can never have too many knives" -- Logan Nine Fingers
MrBlack
Participant
Posts: 125
Joined: Wed Aug 08, 2012 8:57 am

Post by MrBlack »

How do you turn off row buffering? I'm having the same issue.
Post Reply