cancel
Showing results for 
Search instead for 
Did you mean: 

How to configure WEBGUI ?

Former Member
0 Kudos

Hi Everyone,

We installed SAP Netweaver 7.0 ABAP with ORACLE on Windows Server 2008 R2 Enterprise OS. we are trying to access WEBGUI from web browser, but we are getting ERROR, we checked the note { 517484 Inactive services in the Internet Communication Framework }.

We activated the required services but still we are getting the errors. I pasted below the error that we got.

-


<h3>Error when processing your request</h3>

What has happened?

The URL http://basistrn3:8000/sap/bc/gui/sap/its/webgui/ was not called due to an error.

Note

The following error text was processed in the system AB1 : Template interpretation cancelled, syntax error.

The error occurred on the application server BasisTrn3_AB1_00 and in the work process 0 .

The termination type was: RABAX_STATE

The ABAP call stack was:

SYSTEM-EXIT of program SAPLSMTR_NAVIGATION

What can I do?

If the termination type was RABAX_STATE, then you can find more information on the cause of the termination in the system AB1 in transaction ST22.

If the termination type was ABORT_MESSAGE_STATE, then you can find more information on the cause of the termination on the application server BasisTrn3_AB1_00 in transaction SM21.

If the termination type was ERROR_MESSAGE_STATE, then you can search for more information in the trace file for the work process 0 in transaction ST11 on the application server BasisTrn3_AB1_00 . In some situations, you may also need to analyze the trace files of other work processes.

If you do not yet have a user ID, contact your system administrator.

Error code: ICF-IE-http -c: 000 -u: DDIC -l: E -s: AB1 -i: BasisTrn3_AB1_00 -w: 0 -d: 20120113 -t: 154337 -v: RABAX_STATE -e: ITS_CANT_LOAD_INCLUDE

HTTP 500 - Internal Server Error

Your SAP Internet Communication Framework Team

-


Please help me with this issue

Regards,

P.mahesh

Accepted Solutions (0)

Answers (4)

Answers (4)

Former Member
0 Kudos

Hello Mahesh,

Please make sure you have setup webgui as per below help link.

http://help.sap.com/saphelp_nw70/helpdata/en/3d/b5f9c2ea65c242957ee504ca4a37a9/content.htm

Following blog can also help you in setup WEBGUI.

Thanks,

Siva Kumar

Former Member
0 Kudos

Hi Mahesh,

Below are the steps on how to activate webgui

1. Go to your Instance Profile parameter using tcode RZ10 and set the icm/server_port_0 parameter to PROT=HTTP,PORT=8000

2. Now go to transaction SICF and activate the following:

/sap/public/bc/its/mimes

/sap/bc/gui/sap/its/webgui

3. Run transaction SIAC_PUBLISH_ALL_INTERNAL to publish internet services.

4. Now browse to http://<servername>:<icmport>/sap/bc/gui/sap/its/webgui/

As simple as that, you can now use SAP webgui.

Regards,

Arjun

Former Member
0 Kudos

Hi,

3. Run transaction SIAC_PUBLISH_ALL_INTERNAL to publish internet services.

Sorry but no, this is a very bad idea that would create a big security hole...

Only strictly needed SICF services should be activated.

Regards,

Former Member
0 Kudos

Hello,

Also please check if you are giving FQDN in the URL.

Please set the parameter icm/host_name_full with hostname.domainname(FQDN) if not done.

Regards,

Aparna.

ashish_mishra2
Contributor
0 Kudos

Hi,

I believe some sicf services are interdependent so do not just activate required sicf services, activate all in sicf then check,

it should work fine.

Regards,

Ashish