Resolving System Center Virtual Machine Manager 2012 R2 Error 1602.

My System Center Virtual Machine Manager 2012 R2 lab deployment crashed on me a while ago. Any attempt to log on prompted the following error ID 1602 :

VMMError00

I restarted the SCVMM Service and the SQL Service successfully, but each time I tried to start the VMM Console, the SCVMM service stopped with the same error prompt displayed above. I did a quick research and came across a Microsoft KB3020448 . It basically describes the problem as occurring if there is an incorrect data type inside one or more rows of the “tbl_VMM_GlobalSetting” table in the Virtual Machine Manager database and recommended running the following SQL Query :

"update tbl_VMM_GlobalSetting set PropertyValue = NULL where PropertyName ='UpgradeTime'"
After running the query against the VMM SQL DB, I restarted the SQL Server service, SCVMM Service and SCVMM Agent service on the management host. After the services’ restart,I was able to login successfully and continue work on SCVMM 2012R2. Hopefully this helps someone.

Advertisement
This entry was posted in Hyper-v 2012 R2, SCVMM2012R2, SQL2012, System Center 2012 R2, Virtual Machine Manager 2012 R2, Windows Server 2012 R2 and tagged , , , , , , , . Bookmark the permalink.

Leave a Reply

Fill in your details below or click an icon to log in:

WordPress.com Logo

You are commenting using your WordPress.com account. Log Out /  Change )

Facebook photo

You are commenting using your Facebook account. Log Out /  Change )

Connecting to %s