Issue Summary:
The SAP Production Gateway rejected the connection from Adeptia Production host (10.*.*.*) with the following error:
{"log_timestamp":"2025-06-05 17:57:29","level":"ERROR","thread":"JCoServerThread-1","logger":"system","class":"com.adeptia.indigo.services.sap.server.ErrorListener","method":"serverExceptionOccurred","line":47,"category":"SAPServer","message":"category=\"SAPServer\" groupId=\"Group_1\" message=\"Error occured on CUSTOMERCECP1 connection 2-R|172.33.128.80|3300|CUSTOMERCECP1 [CPIC-CALL: SAP_CMACCPTP3 on convId: with rc: 6\n\nLOCATION SAP-Gateway on host TCOWHECPR.TOPCOSAP.CORP / sapgw00\nERROR registration of tp CUSTOMERCECP1 from PROXY host 10.*.*.* not\n allowed\nTIME Thu Jun 5 12:57:29 2025\nRELEASE 754\nCOMPONENT SAP-Gateway\nVERSION 2\nRC 756\nMODULE D:/depot/bas/754_REL/src/krn/si/gw/gwxxrd.c\nLINE 4676\nCOUNTER 2874900\n]\" userId=\STabor@topco.com\","application_id":"adeptia-connect-01","pod_name":"adeptia-connect-topco-prod-ac-sap-service-7bb9b9b565-shfd2","stack_trace":"com.sap.conn.jco.JCoException: (113) JCO_ERROR_REGISTRATION_DENIED: CPIC-CALL: SAP_CMACCPTP3 on convId:
Root Cause:
The error indicates that the SAP Gateway rejected the registration of the CUSTOMERCECP1 program from the Adeptia server at 10.*.*.* due to a missing or misconfigured entry in the SAP Gateway’s reginfo file.
Suggested Solution:
The following entry resolved the issue in the SAP Gateway configuration:
P TP=CLOUDECP HOST=10.0.0.0/20 ACCESS=* CANCEL=*
Explanation of Parameters:
- TP=CLOUDECP: Specifies the registered program name expected by SAP Gateway.
- HOST=10.0.0.0/20: Defines the allowed IP range. Must match the IP address of the proxy client attempting registration (10.*.*.* in this case).
- ACCESS=*: Grants registration access to all users. (This can be tightened based on security requirements.)
- CANCEL=*: Permits deregistration by any user (can also be restricted for security).
This entry was added to the reginfo file by the SAP Basis team to permit the connection and resolve the registration denial error.
Comments
0 comments
Please sign in to leave a comment.