Virtual Machine Manager 2012 R2 migrate from standalone to cluster - no starting

Hello,
we have migrated our Virtual Machine Manager 2012 R2 UR1 installatin from a standalone machine to a clustered version.
But now the cluster instance won't startup.
- uninstall the standalone virtual machine manager 2012 with the retain database option.
- created failover cluster
- installed vmm into cluster and pointed to existing database.
- added second node
The error we now get is out of the report.txt:
------------------- Error Report -------------------
Error report created 17.04.2014 19:38:57
CLR is not terminating
--------------- Bucketing Parameters ---------------
EventType=VMM20
P1(appName)=vmmservice.exe
P2(appVersion)=3.2.7620.0
P3(assemblyName)=ImgLibEngine.dll
P4(assemblyVer)=3.2.7620.0
P5(methodName)=Microsoft.VirtualManager.DB.Adhc.StoredCertificate.CacheVMConnectCertificate
P6(exceptionType)=System.AggregateException
P7(callstackHash)=7b6a
SCVMM Version=3.2.7620.0
SCVMM flavor=C-buddy-RTL-AMD64
Default Assembly Version=3.2.7620.0
Executable Name=vmmservice.exe
Executable Version=3.2.7510.0
Base Exception Target Site=140721289766296
Base Exception Assembly name=mscorlib.dll
Base Exception Method Name=System.Security.Cryptography.CryptographicException.ThrowCryptographicException
Exception Message=One or more errors occurred.
EIP=0x00007ffc469c43c8
Build bit-size=64
------------ exceptionObject.ToString() ------------
System.AggregateException: One or more errors occurred. ---> System.Security.Cryptography.CryptographicException: The specified network password is not correct.
at System.Security.Cryptography.CryptographicException.ThrowCryptographicException(Int32 hr)
at System.Security.Cryptography.X509Certificates.X509Utils._LoadCertFromBlob(Byte[] rawData, IntPtr password, UInt32 dwFlags, Boolean persistKeySet, SafeCertContextHandle& pCertCtx)
at System.Security.Cryptography.X509Certificates.X509Certificate.LoadCertificateFromBlob(Byte[] rawData, Object password, X509KeyStorageFlags keyStorageFlags)
at System.Security.Cryptography.X509Certificates.X509Certificate2..ctor(Byte[] rawData, SecureString password, X509KeyStorageFlags keyStorageFlags)
at Microsoft.VirtualManager.DB.Adhc.StoredCertificate.CacheVMConnectCertificate(StoredCertificate cert)
at Microsoft.VirtualManager.DB.Adhc.StoredCertificate.ImportCertificates(List`1 certificates, ReportCertImportFailure ReportImportFailure)
at Microsoft.VirtualManager.DB.Adhc.StoredCertificate.ImportAllCertificates(ReportCertImportFailure ReportImportFailure)
at Microsoft.VirtualManager.Engine.VirtualManagerService.LoadCertificates()
at Microsoft.VirtualManager.Engine.VirtualManagerService.TimeStartupMethod(String description, TimedStartupMethod methodToTime)
at System.Threading.Tasks.Task.Execute()
--- End of inner exception stack trace ---
at System.Threading.Tasks.Task.Wait(Int32 millisecondsTimeout, CancellationToken cancellationToken)
at Microsoft.VirtualManager.Engine.VirtualManagerService.WaitForStartupTasks()
at Microsoft.VirtualManager.Engine.VirtualManagerService.TimeStartupMethod(String description, TimedStartupMethod methodToTime)
at Microsoft.VirtualManager.Engine.VirtualManagerService.ExecuteRealEngineStartup()
at Microsoft.VirtualManager.Engine.VirtualManagerService.TryStart(Object stateInfo)
at System.Threading.ExecutionContext.RunInternal(ExecutionContext executionContext, ContextCallback callback, Object state, Boolean preserveSyncCtx)
at System.Threading.ExecutionContext.Run(ExecutionContext executionContext, ContextCallback callback, Object state, Boolean preserveSyncCtx)
at System.Threading.TimerQueueTimer.CallCallback()
at System.Threading.TimerQueueTimer.Fire()
at System.Threading.TimerQueue.FireNextTimers()
---> (Inner Exception #0) System.Security.Cryptography.CryptographicException: The specified network password is not correct.
at System.Security.Cryptography.CryptographicException.ThrowCryptographicException(Int32 hr)
at System.Security.Cryptography.X509Certificates.X509Utils._LoadCertFromBlob(Byte[] rawData, IntPtr password, UInt32 dwFlags, Boolean persistKeySet, SafeCertContextHandle& pCertCtx)
at System.Security.Cryptography.X509Certificates.X509Certificate.LoadCertificateFromBlob(Byte[] rawData, Object password, X509KeyStorageFlags keyStorageFlags)
at System.Security.Cryptography.X509Certificates.X509Certificate2..ctor(Byte[] rawData, SecureString password, X509KeyStorageFlags keyStorageFlags)
at Microsoft.VirtualManager.DB.Adhc.StoredCertificate.CacheVMConnectCertificate(StoredCertificate cert)
at Microsoft.VirtualManager.DB.Adhc.StoredCertificate.ImportCertificates(List`1 certificates, ReportCertImportFailure ReportImportFailure)
at Microsoft.VirtualManager.DB.Adhc.StoredCertificate.ImportAllCertificates(ReportCertImportFailure ReportImportFailure)
at Microsoft.VirtualManager.Engine.VirtualManagerService.LoadCertificates()
at Microsoft.VirtualManager.Engine.VirtualManagerService.TimeStartupMethod(String description, TimedStartupMethod methodToTime)
at System.Threading.Tasks.Task.Execute()<---
Maybe someone has an idea where to look at.
Best Regards,
Marcus
Marcus Lehmann

Hi,
nope, we solved it.
It seems that this behavior occurs only under special circumstances.
Scenario is:
1. RDP Gateway connection to our Hyper-V Hosts (We need it for our Windows Azure Pack installation). A certificate is needed to encrypt the connection between RDPGW and Hyper-V host. This certificate is distributed by the VMM to the Hyper-V Hosts with the
private key.
2. Migrating from standalone installation to High Availability therefore migrating from DPAPI to DKM
It looks like that the key or the password to unencrypt the private key, which is stored in the database, is itself stored in the DPAI/DKM.
So when you try to get the migrated Service online the error report in my first post is generated.
What we did was fiddeling around in the database. Make sure you have a backup !!
You need two tables:
tbl_ADHC_Host
tbl_VMM_CertificateStore
1. Go to the table "tbl_ADHC_Host" and edit the key fk_ADHC_Host_VMM_CertificateStore and set "Enfore Foreign Key Constraint" to "No".
2. get the value "VMConnectCertficateID" from the table "tbl_ADHC_Host"
3. Go to the table "tbl_VMM_CertificateStore" and delete the Certficate with the value which equals the "VMConnectCertificateID". Note: Corresponding Certificate in the CErtificatestore table should have something in the column "PrivatekeyPassword"
and an ObjectType of 6.
4. The service should now start and you can reconfigure the certificate used for the encryption between your RDPGW and Hyper-V Hosts, like you did before.
5.  Go to the table "tbl_ADHC_Host" and edit the key fk_ADHC_Host_VMM_CertificateStore and set "Enfore Foreign Key Constraint" back to "Yes".
Hope that helps. ;)
Best Regards,
Marcus
Marcus Lehmann

Similar Messages

  • Error loading Virtual Machine Manager 2012 and Data Protection Manager 2012 modules together

    Hi.
    Very strange issue: when i try to load together Virtual Machine Manager 2012 and Data Protection Manager 2012 modules - script fails. If first loaded Virtual Machine Manager 2012 module:
    Import-Module : Cannot load Windows PowerShell snap-in C:\Program Files\Microsoft Data Protection Manager\DPM2012\bin\ObjectModelCmdlet.dll because of the following error: Unable to load one or more of the requested types. Retrieve the LoaderExceptions property
    for more information.
    Loader Exceptions:
    Could not load type 'Microsoft.Internal.EnterpriseStorage.Dls.Utils.AlertTypes.AlertEnum' from assembly 'Utils, Version=1.0.523.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35'.
    At C:\Program Files\Microsoft Data Protection Manager\DPM2012\bin\Modules\DataProtectionManager\DataProtectionManager.psm1:2 char:14
    + Import-Module <<<<  (Join-Path $cmdletDllPath ObjectModelCmdlet.dll)
        + CategoryInfo          : ResourceUnavailable: (:) [Import-Module], PSSnapInException
        + FullyQualifiedErrorId : PSSnapInLoadFailure,Microsoft.PowerShell.Commands.ImportModuleCommand
    If first loaded DPM 2012 module::
    Import-Module : Cannot load Windows PowerShell snap-in C:\Program Files\Microsoft System Center 2012\Virtual Machine Manager\bin\Microsoft.SystemCenter.VirtualMachineManager.dll because of the following error: Unable to load one or more of the requested
    types. Retrieve the LoaderExceptions property for more information.
    Loader Exceptions:
    Could not load type 'Microsoft.VirtualManager.Utils.TypeConverterEnumHelper`1' from assembly 'Utils, Version=1.0.523.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35'.
    Could not load type 'Microsoft.VirtualManager.Utils.TypeConverterEnumHelper`1' from assembly 'Utils, Version=1.0.523.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35'.
    Could not load type 'Microsoft.VirtualManager.Utils.CarmineException' from assembly 'Utils, Version=1.0.523.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35'.
    Method 'get_BootOrder' in type 'Microsoft.SystemCenter.VirtualMachineManager.ClientObjectHWSettingsSourceAdapter' from assembly 'Microsoft.SystemCenter.VirtualMachineManager, Version=1.0.523.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35' does not have
    an implementation.
    Could not load type 'Microsoft.VirtualManager.Utils.CarmineObjectType' from assembly 'Utils, Version=1.0.523.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35'.
    Could not load type 'Microsoft.VirtualManager.Utils.VMComputerSystemState' from assembly 'Utils, Version=1.0.523.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35'.
    Could not load type 'Microsoft.VirtualManager.Utils.VMComputerSystemState' from assembly 'Utils, Version=1.0.523.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35'.
    Could not load type 'Microsoft.VirtualManager.Utils.VMComputerSystemState' from assembly 'Utils, Version=1.0.523.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35'.
    Could not load type 'Microsoft.VirtualManager.Utils.VMComputerSystemState' from assembly 'Utils, Version=1.0.523.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35'.
    Could not load type 'Microsoft.VirtualManager.Utils.VMComputerSystemState' from assembly 'Utils, Version=1.0.523.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35'.
    Could not load type 'Microsoft.VirtualManager.Utils.VMComputerSystemState' from assembly 'Utils, Version=1.0.523.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35'.
    Could not load type 'Microsoft.VirtualManager.Utils.VMComputerSystemState' from assembly 'Utils, Version=1.0.523.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35'.
    Could not load type 'Microsoft.VirtualManager.Utils.VMComputerSystemState' from assembly 'Utils, Version=1.0.523.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35'.
    Could not load type 'Microsoft.VirtualManager.Utils.VMComputerSystemState' from assembly 'Utils, Version=1.0.523.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35'.
    Could not load type 'Microsoft.VirtualManager.Utils.VMComputerSystemState' from assembly 'Utils, Version=1.0.523.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35'.
    Could not load type 'Microsoft.VirtualManager.Utils.VMComputerSystemState' from assembly 'Utils, Version=1.0.523.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35'.
    Could not load type 'Microsoft.VirtualManager.Utils.VMComputerSystemState' from assembly 'Utils, Version=1.0.523.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35'.
    Could not load type 'Microsoft.VirtualManager.Utils.VMComputerSystemState' from assembly 'Utils, Version=1.0.523.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35'.
    Could not load type 'Microsoft.VirtualManager.Utils.CarmineObjectType' from assembly 'Utils, Version=1.0.523.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35'.
    Could not load type 'Microsoft.VirtualManager.Utils.CarmineObjectType' from assembly 'Utils, Version=1.0.523.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35'.
    Could not load type 'Microsoft.VirtualManager.Utils.CarmineObjectType' from assembly 'Utils, Version=1.0.523.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35'.
    Could not load type 'Microsoft.VirtualManager.Utils.CarmineObjectType' from assembly 'Utils, Version=1.0.523.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35'.
    Could not load type 'Microsoft.VirtualManager.Utils.CarmineObjectType' from assembly 'Utils, Version=1.0.523.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35'.
    Could not load type 'Microsoft.VirtualManager.Utils.CarmineObjectType' from assembly 'Utils, Version=1.0.523.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35'.
    Could not load type 'Microsoft.VirtualManager.Utils.CarmineObjectType' from assembly 'Utils, Version=1.0.523.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35'.
    Could not load type 'Microsoft.VirtualManager.Utils.CarmineObjectType' from assembly 'Utils, Version=1.0.523.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35'.
    Could not load type 'Microsoft.VirtualManager.Utils.CarmineObjectType' from assembly 'Utils, Version=1.0.523.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35'.
    Could not load type 'Microsoft.VirtualManager.Utils.CarmineObjectType' from assembly 'Utils, Version=1.0.523.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35'.
    Could not load type 'Microsoft.VirtualManager.Utils.CarmineObjectType' from assembly 'Utils, Version=1.0.523.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35'.
    Could not load type 'Microsoft.VirtualManager.Utils.CarmineObjectType' from assembly 'Utils, Version=1.0.523.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35'.
    Could not load type 'Microsoft.VirtualManager.Utils.CarmineObjectType' from assembly 'Utils, Version=1.0.523.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35'.
    Could not load type 'Microsoft.VirtualManager.Utils.CarmineObjectType' from assembly 'Utils, Version=1.0.523.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35'.
    Could not load type 'Microsoft.VirtualManager.Utils.CarmineObjectType' from assembly 'Utils, Version=1.0.523.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35'.
    Could not load type 'Microsoft.VirtualManager.Utils.CarmineObjectType' from assembly 'Utils, Version=1.0.523.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35'.
    Could not load type 'Microsoft.VirtualManager.Utils.CarmineObjectType' from assembly 'Utils, Version=1.0.523.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35'.
    Could not load type 'Microsoft.VirtualManager.Utils.CarmineObjectType' from assembly 'Utils, Version=1.0.523.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35'.
    Could not load type 'Microsoft.VirtualManager.Utils.CarmineObjectType' from assembly 'Utils, Version=1.0.523.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35'.
    Could not load type 'Microsoft.VirtualManager.Utils.CarmineObjectType' from assembly 'Utils, Version=1.0.523.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35'.
    Could not load type 'Microsoft.VirtualManager.Utils.VMStartAction' from assembly 'Utils, Version=1.0.523.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35'.
    Method 'get_BootOrder' in type 'HardwareConfigSettingsAdapter' from assembly 'Microsoft.SystemCenter.VirtualMachineManager, Version=1.0.523.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35' does not have an implementation.
    Could not load type 'Microsoft.VirtualManager.Utils.VMStartAction' from assembly 'Utils, Version=1.0.523.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35'.
    Could not load type 'Microsoft.VirtualManager.Utils.VMStartAction' from assembly 'Utils, Version=1.0.523.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35'.
    Could not load type 'Microsoft.VirtualManager.Utils.VMStartAction' from assembly 'Utils, Version=1.0.523.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35'.
    Could not load type 'Microsoft.VirtualManager.Utils.CarmineObjectType' from assembly 'Utils, Version=1.0.523.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35'.
    Could not load type 'Microsoft.VirtualManager.Utils.VMSCSIControllerType' from assembly 'Utils, Version=1.0.523.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35'.
    Could not load type 'Microsoft.VirtualManager.Utils.VMSCSIControllerType' from assembly 'Utils, Version=1.0.523.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35'.
    Could not load type 'Microsoft.VirtualManager.Utils.CarmineObjectType' from assembly 'Utils, Version=1.0.523.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35'.
    Could not load type 'Microsoft.VirtualManager.Utils.CarmineObjectType' from assembly 'Utils, Version=1.0.523.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35'.
    Could not load type 'Microsoft.VirtualManager.Utils.CarmineObjectType' from assembly 'Utils, Version=1.0.523.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35'.
    Could not load type 'Microsoft.VirtualManager.Utils.CarmineObjectType' from assembly 'Utils, Version=1.0.523.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35'.
    Could not load type 'Microsoft.VirtualManager.Utils.CarmineObjectType' from assembly 'Utils, Version=1.0.523.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35'.
    Could not load type 'Microsoft.VirtualManager.Utils.CarmineObjectType' from assembly 'Utils, Version=1.0.523.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35'.
    Could not load type 'Microsoft.VirtualManager.Utils.ServicingTypeValues' from assembly 'Utils, Version=1.0.523.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35'.
    Could not load type 'Microsoft.VirtualManager.Utils.FabricCapabilityType' from assembly 'Utils, Version=1.0.523.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35'.
    Could not load type 'Microsoft.VirtualManager.Utils.SKUType' from assembly 'Utils, Version=1.0.523.0, Culture=neutral,PublicKeyToken=31bf3856ad364e35'.
    Could not load type 'Microsoft.VirtualManager.Utils.CarmineObjectType' from assembly 'Utils, Version=1.0.523.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35'.
    Could not load type 'Microsoft.VirtualManager.Utils.VMComputerSystemState' from assembly 'Utils, Version=1.0.523.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35'.
    Could not load type 'Microsoft.VirtualManager.Utils.CarmineObjectType' from assembly 'Utils, Version=1.0.523.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35'.
    Could not load type 'Microsoft.VirtualManager.Utils.CarmineObjectType' from assembly 'Utils, Version=1.0.523.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35'.
    At \\team\dfs\scripts\Admin\Scvmm\Move-VirtualMachine.ps1:103 char:16
    +         Import-Module <<<<  'C:\Program Files\Microsoft System Center 2012\Virtual Machine Manager\bin\psModules\virt
    ualmachinemanager\virtualmachinemanager.psd1';
        + CategoryInfo          : ResourceUnavailable: (:) [Import-Module], PSSnapInException
        + FullyQualifiedErrorId : PSSnapInLoadFailure,Microsoft.PowerShell.Commands.ImportModuleCommand

    Vote if you have same problem:
    https://connect.microsoft.com/PowerShell/feedback/details/873348/scvmm-and-scdpm-powershell-modules-cant-work-together

  • Interesting SCOM Reports and "Microsoft System Center Virtual Machine Manager 2012 R2 Reports" MP Issue , Some reports appear others don't

    Our test environment is quite simple one Operations Server 2012 R2; with the database and SSRS instance on another server; Service Manager 2012 is on it’s own virtual machine; and the Service Manager Data Warehouse on it’s own. I’ve been trying to demo chargeback
    with scvmm and I’m having issues with the chargeback reporting.
    I’ve followed this process to install chargeback reports:http://technet.microsoft.com/en-us/library/jj614406.aspx which
    completed successfully. All of the cubes seem to process correctly in Service Manager and I can create a chargeback analysis excel sheet with no issues in service manager. I still do not get any chargeback reports in the Operations console though. I get some
    reports under the “Microsoft System Center Virtual Machine Manager 2012 R2 Reports” heading like Capacity, Host Group Forecasting, Host Utilization, etc but no chargeback report.
    I can see the chargeback report in the SSRS website but cannot get it to appear in the Operations console. If anyone has any tips or troubleshooting they can point me at I would appreciate it.

    Hi,
    Hope the below link could be helpful:
    Enabling Chargeback in a Service Provider Cloud by Kristian Nese
    http://blogs.technet.com/b/privatecloud/archive/2013/04/12/enabling-chargeback-in-a-service-provider-cloud-by-kristian-nese.aspx
    Regards,
    Yan Li
    Regards, Yan Li

  • System Center Virtual Machine Manager 2012 R2 trial ISO - Technet Evaluation Center

    Hello, 
    I have checked the Technet Evaluation Center for the System Center Virtual Machine Manager 2012 R2 - 180 days trial ISO but nowhere to be found.
    I see that Microsoft has put a eval VHD on the following URL: http://www.microsoft.com/en-us/download/details.aspx?id=40843. 
    Microsoft: Can you please upload the: System Center Virtual Machine Manager 2012 R2 iso 180 day trial to the  Technet Evaluation Center since you have cancelled the technet subscribtion :)
    Thank you in advance
    //Robert Diego

    Hi Sir,
    System Center products were gathered in System Center products , you can download 12R2 VMM :
    http://www.microsoft.com/en-us/evalcenter/evaluate-system-center-2012-r2
    Best Regards,
    Elton Ji
    Please remember to mark the replies as answers if they help and unmark them if they provide no help. If you have feedback for TechNet Subscriber Support, contact [email protected] .

  • Virtual Machine Manager to manage Hyper-V 2012 R2 Servers

    Hi,
    I am trying to create an environment wherein I have few Hyper-V 2012 R2 hosts, Windows Server 2012 hosts, and Windows Server 2008 hosts. All are registered to a AD server.
    On Windows Server 2012 host, I have created a virtual machine on which System Center Virtual Machine Manager 2012 SP1 is running. This Virtual Machine Manager is perfectly able to manage Windows Server 2008 hosts.
    However when tried to add Windows Server 2012 hosts and Hyper-V 2012 R2 hosts, it gives the following error:
    Error (2916)
    VMM is unable to complete the request. The connection to the agent windows2012.test.com was lost.
    WinRM: URL: [http://windows2012.test.com:5985], Verb: [INVOKE], Method: [Associate], Resource: [http://schemas.microsoft.com/wbem/wsman/1/wmi/root/scvmm/AgentManagement]
    Unknown error (0x80338012)
    Recommended Action
    Ensure that the WS-Management service and the agent are installed and running and that a firewall is not blocking HTTPS traffic.
    This problem can also be caused by WMI service crash. Ensure that KB 982293 (http://support.microsoft.com/kb/982293) is installed on the machine if it is running Windows Server 2008 R2.
    If the error persists, reboot windows2012.test.com and then try the operation again.
    Checked:
    > WS-Management service is running
    > VMM agent got installed
    Questions:
    1. Whether System Center 2012 SP1 - Virtual Machine Manager is compatible to manage Hyper-V Sever 2012 and Windows 2012 R2 Server.
    2. What is the latest version of VMM to manage Hyper-V Sever 2012 and Windows 2012 R2 Server.

    Hello,
    I have installed VMM 2012 R2, this is also not allowing me to add and manage Server 2012 R2 hosts. However it is perfectly able to manage Server 2008 host.
    It gives following error when tried to add Server 2012 R2 hosts:
    Error (2916)
    VMM is unable to complete the request. The connection to the agent windows2012.test.com was lost.
    WinRM: URL: [http://windows2012.test.com:5985], Verb: [INVOKE], Method: [Associate], Resource: [http://schemas.microsoft.com/wbem/wsman/1/wmi/root/scvmm/AgentManagement]
    Unknown error (0x80338012)
    Recommended Action
    Ensure that the WS-Management service and the agent are installed and running and that a firewall is not blocking HTTPS traffic.
    This problem can also be caused by WMI service crash. Ensure that KB 982293 (http://support.microsoft.com/kb/982293) is installed on the machine if it is running Windows Server 2008 R2.
    If the error persists, reboot windows2012.test.com and then try the operation again.
    Any suggestions please?

  • Trying to deploy a Service using Orchestrator and Virtual Machine Manager

    Hello,
    I'm trying to create a runbook to deploy a Service in a cloud using Orchstrator and Virtual Machine Manager, 2012 R2 both of them.
    I'm following these 2 links, but not luck.
    http://daniyar-tech.blogspot.com.es/2013/07/system-center-2012-sp1-orchestrator.html
    http://www.systemcentercentral.com/orchestrator-by-example-deploying-a-service-from-template-with-vmm-and-orchestrator-2/
    I'm receiving this error in "Configure Service Deployment" step:
    The following errors occurred when invoking PowerShell script:Could not find service template
    I configured the Cloud Name and it does not work for me...
    Thanks!

    Thanks, Marc! This solution worked for me, after many other attempts failed.
    Senior Tech Writer, SharePoint Performance and Capacity Management

  • System Center Virtual Machine Manager SC VMM 2012 SP1 Installation fails: Unable to assign the name NO_PARAM to this host because this name is already in use.

    I'm trying to install VMM 2012 SP1 on a Windows Server 2012 machine and it fails with this error,
    the scenario is as follows,
    Old database (from 2012 RTM) exists on remote SQL 2012 SP1 server
    Server was 2008 R2 SP1 so I decided to make a fresh installation of 2012 with the same name
    installed ADK
    specific error: 01:42:13:VMMPostinstallProcessor threw an exception: Threw Exception.Type: Microsoft.VirtualManager.Setup.Exceptions.BackEndErrorException, Exception.Message: Unable to assign the name NO_PARAM to this host because this name is already in
    use.
    please help

    I had a similar problem today when upgrading from SCVMM 2012 RTM to SCVMM 2012 SP1 RTM. To re-create the issue you describe originally you can actually just uninstall SCVMM 2012 SP1 RTM with "retain data" option and re-install the software on the same
    computer (with the same name of course), attaching it to the retained DB. If you change the SCVMM server name I believe it will make some things go wrong after your install, like missing VM template passwords for example as the data gets encrypted in
    the DB. Maybe it didn't but I didn't risk it. I definitely know if you change service accounts on a scenario like this you will be without the encrypted DB data which isn't much fun. To avoid changing the computer name, if you look in the setup log
    files in %systemdrive%\ProgramData\VMMLogs\, specifically the SetupWizard.log file. You will see details on it failing because the same computer name is in the DB table "dbo.tbl_ADHC_AgentServer" and until it is removed from that table I wasn't able to get
    the install to complete at all. The error in my logs looked something like this "InnerException.Type: System.Data.SqlClient.SqlException, InnerException.Message: Violation of UNIQUE KEY constraint 'unique_ADHC_AgentServer_ComputerName'. Cannot insert duplicate
    key in object 'dbo.tbl_ADHC_AgentServer'. The duplicate key value is (computername.is.writtenhere). The statement has been terminated." In the row data in the DB it also seems to suggest that the computer name had "Virtual Machine Manager Library Files" on
    it which is strange since I always remove the local SCVMM server as a library server after I install it and use an off box library server.

  • FYI Update Rollup 3 for Microsoft System Center 2012 R2 - Virtual Machine Manager (KB2965413) Stops SCVMM service starting

    I just applied update:
    Update Rollup 3 for Microsoft System Center 2012 R2 - Virtual Machine Manager (KB2965413)
    and (KB2965414) but it failed to install.
    After a reboot I could not login to the VMM and the service would not start
    An event id 0 was reported with:
    Service cannot be started. System.Reflection.ReflectionTypeLoadException: Unable to load one or more of the requested types. Retrieve the LoaderExceptions property for more information.
       at System.Reflection.RuntimeModule.GetTypes(RuntimeModule module)
       at System.Reflection.RuntimeModule.GetTypes()
       at System.Reflection.Assembly.GetTypes()
       at Microsoft.VirtualManager.Remoting.IndigoSerializableObject.BuildKnownAssemblyTypes(Assembly assembly)
       at Microsoft.VirtualManager.Remoting.IndigoSerializableObject.InitializeKnownTypesCache(List`1 assembliesToExamine)
       at Microsoft.VirtualManager.Engine.Remoting.IndigoServiceHost.InitializeKnownTypesCache()
       at Microsoft.VirtualManager.Engine.VirtualManagerService.TimeStartupMethod(String description, TimedStartupMethod methodToTime)
       at Microsoft.VirtualManager.Engine.VirtualManagerService.OnStart(String[] args)
       at System.ServiceProcess.ServiceBase.ServiceQueuedMainCallback(Object state)
    After I removed the update the VMM was able to start, no reboot required.
    When I have time I will try to apply both updates again successfully and see if the issue still occurs.
    Vista Ultimate Dell XPS M1330

    FYI.  I've had the same issue after I installed Update Rollup 3 (KB2965413), seeing the exact same error on event log.  Tried to start the service manually, getting service unable to start error.  This is a machine running
    with Windows Server 2012 Standard.  Solution for me is simple. I just install
    KB2965414 (Update Rollup 3 for SCVMM 2012 R2), reboot the server, and the SCVMM service auto start up by itself. 

  • SCOM 2012 RC - SCVMM 2012 RC - Virtual machine manager management group is not getting monitored

    Hi All,
      I have integrated SCOM 2012 with SCVMM 2012 environment. I could see two strange behaviors. All these instance are running on Windows 2008 R2 + Sp1 OS along with SQL 2008 R2 for database.
    1) I could see two instance of VirtualmanagerDB
    in the Database State view under the Microsoft SQL Server, out of that
    one is showing as monitored and another one is
    showing as not monitored. Why it is showing two instance of the same database? How can I remove the not monitored one?
    2) In the distributed apps- Virtual machine manager management group is not showing as a monitored item. However the SCVMM server is getting monitored.
    I'd appreciate if someone could help me out in understanding and resolving this.
    Regards,
    Ren.

    Hi
    I opened up a connect ticket on this on 17th Jan so sorry for not noticing your post earlier. The response was:
    Health State dashboard view is targeted to two state views. "Agent Watcher State" and "Agent State". "Agent State" view (view with duplicate entry) is targeted to an abstract class "VMM Agent" which has below child classes.
        VMM Library Agent
        VMM Host Agent
        Guest Agent
    For the Dashboard view, we need to taget the view to "Host Agent" not "VMM Agent". When we install VMM, it adds itself as a Library server and that is the reason for duplicate entry (VMM Library Agent).
    Cheers
    Graham
    Regards Graham New System Center 2012 Blog! -
    http://www.systemcentersolutions.co.uk
    View OpsMgr tips and tricks at
    http://systemcentersolutions.wordpress.com/

  • Upgrading System Center 2012 Virtual Machine Manager

    Hello!
    I have an existing deployment of System Center 2012 Virtual Machine Manager. I want to upgrade directly to SCVMM 2012 R2 (skipping the SCVMM 2012 SP1).
    Is it possible?
    If YES, then please provide the step-by-step upgrade roadmap.
    I cannot find my desired upgrade on the link:
    http://technet.microsoft.com/en-us/library/dn469623.aspx
    Thank you very much.

    Hi
    No you first need to upgrade to SP1 and then go to R2.
    Hope this helps. Please remember to click “Mark as Answer” on the post that helps you, and to click “Unmark as Answer” if a marked post does not actually answer your question. This can be beneficial to other community members reading the thread.

  • Uninstall all management packs related to System Center Virtual Machine Manager and then run Setup again.

    I uninstalled all System Center VVM related management Packs, but still received "Uninstall all management packs related to System Center Virtual Machine Manager and then run Setup again.".
    Think I got them all. But how can I figure out which Management pack is still installed and has to be removed.
    Thanks for your reply

    Got following logging about this problem.
    9/20/2013 9:35:09 AM] * Exception :  => Microsoft.EnterpriseManagement.Common.MonitoringException: This method from the System Center Operations Manager 2007 R2 SDK is not supported to work with System Center Operations Manager 2012. Please migrate
    to the System Center Operations Manager 2012 SDK.
       at Microsoft.EnterpriseManagement.DataAbstractionLayer.SdkDataAbstractionLayer.HandleIndigoExceptions(Exception ex)
       at Microsoft.EnterpriseManagement.DataAbstractionLayer.TypeSpaceOperations.ImportManagementPack(String managementPackXml, String keyToken, ManagementGroup managementGroup)
       at Microsoft.EnterpriseManagement.ManagementGroup.ImportManagementPack(ManagementPack managementPack)
       at Microsoft.VirtualManager.Setup.Wizard.Configurator.ImportManagementPacks()
    [9/20/2013 9:35:09 AM] * Exception :  => Setup encountered an error while importing management packs.Uninstall all management packs related to System Center Virtual Machine Manager and then run Setup again. Setup will import the required management
    packs.Microsoft.VirtualManager.Utils.CarmineException: Setup encountered an error while importing management packs.
    Uninstall all management packs related to System Center Virtual Machine Manager and then run Setup again. Setup will import the required management packs.
       at Microsoft.VirtualManager.Setup.Wizard.Configurator.ImportManagementPacks()
       at Microsoft.VirtualManager.Setup.Wizard.BackEnd.PreConfigureClientForOpsMgr()
    *** Carmine error was: ManagementPackPresent (10208)
    [9/20/2013 9:35:09 AM] * Exception :  => Setup encountered an error while importing management packs.Uninstall all management packs related to System Center Virtual Machine Manager and then run Setup again. Setup will import the required management
    packs.Microsoft.VirtualManager.Setup.Exceptions.BackEndErrorException: Setup encountered an error while importing management packs.
    Uninstall all management packs related to System Center Virtual Machine Manager and then run Setup again. Setup will import the required management packs. ---> Microsoft.VirtualManager.Utils.CarmineException: Setup encountered an error while importing management
    packs.
    Uninstall all management packs related to System Center Virtual Machine Manager and then run Setup again. Setup will import the required management packs.
       at Microsoft.VirtualManager.Setup.Wizard.Configurator.ImportManagementPacks()
       at Microsoft.VirtualManager.Setup.Wizard.BackEnd.PreConfigureClientForOpsMgr()
    *** Carmine error was: ManagementPackPresent (10208)
       --- End of inner exception stack trace ---
       at Microsoft.VirtualManager.Setup.Wizard.BackEnd.PreConfigureClientForOpsMgr()
       at Microsoft.VirtualManager.Setup.Wizard.VMInstaller.PreConfigure()
       at Microsoft.VirtualManager.Setup.Wizard.ProgressPage.InstallVm()
       at Microsoft.VirtualManager.Setup.Wizard.ProgressPage.InstallerThreadEntry()
    *** Carmine error was: ManagementPackPresent (10208)
    [9/20/2013 9:35:09 AM] *** Error : Setup encountered an error while importing management packs.
    Uninstall all management packs related to System Center Virtual Machine Manager and then run Setup again. Setup will import the required management packs.
    ID: 10208
    [9/20/2013 9:35:10 AM] Information : Virtual Machine Manager Administrator Console installation has failed.

  • Error adding Win Server Technical Preview host to Virtual Machine Manager Technical Preview

    I've built Win Server Preview (latest build 9888).Also build System Center Technical Preview, on another server (VM), and now trying to add Server Tech Preview hosts to VMM.
    However VMMService is crashing, with error below.
    Note I have tried multiple scenarios, including upgrade hosts from 2012 R2, install fresh as server Core, install fresh full-GUI hosts, enable Hyper-V before adding to VMM, allow VMM to enable Hyper-V...
    also RunAs user is administrator of hosts and VMM, computer accounts have been added to all administrator groups, WinRM quickconfig has been run, firewall is off..
    ..however VMM vNext refuses to add Server vNext hosts. (however - I can add Server 2012 R2 hosts to VMM vNext with no problem)
    NOTE - also, when Server Manager starts, I get "Error occurred while loading the plug-in for 481. Exception has been thrown by the target of an invocation". After this the File and Storage Services node in Server Manager is missing. Not sure if
    this is related to the error below; but I get this issue in all servers built with latest .9888 build.
    Error from VMM server when trying to add Tech Preview host is as follows -
    VMM encountered a critical exception and created an exception report at c:\programdata\VMMLogs\abcdefg...etc.
    ------------------- Error Report -------------------
    Error report created 07/12/2014 21:04:59
    CLR is not terminating
    --------------- Bucketing Parameters ---------------
    EventType=VMM20
    P1(appName)=vmmservice.exe
    P2(appVersion)=3.2.9013.0
    P3(assemblyName)=Engine.Common.dll
    P4(assemblyVer)=3.2.9013.0
    P5(methodName)=Microsoft.VirtualManager.Engine.EngineFSUtils.GetVolumeIDFromVolumeName
    P6(exceptionType)=System.FormatException
    P7(callstackHash)=c5b5
    SCVMM Version=3.2.9013.0
    SCVMM flavor=C-buddy-RTL-AMD64
    Default Assembly Version=3.2.9013.0
    Executable Name=vmmservice.exe
    Executable Version=3.2.9013.0
    Base Exception Target Site=140719489075608
    Base Exception Assembly name=mscorlib.dll
    Base Exception Method Name=System.Guid+GuidResult.SetFailure
    Exception Message=Guid should contain 32 digits with 4 dashes (xxxxxxxx-xxxx-xxxx-xxxx-xxxxxxxxxxxx).
    EIP=0x00007ffbe1396468
    Build bit-size=64
    ------------ exceptionObject.ToString() ------------
    System.FormatException: Guid should contain 32 digits with 4 dashes (xxxxxxxx-xxxx-xxxx-xxxx-xxxxxxxxxxxx).
       at System.Guid.GuidResult.SetFailure(ParseFailureKind failure, String failureMessageID, Object failureMessageFormatArgument, String failureArgumentName, Exception innerException)
       at System.Guid.TryParseGuidWithDashes(String guidString, GuidResult& result)
       at System.Guid.TryParseGuid(String g, GuidStyles flags, GuidResult& result)
       at System.Guid..ctor(String g)
       at Microsoft.VirtualManager.Engine.EngineFSUtils.GetVolumeIDFromVolumeName(String volumeName)
       at Microsoft.VirtualManager.Engine.ImageLibrary.StorageDataHelper.CreateVolume(MSFT_Volume volume, MSFT_Partition partition, WsmanAPIWrapper wrapper)
       at Microsoft.VirtualManager.Engine.Adhc.SMStorageRefresher.GetVolumes(IVmmDbContext ctx)
       at Microsoft.VirtualManager.Engine.Adhc.WindowsHostDataProperties.PopulateProperties(IVmmDbConnection dbConnection)
       at Microsoft.VirtualManager.Engine.Adhc.WindowsHostAbstractionLayer.GetHostProperties(HostData oldHostData, Version agentVersion, IVmmDbConnection dbConnection)
       at Microsoft.VirtualManager.Engine.Adhc.HostRefresher.GatherAllInformation(Host host, Object agentRefreshSyncObj, Boolean checkIfClustered, Boolean refreshEventCapabilities, String& clusterName, Guid taskID, ITaskContext taskContext, IVmmDbConnection
    dbConnection)
       at Microsoft.VirtualManager.Engine.Adhc.HostRefresher.RefreshLockedHost(Host host, Guid taskID, ITaskContext taskContext, Boolean checkClusterStatus, IVmmDbConnection dbConnection)
       at Microsoft.VirtualManager.Engine.BitBos.VMRefresherBase.UpdateHostToResponding(Nullable`1& prevState, IVmmDbConnection dbConnection)
       at Microsoft.VirtualManager.Engine.BitBos.VMRefresherBase.UpdateHostState(IVMComputerSystemSummary[]& vmComputers, Nullable`1& prevState, IVmmDbConnection dbConnection)
       at Microsoft.VirtualManager.Engine.BitBos.VMRefresherBase.RunLightRefresher(IVmmDbConnection dbConnection)
       at Microsoft.VirtualManager.Engine.BitBos.VMRefresherBase.UpdateHostAndVMs(VMRefresherType refresherType, Guid vmObjectId, VM tempVm, IVmmDbConnection dbConnection)
       at Microsoft.VirtualManager.Engine.BitBos.VMRefresherBase.UpdateHostAndVMs(VMRefresherType refresherType, IVmmDbConnection dbConnection)
       at Microsoft.VirtualManager.Engine.BitBos.VmLightRefresher.RefreshData(HostReference hostRef, Nullable`1& auditTaskId, IVmmDbConnection dbConnection)
       at Microsoft.VirtualManager.Engine.RefreshDriver`1.<>c__DisplayClassa.<RefreshThreadFunction>b__7(IVmmDbConnection _dbConnection)
    ------------------- Scope Trace --------------------
    [s#35e2a] HostRefresher.GatherAllInformation(host: (Host#[17c4]) { objLock = (CarmineObjectLock#[a41]) { lockType = Write, objectID = 4b67d6df-647f-4da3-a00f-12e52bdff947, objectType = VMHost, taskID = 1ee6c6db-a399-4033-ad4b-519c0d130f52, doNotRetryLock =
    (bool) True }, data = (HostData#[bcbb]) { id = 4b67d6df-647f-4da3-a00f-12e52bdff947, LastUpdatedTimestamp = 07/12/2014 18:04:04, Flags = AvailableForPlacement, HostGroupID = 0e3ba228-a059-46be-aa41-2f5cf0f4b96e, AgentServerID = 57f60b84-2997-4a25-b38e-56dc8dae19e4,
    OverrideHostGroupReserves = False, CPUPercentageReserve = 10, NetworkPercentageReserve = 0, DiskSpaceReserveMB = 10240, MaxDiskIOReservation = 10000, MemoryReserveMB = 2048, VhdPaths = (String[][-1]#1a4d96a) { }, VMRCEnabled = True, VMRCPort = 2179, SecureVMRCEnabled
    = False, VMRCCertificateAvailable = False, VirtualizationPlatformScheme = "viridian://hvnext2-ak.dev.amust.local", SupportsLiveMigration = False, EnableLiveMigration = False, LiveMigrationMaximum = 0, LiveStorageMigrationMaximum = 0, UseAnyMigrationSubnet
    = False, MigrationSubnet = (String[][-1]#2d3a296) { }, MigrationSubnetUserManaged = (Boolean[][-1]#2d62b0c) { }, MigrationAuthProtocol = CredSSP, VirtualServerState = Unknown, VirtualServerVersion = (Version#fffff) 0.0, VirtualServerVersionState = UpToDate,
    IsDMZHost = False, UseCACert = False, IsNonTrustedDomainHost = False, UserName = "", Password = "<password omitted>", LogicalProcessorCount = 0, PhysicalProcessorCount = 0, CoresPerProcessor = 0, L2CacheSize = 0, L3CacheSize = 0,
    BusSpeed = 0, ProcessorSpeed = 0, ProcessorModel = "", ProcessorManufacturer = "", ProcessorArchitecture = 0, ProcessorStepping = "", TotalMemory = 0, OperatingSystemName = "", OperatingSystemVersion = (Version#a00a0fff)
    10.0.9888, IsoRWRepositoryAvailableBytes = 0, CpuUtilization = 0, AvailableMemory = 0, Custom = (String[][9]#1d09d25) { (null), (null), (null), (null), (null), (null), (null), (null), (null) }, MaximumMemoryPerVM = 0, MinimumMemoryPerVM = 0, SuggestedMaximumMemoryPerVM
    = 0, IMAPIInstalled = False, AvailableMemoryTierredPerfCounterID = 869a7213-d9dc-41a2-a5d1-d28099894ff6, CpuTieredPerfCounterID = 68e21dec-4b18-4626-9ab3-0c136c654c79, ClusterNodeStatus = ClusterNodeStateUnknown, SecureMode = True, SslTcpPort = 5985, SslCertificateImportedByVMM
    = False, SshTcpPort = 0, IsRemoteFXRoleInstalled = False, IsCPUSLAT = False, HostVolumeIDs = Ø, HostDiskIDs = Ø, StorageFileShareIDs = Ø, HostGPUIDs = Ø, InstalledVirtualSwitchExtensionIDs = Ø, HostFibreChannelHbaIDs = Ø, HostSASHbaIDs = Ø, HostInternetSCSIHbaIDs
    = Ø, PhysicalMachineID = 655a0cbb-5fa8-4379-9a0a-dc645baae95c, OobType = None, IsPowerOptimizationControlled = False, RunAsAccountID = 93e5e250-394a-4917-9e06-88c7fb7edd98, CustomPropertyIDs = Ø, HealthMonitorIDs = Ø }, server = (RemoteServer#21feea7) Microsoft.VirtualManager.DB.Adhc.RemoteServer,
    agentVersionState = (VersionState) { UpToDate } }, agentRefreshSyncObj: (Object) null, checkIfClustered: (Boolean#0) False, refreshEventCapabilities: (Boolean#0) False, taskID: (guid) 1ee6c6db-a399-4033-ad4b-519c0d130f52, taskContext: (TaskContext#38b9a77)
    Microsoft.VirtualManager.Engine.TaskRepository.TaskContext, dbConnection: (TransactableDbContext#[1b46]) { constructionCallSite = (CallSite) { SqlContext.Connect }, sqlContext = (SqlContext#[2bd2]) { [rw] SqlContext.ConnectconstructionIdentity = (WindowsIdentity#27652b0)
    System.Security.Principal.WindowsIdentity commandList: { n=46 { Q:"dbo.prc_ADHC_Host_Get(@HostID=4b67d6df-647f-4da3-a00f-12e52bdff947)", @07/12/2014 21:04:57 [+00:00:00.0019993] }, { Q:"dbo.prc_ADHC_HealthMonitor_GetAllIDsByAgent(@AgentServerID=57f60b84-2997-4a25-b38e-56dc8dae19e4)",
    @07/12/2014 21:04:57 }, { Q:"dbo.prc_ADHC_HostVolume_GetIDsByHost(@HostID=4b67d6df-647f-4da3-a00f-12e52bdff947)", @07/12/2014 21:04:57 [+00:00:00.0010014] }, { Q:"dbo.prc_BTBS_CustomPropertyValue_GetCPValIDByObjID(ObjectID=4b67d6df-647f-4da3-a00f-12e52bdff947)",
    @07/12/2014 21:04:57 }, { Q:"dbo.prc_ADHC_HostDisk_GetIDsByHost(@HostID=4b67d6df-647f-4da3-a00f-12e52bdff947)", @07/12/2014 21:04:57 }, { Q:"dbo.prc_ST_StorageFileShareAssociation_GetShareIDsByServerIDAndType(@ServerID=4b67d6df-647f-4da3-a00f-12e52bdff947,
    @ServerType=VMHost)", @07/12/2014 21:04:57 [+00:00:00.0009995] }, { Q:"dbo.prc_ADHC_GetHostFibreChannelHbaByHostID(HostID=4b67d6df-647f-4da3-a00f-12e52bdff947)", @07/12/2014 21:04:57 }, { Q:"dbo.prc_ADHC_GetHostSASHbaByHostID(HostID=4b67d6df-647f-4da3-a00f-12e52bdff947)",
    @07/12/2014 21:04:57 [+00:00:00.0010007] }, { Q:"dbo.prc_ADHC_GetHostInternetSCSIHbaByHostID(HostID=4b67d6df-647f-4da3-a00f-12e52bdff947)", @07/12/2014 21:04:57 }, { Q:"dbo.prc_ADHC_HostGPU_GetByHost(@HostID=4b67d6df-647f-4da3-a00f-12e52bdff947)",
    @07/12/2014 21:04:57 [+00:00:00.0009991] }, { Q:"dbo.prc_NetMan_InstalledVirtualSwitchExtension_GetByHost(@HostID=4b67d6df-647f-4da3-a00f-12e52bdff947)", @07/12/2014 21:04:57 }, { Q:"dbo.prc_ADHC_GetHostFibreChannelVirtualSANByHostId(HostID=4b67d6df-647f-4da3-a00f-12e52bdff947)",
    @07/12/2014 21:04:57 }, { Q:"dbo.prc_ADHC_AgentServer_Get(@AgentServerID=57f60b84-2997-4a25-b38e-56dc8dae19e4)", @07/12/2014 21:04:57 [+00:00:00.0010041] }, { Q:"dbo.prc_ADHC_AgentServerRelation_GetByAgent(@AgentServerID=57f60b84-2997-4a25-b38e-56dc8dae19e4)",
    @07/12/2014 21:04:57 }, { Q:"dbo.prc_BTBS_HostGroup_GetByID(@ID=0e3ba228-a059-46be-aa41-2f5cf0f4b96e)", @07/12/2014 21:04:57 [+00:00:00.0009967] }, { Q:"dbo.prc_BTBS_HostGroup_GetChildGroupIDs(@ID=0e3ba228-a059-46be-aa41-2f5cf0f4b96e)",
    @07/12/2014 21:04:57 }, { Q:"dbo.prc_BTBS_CustomPropertyValue_GetCPValIDByObjID(ObjectID=0e3ba228-a059-46be-aa41-2f5cf0f4b96e)", @07/12/2014 21:04:57 [+00:00:00.0009990] }, { Q:"dbo.prc_ADHC_Host_GetByGroupID(@HostGroupID=0e3ba228-a059-46be-aa41-2f5cf0f4b96e)",
    @07/12/2014 21:04:57 }, { NQ:"dbo.prc_VMM_AcquireLock(@ObjectID=4b67d6df-647f-4da3-a00f-12e52bdff947, @ObjectType=VMHost, @TaskID=1ee6c6db-a399-4033-ad4b-519c0d130f52, @ReqLockType=Write)", @07/12/2014 21:04:57 [+00:00:00.0019787] }, { Q:"dbo.prc_ADHC_Host_Get(@HostID=4b67d6df-647f-4da3-a00f-12e52bdff947)",
    @07/12/2014 21:04:57 [+00:00:00.0010032] }, { Q:"dbo.prc_ADHC_HealthMonitor_GetAllIDsByAgent(@AgentServerID=57f60b84-2997-4a25-b38e-56dc8dae19e4)", @07/12/2014 21:04:57 [+00:00:00.0010090] }, { Q:"dbo.prc_ADHC_HostVolume_GetIDsByHost(@HostID=4b67d6df-647f-4da3-a00f-12e52bdff947)",
    @07/12/2014 21:04:57 }, { Q:"dbo.prc_BTBS_CustomPropertyValue_GetCPValIDByObjID(ObjectID=4b67d6df-647f-4da3-a00f-12e52bdff947)", @07/12/2014 21:04:57 [+00:00:00.0009875] }, { Q:"dbo.prc_ADHC_HostDisk_GetIDsByHost(@HostID=4b67d6df-647f-4da3-a00f-12e52bdff947)",
    @07/12/2014 21:04:57 }, { Q:"dbo.prc_ST_StorageFileShareAssociation_GetShareIDsByServerIDAndType(@ServerID=4b67d6df-647f-4da3-a00f-12e52bdff947, @ServerType=VMHost)", @07/12/2014 21:04:57 [+00:00:00.0010157] }, { Q:"dbo.prc_ADHC_GetHostFibreChannelHbaByHostID(HostID=4b67d6df-647f-4da3-a00f-12e52bdff947)",
    @07/12/2014 21:04:57 }, { Q:"dbo.prc_ADHC_GetHostSASHbaByHostID(HostID=4b67d6df-647f-4da3-a00f-12e52bdff947)", @07/12/2014 21:04:57 [+00:00:00.0009850] }, { Q:"dbo.prc_ADHC_GetHostInternetSCSIHbaByHostID(HostID=4b67d6df-647f-4da3-a00f-12e52bdff947)",
    @07/12/2014 21:04:57 }, { Q:"dbo.prc_ADHC_HostGPU_GetByHost(@HostID=4b67d6df-647f-4da3-a00f-12e52bdff947)", @07/12/2014 21:04:57 }, { Q:"dbo.prc_NetMan_InstalledVirtualSwitchExtension_GetByHost(@HostID=4b67d6df-647f-4da3-a00f-12e52bdff947)",
    @07/12/2014 21:04:57 [+00:00:00.0010008] }, { Q:"dbo.prc_ADHC_GetHostFibreChannelVirtualSANByHostId(HostID=4b67d6df-647f-4da3-a00f-12e52bdff947)", @07/12/2014 21:04:57 }, { Q:"dbo.prc_ADHC_HostVolume_GetByHost(@HostID=4b67d6df-647f-4da3-a00f-12e52bdff947)",
    @07/12/2014 21:04:57 [+00:00:00.0009996] }, { Q:"dbo.prc_ADHC_HostDisk_GetByHost(@HostID=4b67d6df-647f-4da3-a00f-12e52bdff947)", @07/12/2014 21:04:57 }, { Q:"dbo.prc_ADHC_GetHostFibreChannelHbaByHostID(HostID=4b67d6df-647f-4da3-a00f-12e52bdff947)",
    @07/12/2014 21:04:57 [+00:00:00.0009977] }, { Q:"dbo.prc_ADHC_AgentServer_Get(@AgentServerID=57f60b84-2997-4a25-b38e-56dc8dae19e4)", @07/12/2014 21:04:57 }, { Q:"dbo.prc_ADHC_AgentServerRelation_GetByAgent(@AgentServerID=57f60b84-2997-4a25-b38e-56dc8dae19e4)",
    @07/12/2014 21:04:57 [+00:00:00.0010001] }, { Q:"dbo.prc_BTBS_HostGroup_GetByID(@ID=0e3ba228-a059-46be-aa41-2f5cf0f4b96e)", @07/12/2014 21:04:57 }, { Q:"dbo.prc_BTBS_HostGroup_GetChildGroupIDs(@ID=0e3ba228-a059-46be-aa41-2f5cf0f4b96e)",
    @07/12/2014 21:04:57 }, { Q:"dbo.prc_BTBS_CustomPropertyValue_GetCPValIDByObjID(ObjectID=0e3ba228-a059-46be-aa41-2f5cf0f4b96e)", @07/12/2014 21:04:57 [+00:00:00.0010000] }, { Q:"dbo.prc_ADHC_Host_GetByGroupID(@HostGroupID=0e3ba228-a059-46be-aa41-2f5cf0f4b96e)",
    @07/12/2014 21:04:57 }, { Q:"dbo.prc_BTBS_HostGroup_GetByID(@ID=0e3ba228-a059-46be-aa41-2f5cf0f4b96e)", @07/12/2014 21:04:57 [+00:00:00.0010018] }, { Q:"dbo.prc_BTBS_HostGroup_GetChildGroupIDs(@ID=0e3ba228-a059-46be-aa41-2f5cf0f4b96e)",
    @07/12/2014 21:04:57 }, { Q:"dbo.prc_BTBS_CustomPropertyValue_GetCPValIDByObjID(ObjectID=0e3ba228-a059-46be-aa41-2f5cf0f4b96e)", @07/12/2014 21:04:57 }, { Q:"dbo.prc_ADHC_Host_GetByGroupID(@HostGroupID=0e3ba228-a059-46be-aa41-2f5cf0f4b96e)",
    @07/12/2014 21:04:57 [+00:00:00.0009978] }, { Q:"dbo.prc_ADHC_AgentServer_Get(@AgentServerID=57f60b84-2997-4a25-b38e-56dc8dae19e4)", @07/12/2014 21:04:57 }, { Q:"dbo.prc_ADHC_AgentServerRelation_GetByAgent(@AgentServerID=57f60b84-2997-4a25-b38e-56dc8dae19e4)",
    @07/12/2014 21:04:57 [+00:00:00.0010001] } } , conn = (SqlConnection#11f39db) { State: Open Database: VirtualManagerDB DataSource: SCVNEXT1-AK PacketSize: 8000 ServerVersion: 12.00.2000 StatisticsEnabled: False WorkstationId: SCVNEXT1-AK } }, constructionIdentity
    = (WindowsIdentity#1b706b2) System.Security.Principal.WindowsIdentity }) in t:\btvsts\38525\private\product\engine\ADHC\Operations\HostRefresher\HostRefresher.cs:line 861
    [s#35e07] VMRefresherBase.RunLightRefresher(this: (VMRefresherBase#[3b8]){ TBD }, dbConnection: (TransactableDbContext#[1b46])) in t:\btvsts\38525\private\product\engine\BitBoS\VmRefresher.cs:line 1178
    [s#35e06] VMRefresherBase.UpdateHostAndVMs(this: (VMRefresherBase#[3b8]), refresherType: VMRefresherType.LightVMRefresher, vmObjectId: (guid) 00000000-0000-0000-0000-000000000000, tempVm: (VM) null, dbConnection: (TransactableDbContext#[1b46])) in t:\btvsts\38525\private\product\engine\BitBoS\VmRefresher.cs:line
    693
    [s#35ddc] VmLightRefresher.RefreshData(this: (VmLightRefresher#[1]) { tbd }, hostRef: (HostReference#[b]) { hostID = 4b67d6df-647f-4da3-a00f-12e52bdff947, hostConnectionParams = (WSManConnectionParameters#16a611e) hvnext2-ak.dev.amust.local, isClustered = False
    }, dbConnection: (TransactableDbContext#[1b46])) in t:\btvsts\38525\private\product\engine\BitBoS\VmRefresher.cs:line 208
    [s#35ddb] RefreshDriver`1.RefreshThreadFunction(this: (RefreshDriver`1<HostReference>#[4]) { tbd }, obj: (WaitCallbackState<HostReference>#2143066) Microsoft.VirtualManager.Engine.RefreshDriver`1+WaitCallbackState[Microsoft.VirtualManager.DB.Adhc.HostReference])
    in t:\btvsts\38525\private\product\engine\Common\RefreshDriver.cs:line 568
    --------------- exception.StackTrace ---------------
    at System.Guid.GuidResult.SetFailure(ParseFailureKind failure, String failureMessageID, Object failureMessageFormatArgument, String failureArgumentName, Exception innerException)
       at System.Guid.TryParseGuidWithDashes(String guidString, GuidResult& result)
       at System.Guid.TryParseGuid(String g, GuidStyles flags, GuidResult& result)
       at System.Guid..ctor(String g)
       at Microsoft.VirtualManager.Engine.EngineFSUtils.GetVolumeIDFromVolumeName(String volumeName)
       at Microsoft.VirtualManager.Engine.ImageLibrary.StorageDataHelper.CreateVolume(MSFT_Volume volume, MSFT_Partition partition, WsmanAPIWrapper wrapper)
       at Microsoft.VirtualManager.Engine.Adhc.SMStorageRefresher.GetVolumes(IVmmDbContext ctx)
       at Microsoft.VirtualManager.Engine.Adhc.WindowsHostDataProperties.PopulateProperties(IVmmDbConnection dbConnection)
       at Microsoft.VirtualManager.Engine.Adhc.WindowsHostAbstractionLayer.GetHostProperties(HostData oldHostData, Version agentVersion, IVmmDbConnection dbConnection)
       at Microsoft.VirtualManager.Engine.Adhc.HostRefresher.GatherAllInformation(Host host, Object agentRefreshSyncObj, Boolean checkIfClustered, Boolean refreshEventCapabilities, String& clusterName, Guid taskID, ITaskContext taskContext, IVmmDbConnection
    dbConnection)
       at Microsoft.VirtualManager.Engine.Adhc.HostRefresher.RefreshLockedHost(Host host, Guid taskID, ITaskContext taskContext, Boolean checkClusterStatus, IVmmDbConnection dbConnection)
       at Microsoft.VirtualManager.Engine.BitBos.VMRefresherBase.UpdateHostToResponding(Nullable`1& prevState, IVmmDbConnection dbConnection)
       at Microsoft.VirtualManager.Engine.BitBos.VMRefresherBase.UpdateHostState(IVMComputerSystemSummary[]& vmComputers, Nullable`1& prevState, IVmmDbConnection dbConnection)
       at Microsoft.VirtualManager.Engine.BitBos.VMRefresherBase.RunLightRefresher(IVmmDbConnection dbConnection)
       at Microsoft.VirtualManager.Engine.BitBos.VMRefresherBase.UpdateHostAndVMs(VMRefresherType refresherType, Guid vmObjectId, VM tempVm, IVmmDbConnection dbConnection)
       at Microsoft.VirtualManager.Engine.BitBos.VMRefresherBase.UpdateHostAndVMs(VMRefresherType refresherType, IVmmDbConnection dbConnection)
       at Microsoft.VirtualManager.Engine.BitBos.VmLightRefresher.RefreshData(HostReference hostRef, Nullable`1& auditTaskId, IVmmDbConnection dbConnection)
       at Microsoft.VirtualManager.Engine.RefreshDriver`1.<>c__DisplayClassa.<RefreshThreadFunction>b__7(IVmmDbConnection _dbConnection)
    ------------- StackTrace from handler --------------
    This is the call stack from where the exception was caught, not where it was thrown.
    at Microsoft.VirtualManager.Utils.Diagnostics.WatsonReport.WriteReportTextFile(TextWriter reportFile)
       at Microsoft.VirtualManager.Utils.Diagnostics.WatsonReport.Send()
       at Microsoft.VirtualManager.Utils.Diagnostics.WatsonExceptionReport.Send()
       at Microsoft.VirtualManager.Utils.Diagnostics.WatsonCenter.ReportException(Exception e, WERReportOptions options, String& localReportPath)
       at Microsoft.VirtualManager.Engine.TaskRepository.TaskRepository.HandleCriticalRefresherFailure(Object sender, CriticalRefreshFailureEventArgs eventData)
       at Microsoft.VirtualManager.Engine.RefreshDriver`1.<>c__DisplayClassa.<RefreshThreadFunction>b__7(IVmmDbConnection _dbConnection)
       at Microsoft.VirtualManager.DB.SqlContext.Connect(Action`1 action)
       at Microsoft.VirtualManager.Engine.RefreshDriver`1.RefreshThreadFunction(Object obj)
       at Microsoft.VirtualManager.Utils.Multithreading.ThrottledThreadPool.<>c__DisplayClass3.<ScheduleNextThread>b__2(Object dummy)
       at System.Threading.ExecutionContext.RunInternal(ExecutionContext executionContext, ContextCallback callback, Object state, Boolean preserveSyncCtx)
       at System.Threading.ExecutionContext.Run(ExecutionContext executionContext, ContextCallback callback, Object state, Boolean preserveSyncCtx)
       at System.Threading.QueueUserWorkItemCallback.System.Threading.IThreadPoolWorkItem.ExecuteWorkItem()
       at System.Threading.ThreadPoolWorkQueue.Dispatch()
    -------------------- Assemblies --------------------
    mscorlib, Version=4.0.0.0, Culture=neutral, PublicKeyToken=b77a5c561934e089
        Location=C:\Windows\Microsoft.NET\Framework64\v4.0.30319\mscorlib.dll
        Module=C:\Windows\Microsoft.NET\Framework64\v4.0.30319\mscorlib.dll
        Version=4.5.27.0
        BuildType=retail
        Product=Microsoft® .NET Framework
    VMMService, Version=1.0.523.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35
        Location=C:\Program Files\Microsoft System Center 2012 R2\Virtual Machine Manager\Bin\vmmservice.exe
        Module=C:\Program Files\Microsoft System Center 2012 R2\Virtual Machine Manager\Bin\vmmservice.exe
        Version=3.2.9013.0
        BuildType=retail
        Product=System Center Virtual Machine Manager Technical Preview
    System.ServiceProcess, Version=4.0.0.0, Culture=neutral, PublicKeyToken=b03f5f7f11d50a3a
        Location=C:\Windows\Microsoft.Net\assembly\GAC_MSIL\System.ServiceProcess\v4.0_4.0.0.0__b03f5f7f11d50a3a\System.ServiceProcess.dll
        Module=C:\Windows\Microsoft.Net\assembly\GAC_MSIL\System.ServiceProcess\v4.0_4.0.0.0__b03f5f7f11d50a3a\System.ServiceProcess.dll
        Version=4.5.27.0
        BuildType=retail
        Product=Microsoft® .NET Framework
    System, Version=4.0.0.0, Culture=neutral, PublicKeyToken=b77a5c561934e089
        Location=C:\Windows\Microsoft.Net\assembly\GAC_MSIL\System\v4.0_4.0.0.0__b77a5c561934e089\System.dll
        Module=C:\Windows\Microsoft.Net\assembly\GAC_MSIL\System\v4.0_4.0.0.0__b77a5c561934e089\System.dll
        Version=4.5.27.0
        BuildType=retail
        Product=Microsoft® .NET Framework
    TraceWrapper, Version=1.0.523.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35
        Location=C:\Program Files\Microsoft System Center 2012 R2\Virtual Machine Manager\Bin\TraceWrapper.dll
        Module=C:\Program Files\Microsoft System Center 2012 R2\Virtual Machine Manager\Bin\TraceWrapper.dll
        Version=3.2.9013.0
        BuildType=retail
        Product=System Center Virtual Machine Manager Technical Preview
    Utils, Version=1.0.523.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35
        Location=C:\Program Files\Microsoft System Center 2012 R2\Virtual Machine Manager\Bin\Utils.dll
        Module=C:\Program Files\Microsoft System Center 2012 R2\Virtual Machine Manager\Bin\Utils.dll
        Version=3.2.9013.0
        BuildType=retail
        Product=System Center Virtual Machine Manager Technical Preview
    NativeMethods, Version=1.0.523.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35
        Location=C:\Program Files\Microsoft System Center 2012 R2\Virtual Machine Manager\Bin\NativeMethods.dll
        Module=C:\Program Files\Microsoft System Center 2012 R2\Virtual Machine Manager\Bin\NativeMethods.dll
        Version=3.2.9013.0
        BuildType=retail
        Product=System Center Virtual Machine Manager Technical Preview
    Engine.IndigoAccessLayer, Version=1.0.523.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35
        Location=C:\Program Files\Microsoft System Center 2012 R2\Virtual Machine Manager\Bin\Engine.IndigoAccessLayer.dll
        Module=C:\Program Files\Microsoft System Center 2012 R2\Virtual Machine Manager\Bin\Engine.IndigoAccessLayer.dll
        Version=3.2.9013.0
        BuildType=retail
        Product=System Center Virtual Machine Manager Technical Preview
    Engine.Common, Version=1.0.523.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35
        Location=C:\Program Files\Microsoft System Center 2012 R2\Virtual Machine Manager\Bin\Engine.Common.dll
        Module=C:\Program Files\Microsoft System Center 2012 R2\Virtual Machine Manager\Bin\Engine.Common.dll
        Version=3.2.9013.0
        BuildType=retail
        Product=System Center Virtual Machine Manager Technical Preview
    System.Core, Version=4.0.0.0, Culture=neutral, PublicKeyToken=b77a5c561934e089
        Location=C:\Windows\Microsoft.Net\assembly\GAC_MSIL\System.Core\v4.0_4.0.0.0__b77a5c561934e089\System.Core.dll
        Module=C:\Windows\Microsoft.Net\assembly\GAC_MSIL\System.Core\v4.0_4.0.0.0__b77a5c561934e089\System.Core.dll
        Version=4.5.27.0
        BuildType=retail
        Product=Microsoft® .NET Framework
    System.Configuration, Version=4.0.0.0, Culture=neutral, PublicKeyToken=b03f5f7f11d50a3a
        Location=C:\Windows\Microsoft.Net\assembly\GAC_MSIL\System.Configuration\v4.0_4.0.0.0__b03f5f7f11d50a3a\System.Configuration.dll
        Module=C:\Windows\Microsoft.Net\assembly\GAC_MSIL\System.Configuration\v4.0_4.0.0.0__b03f5f7f11d50a3a\System.Configuration.dll
        Version=4.5.27.0
        BuildType=retail
        Product=Microsoft® .NET Framework
    System.Xml, Version=4.0.0.0, Culture=neutral, PublicKeyToken=b77a5c561934e089
        Location=C:\Windows\Microsoft.Net\assembly\GAC_MSIL\System.Xml\v4.0_4.0.0.0__b77a5c561934e089\System.Xml.dll
        Module=C:\Windows\Microsoft.Net\assembly\GAC_MSIL\System.Xml\v4.0_4.0.0.0__b77a5c561934e089\System.Xml.dll
        Version=4.5.27.0
        BuildType=retail
        Product=Microsoft® .NET Framework
    Errors, Version=1.0.523.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35
        Location=C:\Program Files\Microsoft System Center 2012 R2\Virtual Machine Manager\Bin\Errors.dll
        Module=C:\Program Files\Microsoft System Center 2012 R2\Virtual Machine Manager\Bin\Errors.dll
        Version=3.2.9013.0
        BuildType=retail
        Product=System Center Virtual Machine Manager Technical Preview
    Remoting, Version=1.0.523.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35
        Location=C:\Program Files\Microsoft System Center 2012 R2\Virtual Machine Manager\Bin\Remoting.dll
        Module=C:\Program Files\Microsoft System Center 2012 R2\Virtual Machine Manager\Bin\Remoting.dll
        Version=3.2.9013.0
        BuildType=retail
        Product=System Center Virtual Machine Manager Technical Preview
    System.Runtime.Serialization, Version=4.0.0.0, Culture=neutral, PublicKeyToken=b77a5c561934e089
        Location=C:\Windows\Microsoft.Net\assembly\GAC_MSIL\System.Runtime.Serialization\v4.0_4.0.0.0__b77a5c561934e089\System.Runtime.Serialization.dll
        Module=C:\Windows\Microsoft.Net\assembly\GAC_MSIL\System.Runtime.Serialization\v4.0_4.0.0.0__b77a5c561934e089\System.Runtime.Serialization.dll
        Version=4.5.27.0
        BuildType=retail
        Product=Microsoft® .NET Framework
    System.Data, Version=4.0.0.0, Culture=neutral, PublicKeyToken=b77a5c561934e089
        Location=C:\Windows\Microsoft.Net\assembly\GAC_64\System.Data\v4.0_4.0.0.0__b77a5c561934e089\System.Data.dll
        Module=C:\Windows\Microsoft.Net\assembly\GAC_64\System.Data\v4.0_4.0.0.0__b77a5c561934e089\System.Data.dll
        Version=4.5.27.0
        Product=Microsoft® .NET Framework
    System.DirectoryServices.AccountManagement, Version=4.0.0.0, Culture=neutral, PublicKeyToken=b77a5c561934e089
        Location=C:\Windows\Microsoft.Net\assembly\GAC_MSIL\System.DirectoryServices.AccountManagement\v4.0_4.0.0.0__b77a5c561934e089\System.DirectoryServices.AccountManagement.dll
        Module=C:\Windows\Microsoft.Net\assembly\GAC_MSIL\System.DirectoryServices.AccountManagement\v4.0_4.0.0.0__b77a5c561934e089\System.DirectoryServices.AccountManagement.dll
        Version=4.5.27.0
        BuildType=retail
        Product=Microsoft® .NET Framework
    System.ServiceModel, Version=4.0.0.0, Culture=neutral, PublicKeyToken=b77a5c561934e089
        Location=C:\Windows\Microsoft.Net\assembly\GAC_MSIL\System.ServiceModel\v4.0_4.0.0.0__b77a5c561934e089\System.ServiceModel.dll
        Module=C:\Windows\Microsoft.Net\assembly\GAC_MSIL\System.ServiceModel\v4.0_4.0.0.0__b77a5c561934e089\System.ServiceModel.dll
        Version=4.5.27.0
        BuildType=retail
        Product=Microsoft® .NET Framework
    Engine.Adhc.Operations, Version=1.0.523.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35
        Location=C:\Program Files\Microsoft System Center 2012 R2\Virtual Machine Manager\Bin\Engine.Adhc.Operations.dll
        Module=C:\Program Files\Microsoft System Center 2012 R2\Virtual Machine Manager\Bin\Engine.Adhc.Operations.dll
        Version=3.2.9013.0
        BuildType=retail
        Product=System Center Virtual Machine Manager Technical Preview
    Engine.TaskRepository, Version=1.0.523.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35
        Location=C:\Program Files\Microsoft System Center 2012 R2\Virtual Machine Manager\Bin\Engine.TaskRepository.dll
        Module=C:\Program Files\Microsoft System Center 2012 R2\Virtual Machine Manager\Bin\Engine.TaskRepository.dll
        Version=3.2.9013.0
        BuildType=retail
        Product=System Center Virtual Machine Manager Technical Preview
    ImgLibEngine, Version=1.0.523.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35
        Location=C:\Program Files\Microsoft System Center 2012 R2\Virtual Machine Manager\Bin\ImgLibEngine.dll
        Module=C:\Program Files\Microsoft System Center 2012 R2\Virtual Machine Manager\Bin\ImgLibEngine.dll
        Version=3.2.9013.0
        BuildType=retail
        Product=System Center Virtual Machine Manager Technical Preview
    VmmHelperHost, Version=1.0.523.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35
        Location=C:\Program Files\Microsoft System Center 2012 R2\Virtual Machine Manager\Bin\VmmHelperHost.dll
        Module=C:\Program Files\Microsoft System Center 2012 R2\Virtual Machine Manager\Bin\VmmHelperHost.dll
        Version=3.2.9013.0
        BuildType=retail
        Product=System Center Virtual Machine Manager Technical Preview
    VirtualizationInterfaces, Version=1.0.523.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35
        Location=C:\Program Files\Microsoft System Center 2012 R2\Virtual Machine Manager\Bin\VirtualizationInterfaces.dll
        Module=C:\Program Files\Microsoft System Center 2012 R2\Virtual Machine Manager\Bin\VirtualizationInterfaces.dll
        Version=3.2.9013.0
        BuildType=retail
        Product=System Center Virtual Machine Manager Technical Preview
    NetworkServiceInterfaces, Version=1.0.523.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35
        Location=C:\Program Files\Microsoft System Center 2012 R2\Virtual Machine Manager\Bin\NetworkServiceInterfaces.dll
        Module=C:\Program Files\Microsoft System Center 2012 R2\Virtual Machine Manager\Bin\NetworkServiceInterfaces.dll
        Version=3.2.9013.0
        BuildType=retail
        Product=System Center Virtual Machine Manager Technical Preview
    ClusterUtil, Version=1.0.523.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35
        Location=C:\Program Files\Microsoft System Center 2012 R2\Virtual Machine Manager\Bin\ClusterUtil.dll
        Module=C:\Program Files\Microsoft System Center 2012 R2\Virtual Machine Manager\Bin\ClusterUtil.dll
        Version=3.2.9013.0
        BuildType=retail
        Product=System Center Virtual Machine Manager Technical Preview
    VMWareImplementation, Version=1.0.523.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35
        Location=C:\Program Files\Microsoft System Center 2012 R2\Virtual Machine Manager\Bin\VMWareImplementation.dll
        Module=C:\Program Files\Microsoft System Center 2012 R2\Virtual Machine Manager\Bin\VMWareImplementation.dll
        Version=3.2.9013.0
        BuildType=retail
        Product=System Center Virtual Machine Manager Technical Preview
    Engine.AuthorizationManager, Version=1.0.523.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35
        Location=C:\Program Files\Microsoft System Center 2012 R2\Virtual Machine Manager\Bin\Engine.AuthorizationManager.dll
        Module=C:\Program Files\Microsoft System Center 2012 R2\Virtual Machine Manager\Bin\Engine.AuthorizationManager.dll
        Version=3.2.9013.0
        BuildType=retail
        Product=System Center Virtual Machine Manager Technical Preview
    Engine.AuthorizationManagerTasks, Version=1.0.523.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35
        Location=C:\Program Files\Microsoft System Center 2012 R2\Virtual Machine Manager\Bin\Engine.AuthorizationManagerTasks.dll
        Module=C:\Program Files\Microsoft System Center 2012 R2\Virtual Machine Manager\Bin\Engine.AuthorizationManagerTasks.dll
        Version=3.2.9013.0
        BuildType=retail
        Product=System Center Virtual Machine Manager Technical Preview
    Engine.Backup, Version=1.0.523.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35
        Location=C:\Program Files\Microsoft System Center 2012 R2\Virtual Machine Manager\Bin\Engine.Backup.dll
        Module=C:\Program Files\Microsoft System Center 2012 R2\Virtual Machine Manager\Bin\Engine.Backup.dll
        Version=3.2.9013.0
        BuildType=retail
        Product=System Center Virtual Machine Manager Technical Preview
    Engine.BitBos, Version=1.0.523.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35
        Location=C:\Program Files\Microsoft System Center 2012 R2\Virtual Machine Manager\Bin\Engine.BitBos.dll
        Module=C:\Program Files\Microsoft System Center 2012 R2\Virtual Machine Manager\Bin\Engine.BitBos.dll
        Version=3.2.9013.0
        BuildType=retail
        Product=System Center Virtual Machine Manager Technical Preview
    System.Management.Automation, Version=3.0.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35
        Location=C:\Windows\Microsoft.Net\assembly\GAC_MSIL\System.Management.Automation\v4.0_3.0.0.0__31bf3856ad364e35\System.Management.Automation.dll
        Module=C:\Windows\Microsoft.Net\assembly\GAC_MSIL\System.Management.Automation\v4.0_3.0.0.0__31bf3856ad364e35\System.Management.Automation.dll
        Version=10.0.9888.0
        BuildType=retail
        Product=Microsoft (R) Windows (R) Operating System
    WsManWrappers, Version=1.0.523.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35
        Location=C:\Program Files\Microsoft System Center 2012 R2\Virtual Machine Manager\Bin\WsManWrappers.dll
        Module=C:\Program Files\Microsoft System Center 2012 R2\Virtual Machine Manager\Bin\WsManWrappers.dll
        Version=3.2.9013.0
        BuildType=retail
        Product=System Center Virtual Machine Manager Technical Preview
    SqmWrapper, Version=1.0.523.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35
        Location=C:\Program Files\Microsoft System Center 2012 R2\Virtual Machine Manager\Bin\SqmWrapper.dll
        Module=C:\Program Files\Microsoft System Center 2012 R2\Virtual Machine Manager\Bin\SqmWrapper.dll
        Version=3.2.9013.0
        BuildType=retail
        Product=System Center Virtual Machine Manager Technical Preview
    Engine.Deployment, Version=1.0.523.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35
        Location=C:\Program Files\Microsoft System Center 2012 R2\Virtual Machine Manager\Bin\Engine.Deployment.dll
        Module=C:\Program Files\Microsoft System Center 2012 R2\Virtual Machine Manager\Bin\Engine.Deployment.dll
        Version=3.2.9013.0
        BuildType=retail
        Product=System Center Virtual Machine Manager Technical Preview
    Engine.Placement.ResourceModel, Version=1.0.523.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35
        Location=C:\Program Files\Microsoft System Center 2012 R2\Virtual Machine Manager\Bin\Engine.Placement.ResourceModel.dll
        Module=C:\Program Files\Microsoft System Center 2012 R2\Virtual Machine Manager\Bin\Engine.Placement.ResourceModel.dll
        Version=3.2.9013.0
        BuildType=retail
        Product=System Center Virtual Machine Manager Technical Preview
    Engine.ImgLibOperation, Version=1.0.523.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35
        Location=C:\Program Files\Microsoft System Center 2012 R2\Virtual Machine Manager\Bin\Engine.ImgLibOperation.dll
        Module=C:\Program Files\Microsoft System Center 2012 R2\Virtual Machine Manager\Bin\Engine.ImgLibOperation.dll
        Version=3.2.9013.0
        BuildType=retail
        Product=System Center Virtual Machine Manager Technical Preview
    Engine.CustomProperties, Version=1.0.523.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35
        Location=C:\Program Files\Microsoft System Center 2012 R2\Virtual Machine Manager\Bin\Engine.CustomProperties.dll
        Module=C:\Program Files\Microsoft System Center 2012 R2\Virtual Machine Manager\Bin\Engine.CustomProperties.dll
        Version=3.2.9013.0
        BuildType=retail
        Product=System Center Virtual Machine Manager Technical Preview
    Engine.VmOperations, Version=1.0.523.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35
        Location=C:\Program Files\Microsoft System Center 2012 R2\Virtual Machine Manager\Bin\Engine.VmOperations.dll
        Module=C:\Program Files\Microsoft System Center 2012 R2\Virtual Machine Manager\Bin\Engine.VmOperations.dll
        Version=3.2.9013.0
        BuildType=retail
        Product=System Center Virtual Machine Manager Technical Preview
    Engine.MomDal, Version=1.0.523.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35
        Location=C:\Program Files\Microsoft System Center 2012 R2\Virtual Machine Manager\Bin\Engine.MomDal.dll
        Module=C:\Program Files\Microsoft System Center 2012 R2\Virtual Machine Manager\Bin\Engine.MomDal.dll
        Version=3.2.9013.0
        BuildType=retail
        Product=System Center Virtual Machine Manager Technical Preview
    System.Web.Services, Version=4.0.0.0, Culture=neutral, PublicKeyToken=b03f5f7f11d50a3a
        Location=C:\Windows\Microsoft.Net\assembly\GAC_MSIL\System.Web.Services\v4.0_4.0.0.0__b03f5f7f11d50a3a\System.Web.Services.dll
        Module=C:\Windows\Microsoft.Net\assembly\GAC_MSIL\System.Web.Services\v4.0_4.0.0.0__b03f5f7f11d50a3a\System.Web.Services.dll
        Version=4.5.27.0
        BuildType=retail
        Product=Microsoft® .NET Framework
    Engine.PxeServer, Version=1.0.523.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35
        Location=C:\Program Files\Microsoft System Center 2012 R2\Virtual Machine Manager\Bin\Engine.PxeServer.dll
        Module=C:\Program Files\Microsoft System Center 2012 R2\Virtual Machine Manager\Bin\Engine.PxeServer.dll
        Version=3.2.9013.0
        BuildType=retail
        Product=System Center Virtual Machine Manager Technical Preview
    Engine.Placement, Version=1.0.523.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35
        Location=C:\Program Files\Microsoft System Center 2012 R2\Virtual Machine Manager\Bin\Engine.Placement.dll
        Module=C:\Program Files\Microsoft System Center 2012 R2\Virtual Machine Manager\Bin\Engine.Placement.dll
        Version=3.2.9013.0
        BuildType=retail
        Product=System Center Virtual Machine Manager Technical Preview
    Engine.P2VCommon, Version=1.0.523.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35
        Location=C:\Program Files\Microsoft System Center 2012 R2\Virtual Machine Manager\Bin\Engine.P2VCommon.dll
        Module=C:\Program Files\Microsoft System Center 2012 R2\Virtual Machine Manager\Bin\Engine.P2VCommon.dll
        Version=3.2.9013.0
        BuildType=retail
        Product=System Center Virtual Machine Manager Technical Preview
    PatchExtractor, Version=0.0.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35
        Location=C:\Program Files\Microsoft System Center 2012 R2\Virtual Machine Manager\Bin\PatchExtractor.dll
        Module=C:\Program Files\Microsoft System Center 2012 R2\Virtual Machine Manager\Bin\PatchExtractor.dll
    Engine.ConfigurationProviders, Version=1.0.523.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35
        Location=C:\Program Files\Microsoft System Center 2012 R2\Virtual Machine Manager\Bin\Engine.ConfigurationProviders.dll
        Module=C:\Program Files\Microsoft System Center 2012 R2\Virtual Machine Manager\Bin\Engine.ConfigurationProviders.dll
        Version=3.2.9013.0
        BuildType=retail
        Product=System Center Virtual Machine Manager Technical Preview
    GatewayInterfaces, Version=1.0.523.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35
        Location=C:\Program Files\Microsoft System Center 2012 R2\Virtual Machine Manager\Bin\GatewayInterfaces.dll
        Module=C:\Program Files\Microsoft System Center 2012 R2\Virtual Machine Manager\Bin\GatewayInterfaces.dll
        Version=3.2.9013.0
        BuildType=retail
        Product=System Center Virtual Machine Manager Technical Preview
    Microsoft.Management.Infrastructure, Version=1.0.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35
        Location=C:\Windows\Microsoft.Net\assembly\GAC_MSIL\Microsoft.Management.Infrastructure\v4.0_1.0.0.0__31bf3856ad364e35\Microsoft.Management.Infrastructure.dll
        Module=C:\Windows\Microsoft.Net\assembly\GAC_MSIL\Microsoft.Management.Infrastructure\v4.0_1.0.0.0__31bf3856ad364e35\Microsoft.Management.Infrastructure.dll
        Version=10.0.9888.0
        BuildType=retail
        Product=Microsoft (R) Windows (R) Operating System
    Microsoft.CapacityManager.Modeling.Store.ModelLibrary, Version=1.0.523.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35
        Location=C:\Program Files\Microsoft System Center 2012 R2\Virtual Machine Manager\Bin\Microsoft.CapacityManager.Modeling.Store.ModelLibrary.dll
        Module=C:\Program Files\Microsoft System Center 2012 R2\Virtual Machine Manager\Bin\Microsoft.CapacityManager.Modeling.Store.ModelLibrary.dll
        Version=3.2.9013.0
        BuildType=retail
        Product=System Center Virtual Machine Manager Technical Preview
    Engine.CustomPropertyTasks, Version=1.0.523.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35
        Location=C:\Program Files\Microsoft System Center 2012 R2\Virtual Machine Manager\Bin\Engine.CustomPropertyTasks.dll
        Module=C:\Program Files\Microsoft System Center 2012 R2\Virtual Machine Manager\Bin\Engine.CustomPropertyTasks.dll
        Version=3.2.9013.0
        BuildType=retail
        Product=System Center Virtual Machine Manager Technical Preview
    Engine.UMOperation, Version=1.0.523.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35
        Location=C:\Program Files\Microsoft System Center 2012 R2\Virtual Machine Manager\Bin\Engine.UMOperation.dll
        Module=C:\Program Files\Microsoft System Center 2012 R2\Virtual Machine Manager\Bin\Engine.UMOperation.dll
        Version=3.2.9013.0
        BuildType=retail
        Product=System Center Virtual Machine Manager Technical Preview
    Engine.Scheduler, Version=1.0.523.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35
        Location=C:\Program Files\Microsoft System Center 2012 R2\Virtual Machine Manager\Bin\Engine.Scheduler.dll
        Module=C:\Program Files\Microsoft System Center 2012 R2\Virtual Machine Manager\Bin\Engine.Scheduler.dll
        Version=3.2.9013.0
        BuildType=retail
        Product=System Center Virtual Machine Manager Technical Preview
    Engine.Tasks, Version=1.0.523.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35
        Location=C:\Program Files\Microsoft System Center 2012 R2\Virtual Machine Manager\Bin\Engine.Tasks.dll
        Module=C:\Program Files\Microsoft System Center 2012 R2\Virtual Machine Manager\Bin\Engine.Tasks.dll
        Version=3.2.9013.0
        BuildType=retail
        Product=System Center Virtual Machine Manager Technical Preview
    Engine.ServiceOperations, Version=1.0.523.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35
        Location=C:\Program Files\Microsoft System Center 2012 R2\Virtual Machine Manager\Bin\Engine.ServiceOperations.dll
        Module=C:\Program Files\Microsoft System Center 2012 R2\Virtual Machine Manager\Bin\Engine.ServiceOperations.dll
        Version=3.2.9013.0
        BuildType=retail
        Product=System Center Virtual Machine Manager Technical Preview
    GoalState, Version=1.0.523.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35
        Location=C:\Program Files\Microsoft System Center 2012 R2\Virtual Machine Manager\Bin\GoalState.dll
        Module=C:\Program Files\Microsoft System Center 2012 R2\Virtual Machine Manager\Bin\GoalState.dll
        Version=3.2.9013.0
        BuildType=retail
        Product=System Center Virtual Machine Manager Technical Preview
    Engine.CloudService, Version=1.0.523.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35
        Location=C:\Program Files\Microsoft System Center 2012 R2\Virtual Machine Manager\Bin\Engine.CloudService.dll
        Module=C:\Program Files\Microsoft System Center 2012 R2\Virtual Machine Manager\Bin\Engine.CloudService.dll
        Version=3.2.9013.0
        BuildType=retail
        Product=System Center Virtual Machine Manager Technical Preview
    WSManAutomation, Version=3.2.9013.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35
        Location=C:\Program Files\Microsoft System Center 2012 R2\Virtual Machine Manager\Bin\WSManAutomation.dll
        Module=C:\Program Files\Microsoft System Center 2012 R2\Virtual Machine Manager\Bin\WSManAutomation.dll
    wmiWrappers, Version=1.0.523.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35
        Location=C:\Program Files\Microsoft System Center 2012 R2\Virtual Machine Manager\Bin\WMIWrappers.dll
        Module=C:\Program Files\Microsoft System Center 2012 R2\Virtual Machine Manager\Bin\WMIWrappers.dll
        Version=3.2.9013.0
        BuildType=retail
        Product=System Center Virtual Machine Manager Technical Preview
    Skuhelper, Version=1.0.523.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35
        Location=C:\Program Files\Microsoft System Center 2012 R2\Virtual Machine Manager\Bin\Skuhelper.dll
        Module=C:\Program Files\Microsoft System Center 2012 R2\Virtual Machine Manager\Bin\Skuhelper.dll
        Version=3.2.9013.0
        BuildType=retail
        Product=System Center Virtual Machine Manager Technical Preview
    System.Transactions, Version=4.0.0.0, Culture=neutral, PublicKeyToken=b77a5c561934e089
        Location=C:\Windows\Microsoft.Net\assembly\GAC_64\System.Transactions\v4.0_4.0.0.0__b77a5c561934e089\System.Transactions.dll
        Module=C:\Windows\Microsoft.Net\assembly\GAC_64\System.Transactions\v4.0_4.0.0.0__b77a5c561934e089\System.Transactions.dll
        Version=4.5.27.0
        Product=Microsoft® .NET Framework
    System.EnterpriseServices, Version=4.0.0.0, Culture=neutral, PublicKeyToken=b03f5f7f11d50a3a
        Location=C:\Windows\Microsoft.Net\assembly\GAC_64\System.EnterpriseServices\v4.0_4.0.0.0__b03f5f7f11d50a3a\System.EnterpriseServices.dll
        Module=C:\Windows\Microsoft.Net\assembly\GAC_64\System.EnterpriseServices\v4.0_4.0.0.0__b03f5f7f11d50a3a\System.EnterpriseServices.dll
        Module=C:\Windows\Microsoft.Net\assembly\GAC_64\System.EnterpriseServices\v4.0_4.0.0.0__b03f5f7f11d50a3a\System.EnterpriseServices.Wrapper.dll
        Version=4.5.27.0
        BuildType=retail
        Product=Microsoft® .NET Framework
    DB.DelegatedAdmin, Version=1.0.523.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35
        Location=C:\Program Files\Microsoft System Center 2012 R2\Virtual Machine Manager\Bin\DB.DelegatedAdmin.dll
        Module=C:\Program Files\Microsoft System Center 2012 R2\Virtual Machine Manager\Bin\DB.DelegatedAdmin.dll
        Version=3.2.9013.0
        BuildType=retail
        Product=System Center Virtual Machine Manager Technical Preview
    Microsoft.CSharp, Version=4.0.0.0, Culture=neutral, PublicKeyToken=b03f5f7f11d50a3a
        Location=C:\Windows\Microsoft.Net\assembly\GAC_MSIL\Microsoft.CSharp\v4.0_4.0.0.0__b03f5f7f11d50a3a\Microsoft.CSharp.dll
        Module=C:\Windows\Microsoft.Net\assembly\GAC_MSIL\Microsoft.CSharp\v4.0_4.0.0.0__b03f5f7f11d50a3a\Microsoft.CSharp.dll
        Version=4.5.27.0
        BuildType=retail
        Product=Microsoft® .NET Framework
    System.Numerics, Version=4.0.0.0, Culture=neutral, PublicKeyToken=b77a5c561934e089
        Location=C:\Windows\Microsoft.Net\assembly\GAC_MSIL\System.Numerics\v4.0_4.0.0.0__b77a5c561934e089\System.Numerics.dll
        Module=C:\Windows\Microsoft.Net\assembly\GAC_MSIL\System.Numerics\v4.0_4.0.0.0__b77a5c561934e089\System.Numerics.dll
        Version=4.5.27.0
        BuildType=retail
        Product=Microsoft® .NET Framework
    DB.TieredPerfCounters, Version=1.0.523.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35
        Location=C:\Program Files\Microsoft System Center 2012 R2\Virtual Machine Manager\Bin\DB.TieredPerfCounters.dll
        Module=C:\Program Files\Microsoft System Center 2012 R2\Virtual Machine Manager\Bin\DB.TieredPerfCounters.dll
        Version=3.2.9013.0
        BuildType=retail
        Product=System Center Virtual Machine Manager Technical Preview
    System.Dynamic, Version=4.0.0.0, Culture=neutral, PublicKeyToken=b03f5f7f11d50a3a
        Location=C:\Windows\Microsoft.Net\assembly\GAC_MSIL\System.Dynamic\v4.0_4.0.0.0__b03f5f7f11d50a3a\System.Dynamic.dll
        Module=C:\Windows\Microsoft.Net\assembly\GAC_MSIL\System.Dynamic\v4.0_4.0.0.0__b03f5f7f11d50a3a\System.Dynamic.dll
        Version=4.5.27.0
        BuildType=retail
        Product=Microsoft® .NET Framework
    System.DirectoryServices, Version=4.0.0.0, Culture=neutral, PublicKeyToken=b03f5f7f11d50a3a
        Location=C:\Windows\Microsoft.Net\assembly\GAC_MSIL\System.DirectoryServices\v4.0_4.0.0.0__b03f5f7f11d50a3a\System.DirectoryServices.dll
        Module=C:\Windows\Microsoft.Net\assembly\GAC_MSIL\System.DirectoryServices\v4.0_4.0.0.0__b03f5f7f11d50a3a\System.DirectoryServices.dll
        Version=4.5.27.0
        BuildType=retail
        Product=Microsoft® .NET Framework
    System.Management, Version=4.0.0.0, Culture=neutral, PublicKeyToken=b03f5f7f11d50a3a
        Location=C:\Windows\Microsoft.Net\assembly\GAC_MSIL\System.Management\v4.0_4.0.0.0__b03f5f7f11d50a3a\System.Management.dll
        Module=C:\Windows\Microsoft.Net\assembly\GAC_MSIL\System.Management\v4.0_4.0.0.0__b03f5f7f11d50a3a\System.Management.dll
        Version=4.5.27.0
        BuildType=retail
        Product=Microsoft® .NET Framework
    --------- Extra Data for Watson Report -------------
    Error Reporting Enabled=True
    *** Extra Data ***
    Process ID = 7204 (0x1c24)
    Managed Thread ID = 74
    Native Thread ID = 14652 (0x393c)
    Alec King Director, Product Management @ Veeam Software

    On Sun, 7 Dec 2014 21:24:57 +0000, Alec 'The' King wrote:
    @Paul Adare, Your replies have zero value. An apology or retraction for your accusation of piracy would have been more appropriate.
    If you don't have any insight to add on the topic of this post, please stop spamming it.
    I did not accuse you of anything. The build in question has been pirated
    and is floating around the Internet and Microsoft has not, in fact released
    the build to the general pubic. Those are facts. I have also been involved
    in various TAP programs over the years and I know that there are dedicated
    support channels for those programs and that you are to use those dedicated
    support channels, not the support channels made available to the public
    releases. Also a fact.
    If you want support for your issues, the only way you're going to get
    that support is what I told you. Whether you choose to avail yourself of
    that support is up to you.
    Paul Adare - FIM CM MVP
    I've seen Sun monitors on fire off the side of the multimedia lab. I've
    seen
    NTU lights glitter in the dark near the Mail Gate. All these things will be
    lost in time, like the root partition last week. Time to die... -- P.
    Gutmann

  • Cant create replica and Hyper V virtual machine management service slow shutting down

    Hi,
    I cant create replica and Hyper V, I go through the process and all looks good it even starts to create the hard disk but it stops at 4096K and the wizard just keeps going.
    The management console is also slow or wont load virtual machines - stuck on loading virtual machines
    The Hyper V virtual machine management service slow shutting down over 30 minutes on re boot of Hyper V core 2012 R2
    Any ideas ?

    Hi Sir,
    I assume that you have a standalone hyper-v server 2012R2 and you are using hyper-v manager to manage the hyper-v host .
    Which system you are using to manage hyper-v host , win8 or win8.1 or other ?
    Have you created VMs on the HOST ?
    I would suggest  you to create vhd or someother operation on hyper-v host directly  to check the result .
    Best Regards
    Elton Ji
    We
    are trying to better understand customer views on social support experience, so your participation in this
    interview project would be greatly appreciated if you have time.
    Thanks for helping make community forums a great place.

  • Windows 10 Technical Preview - There is NO "Hyper-v Virtual Machine Management" service???

    hi all,
    There's no such Windows Topic as "WTP Virtualization", so I post this thread here, a somewhat "VIRTULIZATION" related.
    I installed WTP (not server) x64 enterprise 9879, and added "Hyper-v Management" feature (management only, without Hyper-v core) in Control Panel. Then I found that there was no "Hyper-v
    Virtual Machine Management" in Services panel, and there was no such file "c:\windows\system32\vmms.exe". Therefore I cannot connect to Windows Server 2012 R2 Hyper-v through WTP Hyper-v Manager.
    I confirm the reason is what I state above. Firewall rules are properly configured on both Hyper-v server and WTP. I also used hvxxxx.wsf to configre anondcom to be "allow". When
    I connect WS 2012 R2 through WTP, Hyper-v manager on WTP says "Please confirm VMMS server is running".
    Is it a bug, or lack of implementation, or restriction of preview edition?
    Any suggestion is appreciated! Thanks!

    Okay,  I turned off hyper-v, went to bios and enabled Intel TXT(LT-SX) Configuration.  Made sure that both Virtualization and VT for Direct I/0 are on.  Next, I turned on Hyper-V and I create a brand new Virtual Machine call Windows8 and had
    the DVD point to Windows8 ISO file on hard drive.  When I clicked on start, it stayed in the Starting status mode for about 5 minutes.  Then of course it failed.  I looked at the Hyper-V-VMMS log and here is what it output:
    Log Name: Microsoft-Windows-Hyper-V-VMMS/Admin
    1) Error: The virtualization infrastructure driver (VID) is not running.
    2) Info:  Found a certificate for server authentication. Remote access to virtual machines is now possible.
    3) Info:  Successfully started the Virtual Machine migration connection manager.
    4) Info:  Virtual Machine Management service is started successfully.
    5) Info:  The WMI provider 'VmmsWmiInstanceAndMethodProvider' has started.
    6) Info:  The WMI provider 'VmmsWmiEventProvider' has started.
    7) Info:  The WMI provider 'VmmsWmiInstanceAndMethodProvider' has started.
    8) Info:  The WMI provider 'VmmsWmiEventProvider' has started.
    9) Info:  The Integration Services Setup Disk image was successfully updated.
    10) Error: The virtual machine bus is not running.
    11) Error: 'Virtual Machine Bus' driver required by the Virtual Machine Management service is not installed or is disabled. Check your settings or try reinstalling the Hyper-V role.
    12) Error: 'Storage Virtualization Service Provider' driver required by the Virtual Machine Management service is not installed or is disabled. Check your settings or try reinstalling the Hyper-V role.
    13) Error:  The Virtual Machine Management Service failed to start the virtual machine 'Window8' because one of the Hyper-V components is not running (Virtual machine ID 2B393AF4-7B7E-4243-805B-23C09D20F4FB).
    14) Error:  'Window8' failed to start. (Virtual machine ID 2B393AF4-7B7E-4243-805B-23C09D20F4FB)
    Nick

  • Need to access the Power shell within Virtual Machine Manager.

    Hi all, I have a VM that shuts down everyday between 9-10PM.  I would like to get a script to start it up at 11PM.  However, the issue I have that if i run the powershell command "start-vm -servername" from the Powershell within the Virtual
    machine manager it works without an issue.  However I can not get my script to use that powershell.  If I use the normal powershell, that command does not work.  Hopefully that makes sense.
    I'm running Windows server 2008 R2 standard with VMM 2008 R2.
    The VM is being decommissioned in Q1 2015, so this would be the most cost effective way to restore functionality.
    Any help would be greatly appreciated.
    Gurmukh

    Hi Noah, thanks for the response, here is the output from that command.  As you may have guessed I'm a powershell newbie
    PS C:\Users\gurmukh-admin> get-module -list
    ModuleType Name                      
    ExportedCommands
    Manifest   ADRMS                    
    Manifest   AppLocker                
    Manifest   BestPractices            
    Manifest   BitsTransfer              
    Manifest   FailoverClusters          
    Manifest   PSDiagnostics            
    Manifest   ServerManager            
    Manifest   TroubleshootingPack       {}
    Manifest   WebAdministration        
    I'll have to google on how to import a module.
    Gurmukh

Maybe you are looking for

  • How to change path for Ev4Excel.xla

    Dear All, I'm trying to execute predefined BPF - custom menu (ProcessFunctions.xls). Whenever if click e.g. on Back, forward, open a file following similar message is being prompted: Macro 'E:\Program Files\BPC\Ev4Excel.xla'!'EvMacroCall "OPENFILE","

  • How to properly shut down xserver?

    Hi, Sorry I'm not a experienced linux user. When i complete xsession, xserver will return the following errors. I dont know what I have to do. I looked on the internet, but I found a solution. I use openbox windows manager. I can not further describe

  • IPhone 5 Battery exchanging program

    Hello everyone! I have got the iPhone 5 and checked by the serial number if it belongs to the battery exchanging program of Apple. It does. And now my question is: If I let the battery get exchanged, will Apple update the software? Because I do not w

  • Prerequisites for Information Broadcasting

    Dear all Please provide me with the prerequisites for Information broadcasting  from BI Regards Aparnna

  • How / where to learn ADDT

    Hi: Can you please tell me where I can learn how to use the ADDT. I know how to do simple things but not how to make it really work for me. Any feedback will be highly appreciatted.