- When upgrading vCenter Server for Windows 5.x with an embedded Microsoft SQL Server Express database, the upgrade might fail while the installer is exporting vCenter Server data from the source database. You might see an error message similar to the following in the vcdb_export.err log file:
Msg 4060, Level 11, State 1, Server VCSITE2\VIM SQLEXP, Line 1
Cannot open database "VIM VCDB" requested by the login. The login failed.
Msg 18456, Level 14, State 1, Server VCSITE2\VIM_SQLEXP, Line 1
Login failed for user '\VMWARE\Admin'.
- You might find error messages similar to the following in the Windows Application or Microsoft SQL Server Express error log file:
2015-01-13 18:08:02.73 spid51 Starting up database 'VIM_VCDB'.
2015-01-13 18:08:15.83 Logon Error: 18456, Severity: 14, State: 38.
2015-01-13 18:08:15.83 Logon Login failed for user 'VMWARE\vmadmin'. Reason: Failed to open the explicitly specified database. [CLIENT: <local machine>]
2015-01-13 18:08:16.38 spid51 Starting up database 'VIM_VCDB'.
- The login failure error is caused by:
- Poor hardware utilization during the upgrade
- Microsoft SQL Server Express is deployed with AUTO_CLOSE = ON by default
- Hardware utilization is not easily resolved. Consider disabling the AUTO_CLOSE option for the vCenter Server embedded MS SQL Server Express database during upgrade.