cancel
Showing results for 
Search instead for 
Did you mean: 

Data packets in abap proxy

Former Member
0 Kudos

Hi

I am sending a data from R/3 to XI using abap proxy. Here if the data packets are waiting in the queue for some time

am getting an error " Time Limit Exceeded" and user is cancelling the job for processing in R/3

pls advice me how do i find the queue name and solve this issue.

Thanks

Ganesh

Accepted Solutions (0)

Answers (3)

Answers (3)

Former Member
0 Kudos

Hi,

Use transaction SMQ1 for sending SMQ2 for receving Queuy issues.

Regards

Former Member
0 Kudos

Hi,

These HTTP calls can sometimes be disrupted by timeout errors:

- ICM_HTTP_TIMEOUT

- ICM_HTTP_CONNECTION_FAILED.

How you can try to deal with those errors:

1. you can try increasing the HTTP_TIMEOUT of the Integration Engine:

a) go to TCODE - SXMB_ADM

b) Integration Engine Configuration

c) Change specific configuration

d) Increase the HTTP_TIMEOUT parameter value - this value depends on your specific needs.

/people/michal.krawczyk2/blog/2006/06/08/xi-timeouts-timeouts-timeouts

https://www.sdn.sap.com/irj/sdn/go/portal/prtroot/docs/library/uuid/70ada5ef-0201-0010-1f8b-c935e444...

Regards,

Nithiyanandam

Former Member
0 Kudos

Hi,

Check with this

/people/michal.krawczyk2/blog/2006/06/08/xi-timeouts-timeouts-timeouts

Regards

Seshagiri