

My SSRS reports that run on objects in this database are no longer completing. Caused by: : Lock request time out period exceeded.Īt .SQLServerException.makeFromDatabaseError(SQLServerException.java:196)Īt .SQLServerStatement.getNextResult(SQLServerStatement.java:1454)Īt .SQLServerPreparedStatement.doExecutePreparedStatement(SQLServerPreparedStatement.java:388)Īt .(IlrSessionFacadeImpl. When I attempt to view the hierarchy trees for tables, views, or procedures in SSMS Object Explorer, I get lock request time out period exceeded.

(ServletException.java:97)Īt .service(FacesServlet.java:194)Īt .(IlrFileUploadFilter.java:34)Īt .(FilterInstanceWrapper.java:188) My question is: Is this the only way to solve the problem Changing the LOCKTIMEOUT Since the publishing process is done by a auto-generated script, I do not think it is a good idea. The database agent collection often takes ten of more minutes to complete due to the. Trying to change the lock timeout limit to 20 seconds through the query: SET LOCKTIMEOUT 20000 The error did not happen again. The create database statement locks the sysdbreg, which causes the issue with sysdatabases used by the query. Exception created : : #: .EvaluationException: : : Lock request time out period exceeded.Īt .(Throwable.java:80)Īt . On every connection establishment, the Lock Timeout is set to 10 seconds - the SQL Server agent executes: 'SET LOCKTIMEOUT 10000' (10 seconds).

You can try restart your server which will usually solve the issue. When you know performance is suffering and see (within Activity Monitor) that a session is blocking query the sys.dmexecrequests to get the sqlhandle for the user causing the blocking. The following error shows whenever Rule Team Server attempts to persist a new element or modification to the database:Ĭom.ibm.ws. service SRVE0068E: Uncaught exception created in one of the service methods of the servlet Faces Servlet in application teamserver-WAS7. This usually happens when there are too many open transactions that are blocking read access to your database server.
