Hi,
Regarding your question, it's not typical for all schemas in the OperationsManagerDW database to have the OpsMgrWriter role as the owner. Generally, the dbo
(database owner) should own the schemas to avoid permission issues like the ones you've encountered.
Changing the ownership of the schemas to dbo
, as you did with the Perf schema, is a good approach to prevent these errors. However, before making any changes, it's always a good idea to:
Backup your database: Ensure you have a recent backup in case anything goes wrong.
Please attempt to repair the Operations Manager installation by rerunning the Operations Manager Setup wizard.