Virtual Machine Manager crashed while creating a template. When I retried to create the template, the message ‘template {name} already exists. specify a unique name’ with ID 804 appears.
I found this article, which was very helpful: http://www.altaro.com/hyper-v/error-804-hung-template-creation-in-scvmm-2008-r2/.
These instructions are also working for SCVMM 2012 SP1. Basically, you will adjust one value in your database:
- Connect to your VMM database with SQL Management Studio
- Locate the tablet dbo.tbl_WLC_VObject
- Edit the Top 200 Rows
- Find the corresponding template name in the column ‘Name’ and adjust the value in ‘ObjectState’ from ‘3’ to ‘0’
- Restart the Virtual Machine Manager service and you will be able to create the template again
Glad that post proved to be useful to you Paolo. Let me know if there are any other Hyper-V related issues/topics you’d like us to write about!