Skip to Content
0
Former Member
Oct 28, 2010 at 07:21 PM

BI 7.01 BEx report/workbok Time_Out Errors

83 Views

Hi,

Our BEx reports/workbooks are failing with time_out error's. Below are the time_out error details: BEx workbooks are executed through VB Script.

Some days they run fine and some days they time_out.

The program "CL_RSDRH_HIER_CACHE===========CP" has exceeded the maximum

permitted runtime without

interruption and has therefore been terminated.

Programs with long runtime should generally be started as background

jobs. If this is not possible, you can increase the system profile

parameter "rdisp/max_wprun_time".

Depending on the cause of the error, you may have to take one of the

following measures:

- Endless loop: Correct program;

- Dataset resulting from database access is too large:

Instead of "SELECT * ... ENDSELECT", use "SELECT * INTO internal table

(for example);

- Database has unsuitable index: Check index generation.

If the error occures in a non-modified SAP program, you may be able to

find an interim solution in an SAP Note.

If you have access to SAP Notes, carry out a search with the following

keywords:

"TIME_OUT" " "

"CL_RSDRH_HIER_CACHE===========CP" or "CL_RSDRH_HIER_CACHE===========CM00D"

"ADD_MEM"

-


Other time_out error's as below:

1) The program "SAPLRSDRC_SPLIT" has exceeded the maximum permitted runtime

without

interruption and has therefore been terminated.

Termination occurred in the ABAP program "SAPLRSDRC_SPLIT" - in "SELAGGR_GET2".

The main program was "SAPMSSY1 ".

In the source code you have the termination point in line 1101

of the (Include) program "LRSDRC_SPLITF01".

-


2) The program "CL_RSDRH_HIER_CACHE===========CP" has exceeded the maximum

permitted runtime without

interruption and has therefore been terminated.

Termination occurred in the ABAP program "CL_RSDRH_HIER_CACHE===========CP" -

in "CHECK".

The main program was "SAPMSSY1 ".

In the source code you have the termination point in line 80

of the (Include) program "CL_RSDRH_HIER_CACHE===========CM001".

-


3) The program "SAPLRSDRC_SPLIT" has exceeded the maximum permitted runtime

without

interruption and has therefore been terminated.

Termination occurred in the ABAP program "SAPLRSDRC_SPLIT" - in

"SELDR_TO_AGGROBJ".

The main program was "SAPMSSY1 ".

In the source code you have the termination point in line 214

of the (Include) program "LRSDRC_SPLITF01".

-


4) The program "SAPLSENA" has exceeded the maximum permitted runtime without

interruption and has therefore been terminated.

Termination occurred in the ABAP program "SAPLSENA" - in "FLUSH_PACKAGE".

The main program was "SAPMSSY1 ".

In the source code you have the termination point in line 229

of the (Include) program "LSENAF01".

-


Recently we have increased the parameter "rdisp/max_wprun_time" from 5400 to 7200 Seconds.

Pl. advise.