cancel
Showing results for 
Search instead for 
Did you mean: 

Unable to login to the netweaver administrator

Former Member
0 Kudos

Hi colleagues,

Could someone help me here.

i have completed the Java installation of SAP SRM 7.02.

I am unable to loggin to the net weaver adminsitrtor.

i see the following error.

403 Forbidden

SAP NetWeaver Application Server 7.20 / AS Java 7.30

Error: Remote access to the NetWeaver Administrator is forbidden. See SAP Note XXXXX for details.

Troubleshooting Guide https://sdn.sap.com/irj/sdn/wiki?path=/display/JSTSG/Home

Details: No details available.

Kindly let me know how toresolve this

Accepted Solutions (1)

Accepted Solutions (1)

Former Member
0 Kudos

Hello Srividya,

Can you please specify, which UME you used during installation, ie ABAP UME or JAVA UME??

You are trying to login through which user id, please check that user id in your UME?

Regards,

Amit Barnawal

Former Member
0 Kudos

Hello Amit,

I have the same problem. But when I'm on http://<host>:<port>/startPage nad next I klick to e.g. <host>:<port>/NWA I get  <host>:<port>/nwa/remote_access_error

and:

403   Forbidden
SAP NetWeaver Application Server 7.20 / AS Java 7.30

         Error: Remote access to the NetWeaver Administrator is forbidden. See SAP Note XXXXX for details.

  Troubleshooting Guide https://sdn.sap.com/irj/sdn/wiki?path=/display/JSTSG/Home

Details:
No details available.

- I can't loggin...

thank,

Bogdan

Answers (4)

Answers (4)

Former Member
0 Kudos

Hi Srividya,

Refer Sap Note:1451753 - Filtering administration requests for AS Java


You have to edit he below following path

(DIR_GLOBAL)/security/data/icm_filter_rules.txt

and your icm_filter_rules.txt should be in below way and then restart the application


# ICM Rewrite Rules for NWA (restrict access to local host)

#if %{REMOTE_ADDR} !stricmp 127.0.0.1 [AND]

#if %{REMOTE_ADDR} !stricmp ::1

#RegIRedirectUrl ^/webdynpro/resources/sap.com/tc~lm~itsam~ui~mainframe~wd/.*$ /nwa/remote_access_error [QSA]

Thanks

Asim

Former Member
0 Kudos

Thanks Asim. Resolved my problem.

Former Member
0 Kudos

Hi All,

I had similar issue after installation of NW 7.31 java server on MSSQL database. I have resolved my issue by implementing note 1451753.

Thanks,

K.C.Vaka

Former Member
0 Kudos

Logged in with SAP* and changed the user credentials.

Working fine now

Former Member
0 Kudos

Hi All,

i faced similar error & i have resolved by implementing SAP Note : 1625632 with the steps mentioned below.

Error :

403 Forbidden

SAP NetWeaver Application Server 7.20 / AS Java 7.30

Error: Remote access to the NetWeaver Administrator is forbidden. See SAP Note XXXXX for details.

Troubleshooting Guide https://sdn.sap.com/irj/sdn/wiki?path=/display/JSTSG/Home

Details: No details available.

Steps to resolve:

1) add entry in default profile : icm/HTTP/mod_0 = PREFIX=/,FILE=$(DIR_GLOBAL)/security/data/icm_filter_rules.txt

2) add entry in icm_filter_rules.txt : if % !regimatch ...

RegIRedirectUrl ^/webdynpro/resources/sap. com/tclmitsamuimainframe~wd/(.)*$ /nwa/remote_access_error [QSA]

3) restart java stack

Thanks

Prakash

Former Member
0 Kudos

Hello,

It must be an authentication problem. Please make sure you are giving correct password of Administrator.

Thanks,

Siva Kumar