cancel
Showing results for 
Search instead for 
Did you mean: 

Socket Time out exception when connecting from HCI to S/4

apu_das2
Active Contributor
0 Kudos

Hi,

Getting below error when trying to connect from HCI to on-premise S/4 via SOAP -

Cxf.EndpointAddress = http://xxx.xx.xx.xx:8000/sap/bc/srt/pm/sap/cod_salesorder_simulate?sap-client=250
Error = Inbound processing in endpoint at http://xxx.xx.xx.xx:8000/sap/bc/srt/pm/sap/cod_salesorder_simulate?sap-client=250 failed with message "Fault:Could not send Message.", caused by "SocketTimeoutException:Read timed out (local port 36025 to address 10.120.87.255 (vsa2893291.od.sap.biz), remote port 8080 to address 10.78.128.28 (sgw-a1s-07-08-vip.od.sap.biz))"

Anyone have any idea of this? My on-premise S/4 team is saying the address and local ports mentioning here are not of ECC.

Please suggest.

Thanks in advance.

Accepted Solutions (0)

Answers (3)

Answers (3)

vitor_lemberck
Employee
Employee

Hello Apu,

If you are trying to connect using an Iflow, please check this SAP Note and use a higher timeout parameter

nitindeshpande
Active Contributor
0 Kudos

Hello Apu,

Are you using SAP cloud connector in between your CPI and S/4 system? If yes, then check for the virtual host and internal host mapping.

Also check for your HTTP port of S/4 system in SMICM, i don't think it is 4 digit port. For S/4 usually it is 5 digit port unlike ECC.

Regards,

Nitin Deshpande

apu_das2
Active Contributor
0 Kudos

Anyone?