Quantcast
Channel: SCN: Message List - TIME_OUT runtime error
Browsing all 10 articles
Browse latest View live

TIME_OUT runtime error

Hi, Could some one help me in resolving the below run time error.we are getting time out error with the below details: Short text    Time limit exceeded. What happened?    The program "ZXXXXXX" has...

View Article



Re: TIME_OUT runtime error

Hello Venky, it is very difficult to answer directly to your question without having more informations:  When a TIME_OUT error occurs, it may have the described issues: 1) Loops over a large amount of...

View Article

Re: TIME_OUT runtime error

Dear Venky, Are you using any select statement inside your program that fetches large number of rows?for example, do yu use cluster table like BSEG table -  What is your z program  and share the Select...

View Article

Re: TIME_OUT runtime error

Hi, It looks like a time out error. Before you move in to understand what code is delaying. It may not be doing so. Its just that you are executing a program in Foreground and it hits your time out...

View Article

Re: TIME_OUT runtime error

Hi Venky,               First analyze the program by Runtime analysis,SQL trace. From that we can find where is problem and we can tune our program according to that.If we not able to improve the...

View Article


Re: TIME_OUT runtime error

If the error is in your select command means you are pulling a lot of data at once, then the solution is to select the 1000 and 1000 packages append Example:SELECT *          FROM zmb_tclientes...

View Article

Re: TIME_OUT runtime error

Try restricting the selection criteria.

View Article

Re: TIME_OUT runtime error

Check for the performance of the program and try restricting the selection criteria. If the program is written well and still it fails for time_out try the option of running the report in background...

View Article


Re: TIME_OUT runtime error

Thanks Hendrik, yes the time out is because of Loops over a large amount of lines in the program.they looping over almost 1.7L records and giving time out while looping those many records.i Hvase...

View Article


Re: TIME_OUT runtime error

Thanks Venkat, yes we are using Select statments and when i observed the below Select Statment fetching 1.7L records and after that they looping the results for processing, here its giving Time out...

View Article
Browsing all 10 articles
Browse latest View live




Latest Images