VMM 2012 UI crashes when I select Properties on a existing VM

Answered VMM 2012 UI crashes when I select Properties on a existing VM

  • 2011年4月11日 下午 08:32
     
     

    Hi there,

    my VMM 2012 crashes when I select the Properties on a VM that existed before I installed VMM 2012. On new VMs that I create with VMM 2012, this does not happen.

    The error I get is:

    Description:

    Stopped working

    Problem signature:

    Problem Event Name: CLR20r3

    Problem Signature 01: vmmadminui.exe

    Problem Signature 02: 1.0.523.0

    Problem Signature 03: 4d73efd9

    Problem Signature 04: mscorlib

    Problem Signature 05: 2.0.0.0

    Problem Signature 06: 4ca2b851

    Problem Signature 07: 20c8

    Problem Signature 08: 100

    Problem Signature 09: N3CTRYE2KN3C34SGL4ZQYRBFTE4M13NB

    OS Version: 6.1.7601.2.1.0.274.10

    Locale ID: 1033

    Read our privacy statement online:

     

    http://go.microsoft.com/fwlink/?linkid=104288&clcid=0x0409

    If the online privacy statement is not available, please read our privacy statement offline:

     

    D:\windows\system32\en-US\erofflps.txt

    Has anyone seen this before?

    Thanks,

    Gunter

所有回覆

  • 2011年4月12日 上午 01:52
    版主
     
     已答覆

    Thank you for partnering with us to test our beta software.  This exact issue has been raised previously and we are actively investigating this issue.  I encourage you to report anything else that you find on our Connect (http://connect.microsoft.com/) site. 

    ________________________________________________________________________________________________________

    Best Regards, Mike Briggs [MSFT] – Posting is provided "AS IS" with no warranties, and confers no rights

     

  • 2011年8月5日 上午 08:35
    版主
     
     

    http://fawzi.wordpress.com/2011/06/17/vmm-2012-vm-properties-crash-the-console/

    This is a known issue with the Beta. You can run the following script on the VMM Server to prevent the crash:

    Get-SCVirtualMachine | where {$_.HostType -eq "VMHost"} | Get-SCVirtualNetworkAdapter | where {$_.logicalnetwork -eq $null} | Set-SCVirtualNetworkAdapter –NoLogicalNetwork


    Mohamed Fawzi | http://fawzi.wordpress.com
  • 2012年5月30日 下午 06:50
     
     
    • 已編輯 Forch 2012年5月30日 下午 06:52 typo
    •