cancel
Showing results for 
Search instead for 
Did you mean: 

SICF

Former Member
0 Kudos

Hello Experts,

I have newly installed Solution Manager. I couldnot execute the SICF transaction.. when i run the transaction receive a below error message on bottom of the screen. like

"Start of application :Http service hierarchy maintenance"..

ST22 time out dump

================================================

Error analysis

After a specific time, the program is terminated to make the work area

available to other users who may be waiting.

This is to prevent a work area being blocked unnecessarily long by, for

example:

- Endless loops (DO, WHILE, ...),

- Database accesses with a large result set

- Database accesses without a suitable index (full table scan)

The maximum runtime of a program is limited by the system profile

parameter "rdisp/max_wprun_time". The current setting is 1000 seconds. If this

time limit is

exceeded, the system attempts to cancel any running SQL statement or

signals the ABAP processor to stop the running program. Then the system

waits another 60 seconds maximum. If the program is then still active,

the work process is restarted.

===================================================

Please give an idea to fix this issue?..

Thanks

Thirumal

Accepted Solutions (0)

Answers (2)

Answers (2)

Former Member
0 Kudos

Normally it should be 1800 sec

Former Member
0 Kudos

HI Joseph,

I Changed the rdisp/max_wprun_time to 1800 sec. Not I got the below error message (System Monitoring) like ..

What happened?

Calling the BSP page was terminated due to an error.

SAP Note

The following error text was processed in the system:

BSP Exception: Internal Error in Business Server Page Runtime.

Program CL_BSP_RUNTIME================CP

Include CL_BSP_RUNTIME================CM001

Line 196

Thirumal.

Former Member
0 Kudos

Ok,