cancel
Showing results for 
Search instead for 
Did you mean: 

oracle-xi - bw integration. message size limitation

Former Member
0 Kudos

Hello,

Iu2019ve got following scenario(sap xi 3.0)

1. Get Data from Oracle DB(jdbc adapter)

2. Put it to BW(xi adapter (http protocol) + bw extractor)

Every think working well, but when the oracle send more then 400 rows, BW(in rsa7) doesn`t get that rows. All XI monitoring (abap and java)doesn`t have any error.

It happen with all communication channel, critical rows count around 300-500. Less then 300-500 every think working well, but when more than 300-500 rows message lost between xi and BW.

Did someone experience a similar problem?

Accepted Solutions (0)

Answers (5)

Answers (5)

dharamveer_gaur2
Active Contributor
0 Kudos

Hi

Large Data volume can take long time to perform insert operation.so increase time out.

dharamveer_gaur2
Active Contributor
0 Kudos

hi

Look this thread to increase timeout

Former Member
0 Kudos

Why did you think that problem in timeout ?

dharamveer_gaur2
Active Contributor
0 Kudos

Hi

You can change Max Connection Parameter in JDBC Adapter

and u can increase Timeout in Visual Admin

use this

SudhirT
Active Contributor
0 Kudos

Hi,

Check in SXMB_MONI what error you are getting, if it is message expired, or any timeout error you need to set the timeout parameters accordingly in Visual Admin.

Thanks!

Former Member
0 Kudos

SXMB_MONI doesn`t have any error. Trace of message said OK for all steps.

dharamveer_gaur2
Active Contributor
0 Kudos

Hi

Try Changing Max connection Parameter and also increase Timeout for message processing

Former Member
0 Kudos

Where i can do changing max connection Parameter and also increase Timeout for message processing?