.png)
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
SAP ERROR registration of tp <program id> from host <external host> not allowed
May 17, 2021 8:39:49 AM
Dec 12, 2013 6:45:29 PM
The following error is being seen in the SAP Extractor Load log:
2016-11-04 16:17:54 Error: QVX_UNEXPECTED_END_OF_DATA: FAILED ****** Error:
2016-11-04 16:17:54 LOCATION SAP-Gateway on host ***** / ****
2016-11-04 16:17:54 ERROR registration of tp [hostname] from host
2016-11-04 16:17:54 ******.com not allowed
2016-11-04 16:17:54 TIME Fri Nov 4 16:17:21 2016
2016-11-04 16:17:54 RELEASE 721
2016-11-04 16:17:54 COMPONENT SAP-Gateway
2016-11-04 16:17:54 VERSION 2
2016-11-04 16:17:54 RC 720
2016-11-04 16:17:54 MODULE ******
2016-11-04 16:17:54 LINE 3728
2016-11-04 16:17:54 COUNTER 134551
2016-11-04 16:17:54
2016-11-04 16:17:54 Execution Failed
2016-11-04 16:17:54 Execution finished.
Resolution:
The error message means the gateway is not allowing the program ID <program id> to be registered from the host <external host>
There are two possible reasons:
- Parameter "gw/acl_mode = 1" and not reginfo file has been set. This is the default value for NEW INSTALLATIONS for Netweaver 7.0x since December 2012 (including 7.20) and for Netweaver 7.3X since August 2012
- There is a reginfo file that doesn't allow the registration of that external program
Update the "reg_info" file from the SAP gateway that appears in the error message ("SAP-Gateway on host <hostname> / sapgw<nr>") creating a line that allows this registration.
#VERSION=2
P TP=<program ID> HOST=<external host> CANCEL=internal,<external host> ACCESS=*
...
# the following lines should be the LAST lines in the reginfo
#
P TP=* HOST=<LIST> CANCEL=<LIST> ACCESS=<LIST>
P TP=* HOST=local
Following recommendations from SAP Note 1408081 : Basic settings for reg_info and sec_info