cancel
Showing results for 
Search instead for 
Did you mean: 

SCU3: Retrieval issue

0 Kudos

Hello All,

I have archived logs of three tables from DBTABLOG in my ECC System. While retrieving those archives through SCU3, two tables are getting retrieved bu the third table is giving the below error. Kindly help me out on this

ategory ABAP programming error untime Errors TIME_OUT BAP Program RSVTPROT pplication Component BC-CUS-TOL-ALO ate and Time 02.07.2019 12:22:14 Short Text Time limit exceeded What happened? Program "RSVTPROT" has exceeded the maximum uninterrrupted runtime and has therefore been terminated. Error analysis After a certain time, the program is terminated in order to free the workspace for other users. This prevents workspaces from being blocked unnecessarily, for example by an endless loop (DO, WHILE, ...), by database accesses where the result set is too large or by database accessess without a suitable index Index (full table scan). The maximum runtime of a program is set by system profile parameter "rdisp/scheduler/prio_[high|normal|low]/max_runtime". The current setting is 600 seconds. Once this limit has been exceeded, the system attempts to interrupt the SQL statement or to instruct the ABAP processor to terminate the program. It waits for a maximum of 60 seconds. If the program is then still active, the work process is restarted.

Regards,

Srijan Sanyam

Accepted Solutions (1)

Accepted Solutions (1)

andreas_baldauf
Active Participant
0 Kudos

Hello Srijan,

It seems that more records were archived for the third table and therefore the runtime for retrieving the data is longer than 10 minutes.
In this case you should execute the program in the background.

Best regards,
Andreas

Answers (1)

Answers (1)

0 Kudos

Hello Andreas,

I tried running in background , but it kept on running for 6 hours without any output

Regards,

Srijan Sanyam