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 ?
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
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