VLAN ID not shown in SCVMM 2012 R2

After upgrading to SCVMM 2012 R2 (from SCVMM 2012 SP1)
The VLAN ID isn't showing anymore, i know its still there because its showing in Hyper-V Manager.
When you change the VLAN ID it does apply the settings (i can verify in Hyper-V manager) but it still does not show it.
Hyper-V Host: Windows 2008 R2
SCVMM Host:  Windows 2012 R2
Using the combination SCVMM 2012 R2 and Hyper-V 2012 R2 there is no issue and it shows the VLAN ID.

Hello,
When you're trying to check the network configuration using VMM powershell commands, does it shows the vLan id or not ?
ipmo virtualmachinemanager
Get-SCVirtualMachine -Name <yourvm> | Get-SCVirtualNetworkAdapter
#or
(Get-SCVirtualMachine -Name <yourvm> | Get-SCVirtualNetworkAdapter).VLanID
If so, the issue is only related to the GUI console (I have seen that with some network-related features in RTM of VMMR2, but was working in Powershell).
For those who gets issues with Live-Migrations in R2, can you try to perform the same using powershell ?
ipmo virtualmachinemanager
$VM = Get-SCVirtualMachine -Name <yourVM>
$VMHost = Get-SCVMHost -Name <yourhyperv>
Move-SCVirtualMachine -VM $VM -VMHost $VMHost
Hope this can help as workaround.
Guillaume

Similar Messages

  • Equal logic Storage not Integrating with SCVMM 2012 R2

    Hi,
    I am using Equal logic 6210 with firmware 7.0. I also installed Hit Kit 4.7 on my SCVMM servers (in High Availability Cluster) and direct access to my ISCSi san subnet.
    I am facing issue in adding storage to my SCVMM 2012 R2, after running below commands i am able to see Storage Proivder in SCVMM but no success in adding storage in Array tab of scvmm.
    Please guide me , see attached screen shots
    Import-Module -Name 'C:\Program Files\EqualLogic\bin\EqlPSTools.dll'
    New-EqlGroupAccess -GroupName Group -GroupWKAddress 192.168.1.5 -MgmtWKAddress 10.1.1.5 -UserName grpadmin -Password testpwd 
    Update-StorageProviderCache
    Import-SCStorageProvider
    Afzal Munir
    <ADMIN NOTE: Phone number removed per privacy policy>

    Hi Kevin
    I am struggling with the same thing during bare metal installs of Hyper-V hosts. In my case I have managed to narrow it down to the language settings in the oobe pass. If I include them, parsing of the unattend file halts (without an explicit error anywhere)
    and the host fails to join the domain. Could you try to leave out the language settings in oobe pass and see if it then completes as expected? Would be interesting to see if it actually is the same issue with a slightly different flavour :)
    EDIT: Got a bit further now with the new release of WS2012 R2. All the testing I've done has been with the 05182 build. Stumbled across KB2913316 which stated that a new build (31419) was released december 11th. Allthough the KB does not directly apply to our
    issue I thought I'd give it a go, so I went about building a new vhdx-image. Low and behold - the first test went smoothly applying all the settings in the unattend file! I'm going to continue testing to make sure the successful run wasn't just a fluke.

  • The host not "detected" in SCVMM 2012 fabric

    I have a previously joined cluster host - eusaavh0106D and evict the cluster for some troubleshooting reason.  Now i rejoin the host eusaavh0106D and eusaavh0106E into cluster and surprisingly the node D is not detected.   i have reboot the host,
    reboot the SCVMM but problem persists.  
    I have uninstall the scvmm service from host D and also no helping.
    Any idea?   
    

    Hi RaymondHS,
    Did you follow the following article to remove/add cluster node via VMM :
    http://technet.microsoft.com/en-us/library/gg610667.aspx
    http://technet.microsoft.com/en-us/library/gg610682.aspx
    Re-add the cluster still can't discover that node ?
    Best Regards,
    Eton 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.

  • BUG? when Using SCVMM 2012 R2 SP1 RU2 to move a vm and change vlan setting,vlan setting on hyper-v was not changed

    1. when i use scvmm 2012 r2 sp1 ru2 to move a vm to another host(with no vlan trunk ) and change vlan 2 to vlan disabled. the network of vm was lost,when i check the network property on hyper-v management console ,i saw the vlan still the original setting,
    but when i check the network propery on scvmm ,the vlan setting shows disabled,then i refresh the vm on scvmm console,the vlan setting shows vlan 2.
    image 1, move a vm and change vlan settings to be disabled.
    image 2. after vm was moved to another host ,the vm vlan settings shows on hyper-v console
    yoke88
    IM:[email protected]

    Hi,
    in 2012 R2 UR2 there is already one bug fix regarding the vlan's. This can be a different problem. I would suggest to post this question to 
    https://connect.microsoft.com/WindowsServer/SC_Public
    Regards,
    Cengiz Kuskaya

  • VLAN trunking on Hyper-V from SCVMM 2012 R2

    hi All, 
    I have a multiple Hyper-V host, each hyper-V host have 2 physical NIC, 1 Physical NIC connected to Management Network, and the other 1 Physical NIC connected to Production LAN.
    We have 5 VLAN ID in Production LAN,
    based on my experience we can set VLANID's on Network Adapter in VM level, and also we can set VLAINID's on Virtual Switch but only for single VLAN not multiple VLAN.
    The question are as following:
    1. Can we set Trunk on Virtual Switch from SCVMM 2012 R2 console? On this article http://technet.microsoft.com/en-us/library/hh848475.aspx, we can set Trunk for VM by using Set-VMNetworkAdapterVlan, not for virtual switch.
    2. In SCVMM, we can create Logical Network put the VLAN and subnet, create Logical Switch, port profile, port classification,  and associate the Logical Switch to Logical Network. Then we need to add the Logical Network to Hyper-V host. is it means
    that the logical switch become Trunk mode?
    Regards,
    Endrik
    Endrik | blog: itendrik.wordpress.com 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.

    Hi Lopez, 
    Ya, just create vswitch without vlanid, then add vlan id on VM network adapter, and config the switch port behind the server. It's just work.
    thanks
    Endrik
    Endrik | blog: itendrik.wordpress.com 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.

  • ENABLE VLAN ID GYREYED OUT IN VM PROPERTIES IN SCVMM 2012 SP1

    Dear All,
    I have a strange issue with Hyper-V SCVMM 2012 SP1. "Enabled VlanID" is greyed out if I take VM properties in SCVMM 2012 SP1. But at the same time I am able to change it in Hyper-V host! strangely it doesn't happen to all VMs! Any help is appreciated
    as google doesn't give me any fruitful answer. appreciate your great support.
    Regards,

    Are you using logical networks for all your networks in SCVMM?  That is where the VLAN ID would be set for any network defined as a logical network.  If you do not have it defined as a logical network, you would be able to set the VLAN ID.
    It does not surprise me at all that you can get to it within Hyper-V Manager.  When you install clustering and SCVMM, these are hierarchical management tools, and you should always manage from the highest level down.  Generally only go to a lower
    level when the highest level says to.  SCVMM is highest and Hyper-V Manager is lowest.  If you make changes at a lower level, it might not be reflected properly in the higher level until some sort of refresh occurs.
    .:|:.:|:. tim

  • VMware ESX Cluster Port Groups not Replicated as Network Sites in SCVMM 2012 Logical Switch

    To whom it may concern,
    We have added our ESX 4.1 Update 2 Cluster that's being managed by VMware vCenter to SCVMM 2012 because we want to create a private cloud and use the resources of the ESX cluster. SCVMM is replicating all the vSwitch from the ESX cluster as a logical network
    but it's not replicating the port groups on the vSwitch as Network Sites associated to the Logical Network.
    May you please advise or confirm that this is the normal behaviour of SCVMM? Or is there any way that SCVMM would be able to recognize the port groups associated to the ESX vSwitch and replicate it a a Networks Sites associated to Logical Switches?
    Your prompt response will be greatly appreciated.
    Thanks in advance!

    Hi Graham,
    Thanks for your reply. 
    I understand that we need to configure the port groups in the vCenter server but SCVMM is only replicating the vSwitch as a Logical Network but not the port groups. It should also replicate the port group as a network site associated to the logical network.
    On our VMware environment, we have port groups on different VLANs and being mapped to one physical NIC. When creating a VMware VM in a private cloud with a self-service user role we can't select the option to connect the port group that we've created from
    the vCenter server. The only option it gives is the logical network (vSwitch) not the port groups within that logical network (vSwitch). Even if we create network site within the logical network (with assigned VLAN) in SCVMM, it randomly selects the port group
    within the VMware vSwitch when we create a VM. We need the users with a self-service role to be able to select the port group from our vSwitch to assign the virtual NIC of the VM to a specific port group. In this way, they don't have to call or email us to
    assign the VM to a port group.
    I still don't understand why SCVMM does not map the port groups we've created from VMware vCenter server with user that has a self-service role. Is there any other way so that we can map the port group automatically to SCVMM? 
    Please advise. Thanks!

  • Some fonts are not shown correctly in LabVIEW 2012

    I found a bug related with fonts in LabVIEW2012 f3 KR.
    - When I select NI7SEG in font selection dialog, right font is not shown in the example box.
    - Draw text at point.vi shows same problem for some fonts while other fonts are working.
    I reported it to Korean NI. As far as I know, this was not reported in previous versions and I couldn't find any related documents in Google. 
    So, here I would like to know whether it is related with only Korean version. Please let me know if English version is OK. 
    * OS: Windows 7 32bit KR

    Just now, I installed LabVIEW 2012 f3 (32-bit, English) and checked for the issue. But the font(NI7SEG) was not shown properly in VI either.
    - Both of Korea and English version of LabVIEW 2012 on Win 7 Korea OS shows wrong results. It is same on 64-bit OS.
    - LabVIEW 2010 but on same PC shows correct fonts.
    Is there a limit of number of fonts in LabVIEW? There are more than 100 fonts are shown in the "Selection Font" dialog and I can divide them into 3 groups by sequential order. I find that all fonts in the 3rd group are not applied correctly.
    (1st group)
    Arial Unicode MS...
    Bookshelf Symbol 3....
    Windings 3
    (2nd group)
    @Arial Unicode MS...
    @Terminal
    (3rd group)
    Arial...
    Consolas...
    Courier...  
    Licida Console... 
    NI7SEG...
    Verdana

  • 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/

  • SCVMM 2012 R2 RU3 - Live storage migration failing with error 12711 if cluster resource name is not in form of "SCVMM vmname "

    At the end of live storage migration in SCVMM 2012 R2 RU3 getting error:
    Error (12711)
    VMM cannot complete the WMI operation on the server (hypervhost1.domain.local) because of an error: [MSCluster_Resource.Name=&quot;SCVMM test-vm&quot;] The cluster resource could not be found.
    The cluster resource could not be found (0x138F)
    Recommended Action
    Resolve the issue and then try the operation again.
    Storage migration actually succeeds and after Repair/Ignore and Refresh, the VM shows up ok in VMM, with the VHD in new location.
    If VM is offline, storage migration always succeeds. Live (non-storage) migration always succeeds.
    I noticed in the error message that it searches for cluster resource name "SCVMM test-vm" and for some VMs I've got different cluster resource names.
    Like for this VM cluster resource names are:
    Virtual Machine test-vm
    Virtual Machine Configuration test-vm
    Furthermore, those resource names are showing up correctly in [VirtualManagerDB].[dbo].[tbl_WLC_VMInstance] table, columns VMResource and VMConfigResource.
    Anyone knows why SCVMM keeps searching for "SCVMM test-vm" and how to fix this without recreating cluster resources?

    Ok, you have the same problem and same configuration that this post:
    https://social.technet.microsoft.com/Forums/systemcenter/en-US/853c021f-dd0a-4d88-a7c1-72bb8d4d0591/hyperv-cluster-live-migration-does-not-work-anymore-after-ur5-installation?forum=virtualmachingmgrhyperv#b5ae914f-7b52-4cea-86ef-a64ce4b32bb0
    This problem occurs will old and new vm?

  • SCVMM 2012 R2 Bare-Metal-Deployment not starting

    Hey!
    I have a W2K12 R2 Server with SCVMM 2012 R2 CU4 and enabled WDS-Role.
    The Server ist already registered as a PXE-Server within SCVMM.
    When I start a Bare-Metal-Deplyoment, it fails during DeepDiscovery, because it's not booting into the Bootimage using PXE.
    I had to set DHCP-Options 66 (SCVMM-IP) and 67 (boot\x64\wdsnbp.com).
    The VMM OSD Provider is installed. Below is the output of wdsutil /get-server /show:config I have also checked the path (D:\RemoteInstall\DCMgr\bin\OSDPxeProvider.dll) for the .dll
    WDS PXE Providers:
         Name: VMMOSDProvider
         Path: D:\RemoteInstall\DCMgr\bin\OSDPxeProvider.dll
         Order: 1
         Critical: Yes
         Name: WDSDCPXE
         Path: C:\Windows\system32\wdsdcpxe.dll
         Order: 2
         Critical: No
    Within WDS PXE is configured to respond only to knwon Clients (or not to any)
    In the WDS-EventLog I Receive the following error:
    The following client attempted to boot from PXE but was ignored because it is not recognized: 
    Hardware Address: 40-F2-E9-C3-71-74
    IP: 192.168.222.5
    Device ID: {2740D0D9-885B-11E4-AF74-40F2E9C37170}
    ClientArchitecture: 1
    Prestaged: false
    The Device GUIDs are matching between VMM and the Device.
    Do you havbe any further Ideas?
    Kind Regards
    jojo

    Hi Sir,
    As the title you posted , it is VMM bare-metal-deployment .
    Please refer to following artiles for VMM bare-metal-deployment :
    https://technet.microsoft.com/en-us/library/gg610658.aspx
    http://borgamentes.blogspot.in/2013/09/bare-metal-deployment-with-vmm-2012-sp1.html
    Hope it is helpful to you .
    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] .

  • SCVMM 2012 R2 HyperV host not pulling PA (Provider Address) when running NVGRE enabled VMs

    Hello,
    I have a SCVMM 2012 R2 NVGRE enabled environment that I setup according to Kristian Nese's "Hybrid Cloud with NVGRE" guide. 
    I have a "Compute" host group setup in SCVMM that is using a Failover Cluster of two WS2012R2 servers that have a iSCSI LUN for VM storage. The cluster itself working fine.
    There is a "Gateway" host group that has one server in it being used for the NVGRE Gateway. 
    The problem I am having is that any VMs I deploy on a VM network that has network virtualization enabled on the PA Network cannot access the internet. The NVGRE Gateway can access the internet just fine. The VMs pull PA addresses and CA addresses correctly.
    The NVGRE gateway host pulls a PA address fine. The only thing that I can tell that is not working correctly is that when I run "get-netvirtualizationprovideraddress" on a hyperv host that has VMs that are using a network with virtualzation enabled,
    it doesn't return any output. Also, when I run "get-netvirtualizationlookuprecord" on the NVGRE host, it does not list the two hyperv "Compute" nodes at all. So, as far as I can tell, the two VM host servers are not pulling a Provider Address.
    But, I have read that they are supposed to automatically pull a PA address as soon as a VM using network virtualization is deployed and running.
    I've been working on this for the last week, and I'm at a complete loss. I have no idea where to go from here. Any help would be much appreciated.
    Thanks!

    Also, I have tried to redeploy other test VM networks, VMs, and the PA Network itself and it still doesn't work. 
    Any ideas?

  • SCVMM 2012, Conntect via conosle does not work when logged in with specified credentials

    Hi all
    I have a problem with the SCVMM 2012 console. When I start the console I select the "Specify credentials" option and then I enter my admin credentials. Afterward the console opens
    and everything works except the "Connect via Console" function.
    When I try to connect to a VM I get the following message:
    Virtual Machine Manager lost the connection to the virtual machine for one of the following reasons: Another connection was established to the console of this machine. The virtual machine has been shut down or put into the saved state. The user credentials
    provided do not have the necessary privilege to connect (0x0003, 0x0300)
    It seems that the Virtual Machine Viewer runs not under the admin credentials which I enter at the beginning and therefore the console cannot connect.
    Has someone the same issue ? Is it by design that the console connection does not work with specified credentials or is a sort of a bug or error ?
    Thx
    J0fe

    Being new to SCVMM, I've just come across this issue myself, though I came to a different (not necessarily better, but good enough for me) resolution.
    I have a somewhat convoluted but not abnormal configuration where the SCVMM server lives in a separate untrusted forest to that which the Hyper-V Server hosts live.
    As people have noted in this and other threads, the VirtualMachineViewer.exe process launches in the same security context with which you logged onto your pc. While the VmmAdminUI.exe process also runs in the same security context,
    the network logon it issues makes use of the credentials provided at the SCVMM MMC's logon screen, which VirtualMachineViewer.exe does not.
    I elected to use Credential Manager to resolve this issue.
    In Credential Manager, I created a "Windows Credential" entry where the hostname matched the FQDN of the hostname that appears within SCVMM as the virtual host entry. Using an IP does not match if you've used an FQDN in the SCVMM
    registration, and vice versa. If you used an IP for the host in SCVMM, then you need to supply that IP as the hostname in Credential Manager, and likewise if you used a FQDN.
    This solution isn't perfect as it requires you to manage numerous Credential Manager entries (one per host), but that still appealed to me far more than one per guest. If I had a larger environment, I'd script the account configuration
    given it only needs to happen once per host, rather than on an ongoing basis of once per guest as some of the above approaches would require.
    I haven't tested the different combinations to verify the least permissions required. For the time being I've gone with the model of using a non-privileged domain user account (to avoid managing multiple identities and passwords)
    which I added to the local Administrators group of each Hyper-V Server host. This stuck me as being a sound enough compromise between rigid security and ease-of-administration (given the per host arrangement in Credential Manager).
    With the account correctly specified in Credential Manager, I'm able to move on past the 0x0003 error and successfully use the remote function.
    If I was to point out an upside to this, it would be that this approach would allow me to remote Hyper-V servers in untrusted forests (including workgroups), which is something I couldn't do if the VirtualMachineViewer.exe process
    did in fact use my SCVMM credentials alone. Ultimately, that's something you have to come to terms with yourself, though.
    Cheers,
    Lain
    Thanks a bunch Lain, this helped! I'd still consider this a bug, however, and not a workable solution for a large number of servers/admins... But for now this does the trick, thanks!

  • SCVMM 2012 R2 VM on SMB 3.0 file share cloning is not offloaded and painfully slow

    I setup a test environment, it appears the SCVMM always use BITS to clone VM that was painfully slow
    SCVMM1: SCVMM 2012 R2 with the latest windows update
    VHOST1 and VHOST2: Hyper-V Host. Windows Server 2012 R2 with the latest update
    SERVER1: Windows File server, with Windows Server 2012 R2 with the latest update. The storage is a single 512GB SSD.
    All VMs are located at a file share on SERVER1, the share is managed by SCVMM1 also.
    All computers have plenty of RAM (8G+) and modern processor. The individual I/O benchmark on SERVER1 is typical SSD speed.  Each VHOST has dedicated NIC for VM use. Each
    server has two gigabit NICs on same switch for data.
    The step to reproduce:
    1. Create a Windows 7 x86 VM on VHOST1 and install OS on it.  The VM is placed on the SERVER1 file share.  It runs well. no problem, VM performance is good.
    2. In SCVMM console, right clicks the VM and select "Create Clone", the deployment target is on the same SMB share as the source VM.  
    Actual:  It appears SCVMM clone the VM files with BITS, it is painfully slow. All data travel through network. Estimated 30 minutes for 30GB file!
    Expected result: SCVMM uses SMB 3.0 to make the copy. The source and destination are on the same SMB 3.0 share. The transfer of data should be offloaded by SERVER1, instead of reading all data then write it back cross network. (And from unknown reason the
    BITS is even much slower than network file copy).
    Did I miss anything? Any way to force SCVMM to do such offload copy?  Any help would be appreciated.

    Hi acacac1,
    >>Actual:  It appears SCVMM clone the VM files with BITS, it is painfully slow. All data travel through network. Estimated 30 minutes for 30GB file!
    Did you try to disable BITS then clone the VM again for test ?
    Any further information please feel free to let us know .
    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] .

  • Unable to reinstall SCVMM 2012 R2 during database migration - access denied to VMMDKM container

    I'm trying to migrate my SCVMM 2012 R2 DB to a new SQL 2012 server. As per TechNet article http://technet.microsoft.com/en-us/library/dn469626.aspx,
    I uninstalled VMM, which went without a problem. During the reinstall, setup fails with "Unable to create or access the Active Directory container CN=VMMDKM,CN=System,DC=feroscare,DC=local. Access is denied. Specify the distinguished name
    for the container and verify that you have GenericRead|CreateChild|WriteProperty rights on the container." - as is shown in the setup log below.
    I'm trying to use the same account as the service account and to connect to the database. I'm logged into the VMM server as that user account (and running setup as that account). I have verified that the account has full control over the VMMDKM container
    and all descendant objects. I've also added these permissions for the VMM server's computer account, although I'm not sure that's necessary.
    VMM server is running Win 2012 R2, SQL server is 2012 running on Win 2012 R2. Domain controller is running 2008 R2 with AD at the 2003 functional level.
    Please can anyone please advise what to do next to troubleshoot this?
    What seem to be the relevant lines from the VMM setup log:
    "12:33:04:Error:SetupDKM method threw. See inner exceptions, Exception Type: System.DirectoryServices.DirectoryServicesCOMException, Exception Message: A constraint violation occurred.
    12:33:04:StackTrace:   at System.DirectoryServices.DirectoryEntry.CommitChanges()
       at Microsoft.Incubation.Crypto.GroupKeys.ADRepository.AddAccessRule(IdentityReference identityReference, ActiveDirectoryRights rights)
       at Microsoft.VirtualManager.Setup.DKMHelper.SetupDKM(String containerName, String topContainerName)
    12:33:04:VMMPostinstallProcessor threw an exception: Threw Exception.Type: Microsoft.VirtualManager.Setup.Exceptions.BackEndErrorException, Exception.Message: Unable to create or access the Active Directory container CN=VMMDKM,CN=System,DC=feroscare,DC=local.
    Access is denied.
    Specify the distinguished name for the container and verify that you have GenericRead|CreateChild|WriteProperty rights on the container.
    12:33:04:StackTrace:   at Microsoft.VirtualManager.Setup.DKMHelper.SetupDKM(String containerName, String topContainerName)
       at Microsoft.VirtualManager.Setup.DKMHelper.SetDKM(Boolean isDKMEnabled)
       at Microsoft.VirtualManager.Setup.InstallItemCustomDelegates.PangaeaServerPostinstallProcessor()
    12:33:04:InnerException.Type: System.DirectoryServices.DirectoryServicesCOMException, InnerException.Message: A constraint violation occurred.
    12:33:04:InnerException.StackTrace:   at System.DirectoryServices.DirectoryEntry.CommitChanges()
       at Microsoft.Incubation.Crypto.GroupKeys.ADRepository.AddAccessRule(IdentityReference identityReference, ActiveDirectoryRights rights)
       at Microsoft.VirtualManager.Setup.DKMHelper.SetupDKM(String containerName, String topContainerName)
    12:33:04:ProcessInstalls: Running the PostProcessDelegate returned false.
    12:33:04:ProcessInstalls: Running the PostProcessDelegate for PangaeaServer failed.... This is a fatal item.  Setting rollback.
    12:33:04:SetProgressScreen: FinishMinorStep.
    12:33:04:ProcessInstalls: Rollback is set and we are not doing an uninstall so we will stop processing installs"
    Thanks in advance!

    Hi new_guise,
    Please refer to following link regarding "Reinstalling VMM with a Retained Database" :
    http://technet.microsoft.com/en-us/library/cc764334.aspx
    Also please refer to following article regarding that error message :
    http://support.microsoft.com/kb/2721457
    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] .

Maybe you are looking for

  • As a new MacBook user I plug in my USB Flash Drive but don't know how to access its contents. Please help. Thanks.

    as a new MacBook user, when inserting my USB Flash Drive, I do not know how to access its contents. Please help. Thanks.

  • Sorry, we ran into a problem

    I installed Ultimate 2013 for free. I had a license a year ago. It is now expired. However my free license for 90 days should still work. I entered my code to run it, and I get the dialog Sign in to Visual Studio. I entered my Windows account and the

  • Ovi Sync Problem

    Hey guys ,                 Whenever i`m trying to sync my N8 with the OVI application the error comes every time .... I don't no why this is happening ????? I tried so many time but it failed to do that.... I`ve attached the picture which is showing

  • Oracle SOA Suite 10g Installation Error

    The installation of SOA Suite in Solaris 5.10 ends with the following error. I would really appreciate if anyone could help me solve it. The content of ~/oraInventory/logs/oraInstall2008-04-17_02-22-00PM.out: Oracle JAAS [Thu Apr 17 14:27:05 MSD 2008

  • How to set "Resource references" ?

    Hi, I'm a novice on EJB. I want to use EntityBean to access a Cloudscape database. I create a database named "MyDB" in a directory C:\db. When using J2ee deploy tool to build a enterprise bean, I need to specify the coded name of "Resource Refs". Can