SAP PO – TP_REG_ACCESS_DENIED during inboundRA access

With the Advanced Adapter Engine you can connect SAP systems and non-SAP systems together. You use the various adapters in the Advanced Adapter Engine to convert XML and HTTP-based messages to the specific protocol and format required by these systems, and the other way around.

The Advanced Adapter Engine is based on the Adapter Framework.

During basic configuration, the CTC wizard by default specifies the relevant resource adapter properties (of resource adapter inboundRA) and creates the necessary destinations. In particular, the destination XI_IDOC_DEFAULT_DESTINATION is created which ensures to connect to the IDoc metadata repository.

SM59 – Creating XI_IDOC_DEFAULT_DESTINATION

Setting Resource Adapter Properties

During access to program You receive below error:

Error RFCIO_ERROR_SYSERROR in /bas/753_REL/src/krn/rfc/abrfcpic.c : 1781
CPIC-CALL: 'ThSAPOCMINIT', communication rc: CM_PARAMETER_ERROR (cmRc=19), taskhandler rc: TP_REG_ACCESS_DENIED (thRc=748)
Internal error, session terminated
DEST =XI_IDOC_DEFAULT_SID
HOST =%%RFCSERVER%%
PROG =XI_IDOC_DEFAULT_SID
GWHOST = hostname
GWSERV =sapgw00

Solution

You should:

First, Check gateway parameters and attributes. You have to now where gateway store your security files: secinfo and reginfo:

Run:
 gwmon pf=<path to GW profile>

Choose option 7 and find below parameters:

Now, when You know where where gateway store security files, You should add appropriate rule. Reginfo file should be adjusted accordantly:

P TP=<Program ID> HOST=<host_from_where_program_is_registered> CANCEL=<host_allow_to_cancel> ACCESS=<host_from_where_want_to_access>

In this case, ACCESS and CANCEL fields should contain the hostname from the application server where you executed RFC Destination

You should define specifics programs and hosts but in a worst-case scenario you can just type:

hostname> cat reginfo
VERSION=2
P TP=* HOST=*
P TP=* HOST=local

If above is completed You can now reload new rules or restarce whole SAP instance.

Useful notes:

2462664 – Transaction RZ70: Error “TP_REG_ACCESS_DENIED (thRc=748)” when opening an RFC connection

Your email address will not be published. Required fields are marked *

You may use these HTML tags and attributes: <a href="" title=""> <abbr title=""> <acronym title=""> <b> <blockquote cite=""> <cite> <code> <del datetime=""> <em> <i> <q cite=""> <s> <strike> <strong>

Copyright © 2024. SAPBasisWorld.com Privacy Policy