Symptoms
Long execution of operation accompanied by interaction with database.
Cause
The operation takes more time than limited in the database.
Resolution
Such error can occur with interaction due to any of the FlexiCapture database queries, views or stored procedure. Thus, text in brackets can be various, for example:
The full list of stored procedures of the FlexiCapture database can be found in the folder:
Views: <DB Name> > Views:
Stored procedures:
<DB Name> > Programmability > Stored procedures:
If the operation takes more time than limited in the database, you may redact SQL server timeout value. This option can be found in properties of the SQL Server:
Properties > Connections
You may expand marked value or set zero for no timeout.
Comments
0 comments
Please sign in to leave a comment.