Problem with user rights after update to ver 11.0.12

Problem with user rights after update to ver 11.0.12

avatar

Hi
I have a problem with Users that can not edit an entry after we have made an update to RDM ver. 11.0.12.
When trying to save fx. a new password in RDM, the program freezes and I get this error message.... see below
Any idea's ?

All Comments (2)

avatar

Hi,
This is an error from the SQL Server. It's a timeout. Do you have an idea why the database could timeout?

David Hervieux

avatar

You most likely have a long running job taking up sql server systems resources causing the system to be slow and/or unresponsive. This could be cause by third party tools or ad hoc user queries. You can run the following command on your sql server to try to figure out what is going on.

exec sp_who2

Stéfane Lavergne