cancel
Showing results for 
Search instead for 
Did you mean: 
Subscribe

Dear all,

I got this error when I execute SLDAPICUST for creating ABAP API between Abap and SLD SAP PI.

Caught an Exception while processing a JCO request. com.sap.conn.jco.AbapException: (126) SLD_CLIENT_EXCEPTION: AbapSLDRequestHandler.getObjectServer(): CIM_ERR_FAILED: IO error: Connection reset

Can see more log => jco20230713-104145933.txt

Anybody can help ?

Best Regard,

Parinya

0 Likes
View Entire Topic
MarkusTolksdorf
Product and Topic Expert
Product and Topic Expert

Hi Parinya,

connection reset means that the network connection was interrupted by either the communication partner or by some intermediate component. You need to check traces/logs of network components between JCo and the target ABAP system

Best regards,
Markus

0 Likes

Hi Markus,

Thank you for answering.

I attached JCo log => jco20230713-104145933.txt

Can you see something wrong?

Best Regard,

Parinya

MarkusTolksdorf
Product and Topic Expert
Product and Topic Expert
0 Likes

The interesting part is not really covered, one does not see the detail message for the connection reset.

Best regards,
Markus

Ulrich_Schmidt1
Product and Topic Expert
Product and Topic Expert
0 Likes

I think, this analysis is wrong: the connection between ABAP system and JCo is fine! I'll describe an alternative explanation in a separate answer.