Problem:
Users are receiving an error message that says:
Unable to collect global data from the database. Error: Failed to update database because the database is read only
Solution:
- Open SSMS (SQL Server Management Studio).
- Open a New Query on the PSIsafe database.
- Execute the command (adjust the name CNG_Main if the PSIsafe Database is named differently):
ALTER DATABASE CNG_Main SET READ_WRITE
For more information, see:
https://stackoverflow.com/questions/6054997/database-attached-is-read-only
Comments
Please sign in to leave a comment.