cancel
Showing results for 
Search instead for 
Did you mean: 

jdbc adapter read 35 000 line data, got system error

Former Member
0 Kudos

read 1000 lines is OK.

But when XI read 35000 lines, got system error in RWB:

Transmitting the message to endpoint http://pidev:8000/sap/xi/engine?type=entry using connection JDBC_http://sap.com/xi/XI/System failed, due to: com.sap.aii.af.ra.ms.api.RecoverableException: java.io.IOException: Error writing to server.

DB is informix.

Accepted Solutions (0)

Answers (4)

Answers (4)

Former Member
0 Kudos

modify this in profile

icm/HTTP/max_request_size_KB value :209715

mf_haq
Active Participant
0 Kudos

Hi,

I Hope you better to split the record for better maintainance.

with rgds,

MFH

former_member200962
Active Contributor
0 Kudos
read 1000 lines is OK.
But when XI read 35000 lines, got system error in RWB

Check if these similar discussions help you:

Regards,

Abhishek.

MichalKrawczyk
Active Contributor
0 Kudos

Hi,

maybe there is a timeout?

do you see any more errors in visual admin logs ?

or communication channel logs ?

Regards,

Michal Krawczyk

Former Member
0 Kudos

here is icm trace error info:

[Thr 1800] Thu Jun 18 18:42:10 2009

[Thr 1800] *** ERROR => request too big [http_plg_mt.c 2037]

[Thr 1800] Address Offset REQUEST:

Edited by: Shen Peng on Jun 18, 2009 7:14 PM

former_member200962
Active Contributor
0 Kudos

>

> here is icm trace error info:

> [Thr 1800] Thu Jun 18 18:42:10 2009

> [Thr 1800] *** ERROR => request too big [http_plg_mt.c 2037]

> [Thr 1800] Address Offset REQUEST:

>

> Edited by: Shen Peng on Jun 18, 2009 7:14 PM

This error mentions that the size occupied by this message processing is huge and beyond the space available with the XI server for processing a message...if you refer to the links in my previous reply you will find ways on how to handle processing message with a huge size.

Regards,

ABhishek.