cancel
Showing results for 
Search instead for 
Did you mean: 

Dump(time_out) in tcode UCCHECK after upgrade to 6.0

Former Member
0 Kudos

Dear Friends,

when i execute Tcode UCCHECK to find the unicode errors after upgrade from 4.7 to 6.0 but i am getting dump.

Please find the error details given below. Please help me if the same error was faced by some one.

Category           ABAP Programming Error
Runtime Errors     TIME_OUT
ABAP Program       RSUNISCAN_FINAL

Application Component  BC-I18

What happened?

    The program "RSUNISCAN_FINAL" has exceeded the maximum permitted runtime

     without

    interruption and has therefore been terminated.

Regards,

Venkat.

Accepted Solutions (0)

Answers (2)

Answers (2)

nils_buerckel
Product and Topic Expert
Product and Topic Expert
0 Kudos

Hi Venkat,

I would recommend to execute this program in the background.

Best regards,

Nils Buerckel

paul_power
Active Contributor
0 Kudos

Hi Venkat,

Is the system being used while this is running?

Try running at a time of low system usage.

Are their any resource warnign or error messages in the system log (SM21)

they may indicate low resources (eg memory) that may be affecting performance.

Are there enough batch and diaglog work process configured?

See SAP Note 39412 How many work processes should be configured?

hope this helps.

Regards,

Paul

Former Member
0 Kudos

Hi Venkat,

It looks like - you have max out your dialog runtime .

Please check the following profile parameter ( in t-code RZ10 or RZ11) and set to some higher value.

Default value to 600 ( means 10 minutes)

rdisp/max_wprun_time

Example set to 3600 ( means 1 hr ) and check is it sufficient or not. Don't forget to bounce the SAP system after changing profile parameter.

Regards,

Dipam