Activity overview
Latest activity by ROliva
Failed to open local data store: Required provider is not installed Consider reducing your history
When I connect to one particular server I can see the backups for a few seconds then the node closes with the error message "Failed to open local data store: Required provider is not installed Cons...
Hello, @Alex B We are currently experiencing this with one of our servers. The SQL Server Version is 15.0.4236.7, SQL Monitor version is 12.1.48.7553. Running the query you posted above did not return an error. This started happening immediately after renaming a database. I had to create a dummy database in order for the error to stop. SELECT * FROM sys.databases showed a gap in database_id #s (1-9, 11). The error messages were for database ID 10. Is it possible the application is polling sequentially from the MIN to the MAX DBID but it really should be grabbing the ID list first? / comments
Hello,@Alex B We are currently experiencing this with one of our servers. The SQL Server Version is 15.0.4236.7, SQL Monitor version is 12.1.48.7553. Running the query you posted above did not retu...