Application Development and Automation 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: 
Read only

Time limit exceeded error

Former Member
0 Likes
1,523

Hi,

My issue the report is giving time limit exceed errorwhen it is executed in production server but its working fine in dev. server.

Error is 'TIME LIMIT EXCEEDED'

the report is running in background, but I am not able to review the output, because most of the output is not seen on the screen !

Its giving warning message as 'SYSTEM CANNOT PRINT THE LAST 345 COLUMNS OF THE REPORT'. But they are only 22 columns in the o/p list.

please help in resolving this issue.

Regards,

Ramya.

Edited by: Alvaro Tejada Galindo on Feb 26, 2008 11:52 AM

3 REPLIES 3
Read only

Former Member
0 Likes
606

well in a prod system you have HEAPS of data, while in dev system you just have some core data, neccerssary for testing and developing issues.

time limit exeeded means something you do takes too long. Probably some of you selects.

try optimize you report performancewise.

Read only

Former Member
0 Likes
606

Hi Ramya,

Your prog running in the back ground, so the time limit of the prog is exceded. Go to sm37 see the prog running time if exceded correct the time.

Regards

Srinu

Read only

Former Member
0 Likes
606

Hi Ramya go to ST05 and do the regarding test of select program..? this will sove the problem.? or else..paste the program we will solve it ok ..

<REMOVED BY MODERATOR>

Edited by: Alvaro Tejada Galindo on Feb 26, 2008 11:53 AM