on 2010 Dec 01 9:43 PM
Dear Friends,
We are getting time out errors in our production system. When the user is executing any transaction, report etc,.
I have checked each everthing, ST06,st03,performacne of the system, datbase, etc, everything is fine.
How can we find out what is the cause of the time out errors. You may say it is related to time out parameter, but the parameter is set as per the required levels. Also the executiong of the reports and transactions is common, nothing as occureed in the past with the time out dumps.
How can we trace and find out regarding why the time out is occuring. please help
Thanks,
Hello,
Check note
SAP Note # 1458503 Blocking work processes: Many R0M syslog entries
regards,
John Feely
You must be a registered user to add a comment. If you've already registered, sign in. Otherwise, register and sign in.
Hi,
Check the ABAP dump in detail and see where termination happened.
Ask ABAPer to check the code and also check the database table/Index statistics for the tables being used in the program.
Regards,
Rajesh
You must be a registered user to add a comment. If you've already registered, sign in. Otherwise, register and sign in.
I suggest you check parameter rdisp/max_wprun_time and adjust it accordingly.
But you should also tell your users to use background processing for long-running tasks or reports.
Kind regards,
You must be a registered user to add a comment. If you've already registered, sign in. Otherwise, register and sign in.
What kind of timeout? Maximum wp runtime exceeded?
Kind regards,
Mark
You must be a registered user to add a comment. If you've already registered, sign in. Otherwise, register and sign in.
You must be a registered user to add a comment. If you've already registered, sign in. Otherwise, register and sign in.