The performance statistics rollup failure is caused by an issue with the SQL Server database stored procedures that perform the statistic rollups. If you are currently experiencing this issue, or want to actively avoid the issue in the future, update the applicable stored procedures.
Download the bundle of three files attached to this article and complete the following steps:
-
Connect to your VirtualCenter database with the same login used by VirtualCenter Server, using the client utility for your database version (SQL Server Query Analyzer or SQL Server Management Studio).
-
Open a new query window and ensure the VirtualCenter database is selected.
-
Paste the contents of an updated stored procedure into the new query window and click Execute. Command(s) completed successfully is displayed when the procedure is updated.
-
Repeat step 3 for each of the remaining stored procedures (for a total of 3 stored procedures).
Note: If invalid object name is returned when you execute the update script, verify that:
-
The SQL login used is the same one that VirtualCenter Server uses, typically not sa or Administrator.
-
The current database is the VirtualCenter database and not primary or another database.