cancel
Showing results for 
Search instead for 
Did you mean: 

SOAP Socket timeout

Former Member
0 Kudos

I have a SOAP to JDBC interface that correctly interfaces with HANA with desired results.

However, I am getting sporadic timeout errors, that from my conclusion are random and no consistency. From my testing I found the errors ranging from 5 minutes apart to many hours.

When error occurs no message reaches SXMB_Moni. It appears it doesn't get past the Adapter Engine.

Communication monitor goes to:

Message Monitor goes to:

With details (all the same):

Web Services Logging & Tracing: Web Services Log Viewer

Where an error says:

I found this to fix with:

http://wiki.scn.sap.com/wiki/display/JSTSG/(WSR)Problems-P17

But with no luck.

We have also tried to raise the priority of SOAP messages.

  

Has anyone else ran into this or know where to investigate next?

Any help would be deeply appreciated

Thanks,

Accepted Solutions (0)

Answers (1)

Answers (1)

Former Member
0 Kudos

Hi!

Does your PI system receive too many SOAP requests? If that is the case, it should be fine tuned to be able to process all the incoming requests to the synchronous SOAP sender channels.

We have faced this recently and had to increase the size of SOAP_http://sap.com/xi/XI/SystemCall thread queue.

Take a look at this note: 1593920 - Synchronous SOAP sender calls fine tune PI under high load

Former Member
0 Kudos

No that's not it, this is the only interface using with SOAP request.