cancel
Showing results for 
Search instead for 
Did you mean: 

The session terminated due to inactivity Webgui

Former Member
0 Kudos

Dear Experts,

I have configured WEBGUI in development server

STEP:1

given profile parameters

icm/server_port_1 PROT=HTTP,PORT=8000,TIMEOUT=600,PROCTIMEOUT=600

icm/host_name_full <fully qualified domain name>

STEP:2

Activated services in SICF transaction

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

2./default_host/sap/public/bc/ur

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

STEP:3

Executed T-code for publishing Servers: SIAC_PUBLISH_ALL_INTERNAL

STEP:4

Executed T-code se80

Selected Internet service-> webgui->publish->complete service

stopped and started sap development server

executed URL http://<fully qualified

domainname:8000/sap/bc/gui/sap/its/webgui

given user name and password.

after logging in getting popup window Session timeout

Please give the solution

thanks and Regards.

Raju

Accepted Solutions (0)

Answers (1)

Answers (1)

cris_hansen
Advisor
Advisor
0 Kudos

Dear Raju,

It looks like you are using a 7.20 kernel (maybe 7.21).

My suggestions:

a) Be sure that you have the profile parameter below set:

icm/HTTP/file_access_0 = PREFIX=/sap/public/icmandir/,

DOCROOT=$(DIR_ICMAN_ROOT),ARCHIVE=$(DIR_EXECUTABLE)/ITS.SAR

(you may need to have a file_access_1 or higher, if value "0" is already used).

b) Delete the content from:

DIR_DATA/icmandir/last_update_ITS.txt

c) Delete the DIR_DATA/icmandir/its directory (only the "its" directory).

d) Restart the ICM process (SMICM -> Administration -> ICM -> Exit Soft -> Global).

Thus, having b) and c) completed, the ICM process will call SAPCAR to extract the ITS.SAR file again.

Then test the scenario again.

If it fails, then upgrade the kernel (use the latest Stack Kernel - if 7.20, then SAPEXE/SAPEXEDB patch level 402 is available); a) to d) can be executed again.

I think this should solve the issue - otherwise a deep digging is needed...

Regards,

Cris