on 2018 Jan 14 12:01 PM
Hi Experts,
Please help me with to solve the Problem below.
We’re trying to call a 3rd party service from SAP using the ABAP class cl_http_client. The solution is basically working, but after a couple of hours we get errors.
About the environment:
We have analyzed the logs on the servers, on the VPN tunnel and also on the firewalls.
The dropped TCP/IP packets were reusing the same source port of the SAP application servers that was successful about 1-2 minutes ago. It seems that SAP not closing the TCP/IP connection, and before creating a new one it does not check whether is the port used at the moment or not.
As I’ve mentioned, we are using the class cl_http_client and we try to close the connection after every successful call with method CLOSE.
Connection timeout on ICM is set to 300 sec.
If we restart the ICM, the process is working fine for 1-1,5 hours, but after we get the same error
We can’t tell whether we have a made somewhere programming mistake or we have a wrong setting somewhere in ICM.
Do You have any suggestions, where we should take a closer look or any idea how could we solve the problem?
Thanks a lot in advance
Norbert
User | Count |
---|---|
68 | |
8 | |
8 | |
6 | |
6 | |
6 | |
6 | |
6 | |
6 | |
5 |
You must be a registered user to add a comment. If you've already registered, sign in. Otherwise, register and sign in.