cancel
Showing results for 
Search instead for 
Did you mean: 

Webgui error

former_member386290
Participant
0 Kudos

Dear experts,

I have just installed SAP NetWeaver 7.01 SR1 ABAP Trial Version.

(1) As per the documentation, I tried to access Webgui using following URL but got an error:

http://localhost:8000/sap/bc/gui/sap/its/webgui?sap-client=000

Error message reads as following:

Service cannot be reached

What has happened?
URL http://localhost:8000/sap/bc/gui/sap/its/webgui call was terminated because the 
corresponding service is not available.
  
Note

The termination occurred in system NSP with error code 403 and for the reason Forbidden. 
The selected virtual host was 0 . 

What can I do?
Please select a valid URL. 
If you do not yet have a user ID, contact your system administrator. 

ErrorCode:ICF-NF-http-c:000-u:SAPSYS-l:E-i:m30x_NSP_00-v:0-s:403-r:Forbidden

HTTP 403 - Forbidden

Your SAP Internet Communication Framework Team

Does anybody know the solution?

(2) Another issue - Every time I use a transaction, it starts compling it (because this is first time a transaction is being accessed) and it takes a long time in anything I do. I am sure there must be a program (or report) if i can run that it will do all the compilation. does anybody have any idea of it?

Thanks

AP

Accepted Solutions (0)

Answers (1)

Answers (1)

former_member386290
Participant
0 Kudos

I have found the solution for Webgui problem.

Goto transaction SICF and activate following nodes:

1. /default_host/sap/bc/gui/sap/its/webgui

2. /default_host/sap/public/bc

3. /default_host/sap/public/bc/ur

4. /default_host/sap/public/bc/its/mimes

Now you can see the webgui login screen, but backend will give the dump.

1. So goto SE80, Internet Services -> Webgui -> Right click -> Publish -> Complete Service

2. Also publish services SYSTEM and SHUFFLER

Former Member
0 Kudos

Thank you - Your response did help to solve my problem.