Application Development Discussions
Join the discussions or start your own on all things application development, including tools and APIs, programming models, and keeping your skills sharp.
cancel
Showing results for 
Search instead for 
Did you mean: 

Time out dump Issue

Former Member
0 Kudos

Hi Experts,

Report dump for time out issue ,I have checked in SQL trace no one  query take max time

and  i have done indexing also for large time query .In 1st company code it runs but for 2nd company code

it takes dump.Is there any another solution for this or tool to check time dump issues.

Thanks and Regards,

Sam

2 REPLIES 2

Former Member
0 Kudos

you could setup the program for background processing if there is no other way to improve the performance,

or you show us those SQL Expressions that take so long.

Have you exeuted a trace of the program using the first company code?

former_member192467
Active Participant
0 Kudos

Hi,

You can try the below options:

Redesign the program to optimize runtime

Increase the maximum dialog runtime limit (BASIS)

Run the program in background generating the result to spool

Run the program with maximum possible selection criteria


Regards,

Renjith Michael