cancel
Showing results for 
Search instead for 
Did you mean: 

Authorization problem with Java proxy registration in PI 7.1

Former Member
0 Kudos

As one of the steps required for Value Mapping Replication for Mass Data

( See http://help.sap.com/saphelp_nwpi71/helpdata/en/2a/9d2891cc976549a9ad9f81e9b8db25/frameset.htm )

I need to register the Java (inbound) proxies using the URL below (replacing Server and Port)

http://<Server>:<Port>/ProxyServer/register?ns=http://sap.com/xi/XI/System&interface=ValueMappingRep...

Unfortunately I get the error below.

Error:

403 - Forbidden

"You are not authorized to view the requested resource."

I have tried this with the PIAPPLUSER and my own user ID but I get the same error

My userid has the following roles assigned

ROLES - All roles have correct validity date ranges

SAP_ALM_ADMINISTRATOR

SAP_ALM_CUSTOMIZER

SAP_BC_DWB_ABAPDEVELOPER

SAP_BC_WEBSERVICE_PI_CFG_SRV

SAP_ESF_ADMIN

SAP_PAF_ADMIN

SAP_SLD_ADMINISTRATOR

SAP_SLD_CONFIGURATOR

SAP_SLD_DEVELOPER

SAP_SLD_GUEST

SAP_XI_ADMINISTRATOR

SAP_XI_ADMINISTRATOR_ABAP

SAP_XI_ADMINISTRATOR_J2EE

SAP_XI_BPE_ADMINISTRATOR_ABAP

SAP_XI_BPE_CONFIGURATOR_ABAP

SAP_XI_BPE_MONITOR_ABAP

SAP_XI_CONFIGURATOR

SAP_XI_CONFIGURATOR_ABAP

SAP_XI_CONFIGURATOR_J2EE

SAP_XI_DEMOAPP

SAP_XI_DEMOAPP

SAP_XI_DEVELOPER

SAP_XI_DEVELOPER_ABAP

SAP_XI_DEVELOPER_J2EE

SAP_XI_MONITOR

SAP_XI_MONITOR_ABAP

SAP_XI_MONITOR_J2EE

PROFILES

T_ALM_CONF Profile for the Role SAP_ALM_ADMINISTRATOR

T_ALM_CUST Profile for the Role SAP_ALM_CUSTOMIZER

T_B0960155 Profile for Role SAP_SLD_GUEST

T_B0960156 Profil zur Rolle SAP_SLD_DEVELOPER

T_B0960159 Profil zur Rolle SAP_SLD_ADMINISTRATOR

T_BI560001 Profile for the Role SAP_XI_CONFIGURATOR_ABAP

T_BI560002 Profile for the Role SAP_XI_ADMINISTRATOR_ABAP

T_BI560003 Profile for the Role SAP_XI_MONITOR_ABAP

T_Y1620038 Profile for the Role SAP_XI_BPE_CONFIGURATOR_ABAP

T_Y1620039 Profile for the Role SAP_XI_BPE_MONITOR_ABAP

T_Y2670002 Profile for the Role SAP_XI_BPE_ADMINISTRATOR_ABAP

T_YB250041 Profil zur Rolle SAP_XI_DEVELOPER_J2EE

T_YB250045 Profile for the Role SAP_XI_DEVELOPER_ABAP

T_YB250046 Profil zur Rolle SAP_XI_CONFIGURATOR_J2EE

T_YB250048 Profil zur Rolle SAP_XI_MONITOR_J2EE

T_YB250049 Profil zur Rolle SAP_XI_ADMINISTRATOR_J2EE

T_YD160027 Profile for the Role SAP_SLD_CONFIGURATOR

T_YD160050 Profil zur Rolle SAP_XI_DEMOAPP

System Release/Patch levels

SAP_ABA 710 0005 SAPKA71005 Cross-Application Component</td>

SAP_BASIS 710 0005 SAPKB71005 SAP Basis Component

ST-PI 2005_1_710 0003 SAPKITLQJ3 SAP Solution Tools Plug-In

PI_BASIS 2006_1_710 0005 SAPKIPYN05 PI_BASIS 2006_1_710

SAP_BW 710 0005 SAPKW71005 SAP NetWeaver BI 7.1

I would be grateful if someone could point me in the right direction

Many thanks

Accepted Solutions (0)

Answers (3)

Answers (3)

Former Member
0 Kudos

Hi Muntazir,

I am also getting same 403 Forbidden - You are not authorized to view the requested resource error while registering my java server proxy interface in PI 7.1.The URL which i am using to register the interface is:

http://xxxxx:yyyy/ProxyServer/register?ns=namespace&interface=SI_Proxy_IA&bean=localejbs/sap.com/EAR...

If you have already corrected this issue then please let me know how to resolve this error.

Thanks

Amit

Former Member
0 Kudos

Hi Muntazir,

I am also getting same 403 Forbidden - You are not authorized to view the requested resource error while registering my java server proxy interface in PI 7.1.The URL which i am using to register the interface is:

http://xxxxx:yyyy/ProxyServer/register?ns=namespace&interface=SI_Proxy_IA&bean=localejbs/sap.com/EAR...

If you have already corrected this issue then please let me know how to resolve this error.

Thanks

Amit

stefan_grube
Active Contributor
0 Kudos

At the moment, you have to assign following roles in Java stack:

J2EE com.sap.aii.proxy.app xi_jpr_admin

J2EE com.sap.aii.proxy.app xi_jpr_register_bindings

J2EE com.sap.aii.proxy.app xi_jpr_list_bindings

Regards

Stefan