Also, you might check for filter looping. Usually you'll get an error
stating such problem, but if you have your server configured to allow
high number of filters to execute, and you have a slow server, you might
see a timeout. It's worth looking at. You can see these by looking at
the logs, you'll see a million filters for a given user executing nearly
simultaneously.

Gary

-----Original Message-----
From: Action Request System discussion list(ARSList)
[mailto:[EMAIL PROTECTED] On Behalf Of Joe DeSouza
Sent: Monday, September 22, 2008 10:48 AM
To: arslist@ARSLIST.ORG
Subject: Re: Timeout Error

** 

It depends on what operation the user is attempting.. Such errors are
usually indicative of the fact that the database couldn't process the
the call in time, the AR System waits for the database to respond for a
while, and having got no response, stops waiting for it to respond and
hence the message..

 

These errors are generally due to a table scan that is occuring during
the operation. There has been a search that used a bad query against a
large table, resulting in a table scan. I would be looking in that
direction, and narrow down on the various searches that occur when the
user performs the operation that times him/her out..

 

Since you say its a home grown system it is very likey that your
developers who have developed the system have not created the necessary
indexes to help with the searches that occur during the execution of the
workflow that they have designed during that operation.

 

Hope this helps..

 

Joe


----- Original Message ----
From: Viji.PK <[EMAIL PROTECTED]>
To: arslist@ARSLIST.ORG
Sent: Monday, September 22, 2008 6:57:42 AM
Subject: Timeout Error

Hi All,
There is one user action in our home grown remedy system, such it
executes for 3 to 3.5 minutes.
The operation is successfully completed by the database, but user gets
an Time out Error message (ARERR 92), before even he realises the
succesfull completion.
Is there any setting on the Server configuration to increase this
interval?
Please pass your thoughts,

Thanks,
Viji

__Platinum Sponsor: www.rmsportal.com ARSlist: "Where the Answers Are"
html___

_______________________________________________________________________________
UNSUBSCRIBE or access ARSlist Archives at www.arslist.org
Platinum Sponsor: www.rmsportal.com ARSlist: "Where the Answers Are"

Reply via email to