cancel
Showing results for 
Search instead for 
Did you mean: 

OAC0 - timeout during allocate / CPIC-CALL: 'ThSAPCMRCV'

Former Member
0 Kudos

Hi Experts,

We are working on open text VIM project in which we are using Opentext archive server to store invoice images. We have configured Content repository in OAC0 in which we have give opentext archive server details. While doing connection test we are getting below error. Ping from SAP to Archive server and vice versa is working fine.

timeout during allocate / CPIC-CALL: 'ThSAPCMRCV'  : cmRc=20 thRc=456 Timeout during connection setu p (check that partner exists

Message no. 04108

Error log in ST11 as below

**** Trace file opened at 20150305 155439  Standard Time, by disp+work

**** Versions SAP-REL 740,0,80 RFC-VER U 3 1515259 MT-SL

======> CPIC-CALL: 'ThSAPCMRCV' : cmRc=20 thRc=456

Timeout during connection setup (check that partner exists)

ABAP Programm: SAPLSFTP (Transaction: OAC0)

Called function module: HTTP_GET

User: XXXXX (Client: 300)

Destination: SAPHTTPA (Handle: 1, DtConId: 542EC3E4C958F1BA9829001B2163AFC2, DtConCnt: 1, ConvId: 63133188,{542EC3E4-C958-F1BB-9829-001B2163AFC2})

EPP RootContextId: 001B2163AFC21ED4B0E5549333D6B829, ConnectionId: 00000000000000000000000000000000, ConnectionCnt: 0

EPP TransactionId: 542EC3E4C958F1B99829001B2163AFC2

Error RFCIO_ERROR_SYSERROR in D:/depot/bas/740_REL/src/krn/rfc/abrfcpic.c : 3765

CPIC-CALL: 'ThSAPCMRCV' : cmRc=20 thRc=456

Timeout during connection setup (check that partner exists)

Error RFCIO_ERROR_MESSAGE in D:/depot/bas/740_REL/src/krn/rfc/abrfcio.c : 2000

Appreciate your help at the earliest

Regards

Raja

Accepted Solutions (1)

Accepted Solutions (1)

Former Member

Hi Shahid & Siddeshm,

Thanks for your input. The issue is resolved by changing the program from SAPHTTPA to SAPHTTP in SM59 for the RFC destination SAPHTTPA under TCP/IP connections.

Regards

former_member185954
Active Contributor
0 Kudos

Great.

hema304
Explorer
0 Kudos

Thanks for the hint. It really helped me

Answers (2)

Answers (2)

former_member185326
Active Participant
0 Kudos

Hello Raja,

If there is a firewall between your SAP system and Content server, then it wouldn't return "Time out" error. Hence, this is something related to the CPIC timeout set on your SAP system.

If you know a port on Content server, try to TELNET the port from your SAP system and see if it works fine.

You will have to tune gw/cpic_timeout parameter value of your system. What is the value currently set?

Besides this, also share "dev_rd" trace file created during this issue.

Regards,

Shahid Ahmed

former_member185954
Active Contributor
0 Kudos

Hello Raja,

Did you check SMICM trace for this ? Also, check the work process trace which may give more answers to your issue.

Is there a firewall between your SAP server and Content server, which maybe blocking HTTP port but not PING.

Regards,

Siddhesh