SCVMM 2012 R2 UR4 Running Dynamic Optimizer Fails

After updating to UR4, running the dynamic optimizer on two of my four clusters fails. The problem appears to be related to networking and is a "Object reference not set to an instance of an object" error. 
Looking at the event and trace logs, I have not been able to determine what is missing.  I ran the GetAllForLogicalNetwork SP for all my logical networks in SSMS and all returned data, so I'm not sure where to go next. 
Interestingly, perhaps, my VMM server and DB version do not match--though I suspect QFE is the hotfix-updated version. Maybe the SQL update integrated with the installer did not run?
ProductVersion                         : 3.2.7768.0
DatabaseVersion                        : 3.2.7510.0
QFEDatabaseVersion                     : 3.2.7768.0
VMM Error Report (trace seems does not appear to contain more useful information, except the logical network ID):
------------------- Error Report -------------------
Error report created 12/10/2014 10:01:14 AM
CLR is not terminating
--------------- Bucketing Parameters ---------------
EventType=VMM20
P1(appName)=vmmservice.exe
P2(appVersion)=3.2.7768.0
P3(assemblyName)=ImgLibEngine.dll
P4(assemblyVer)=3.2.7768.0
P5(methodName)=Microsoft.VirtualManager.DB.NetworkManagement.LogicalNetworkDefinition.GetAllForLogicalNetwork
P6(exceptionType)=System.NullReferenceException
P7(callstackHash)=105c
SCVMM Version=3.2.7768.0
SCVMM flavor=C-buddy-RTL-AMD64
Default Assembly Version=3.2.7768.0
Executable Name=vmmservice.exe
Executable Version=3.2.7768.0
Base Exception Target Site=140718159606352
Base Exception Assembly name=ImgLibEngine.dll
Base Exception Method Name=Microsoft.VirtualManager.DB.NetworkManagement.LogicalNetworkDefinition.GetAllForLogicalNetwork
Exception Message=Object reference not set to an instance of an object.
EIP=0x00007ffbe60d8b9c
Build bit-size=64
------------ exceptionObject.ToString() ------------
System.NullReferenceException: Object reference not set to an instance of an object.
   at Microsoft.VirtualManager.DB.NetworkManagement.LogicalNetworkDefinition.GetAllForLogicalNetwork(Guid logicalNetworkId, ITaskContext taskContext, CarmineObjectLockType objectLockType)
   at Microsoft.VirtualManager.Engine.Placement.VirtualNetworkAdapterPreCheck.GetTargetResources(PlacementHostConfiguration hostConfig, PackingContext context)
   at Microsoft.VirtualManager.Engine.Placement.Conversion.HostConversionHelper.GetHostPrecheckResources(DeploymentEndPoint targetEndPoint, PlacementHostConfiguration hostConfig, PlacementDBCache cache, WorkloadSpecifiedParameters workloadSpecifiedParameters,
SqlContext ctx, Guid taskID, PackingContext& context, List`1 fullExistingVMList, String specificDestinationPath, AvailabilitySetPrecheck availabilitySetPrecheck)
   at Microsoft.VirtualManager.Engine.Placement.Conversion.HostConversionHelper.GetChildResourcesFromHost(PlacementHostConfiguration hostConfig, PlacementDBCache cache, SqlContext ctx, Guid taskID, List`1 vmList, WorkloadSpecifiedParameters workloadSpecifiedParameters,
String pathOnTarget, Boolean& canPerformOptimization, Boolean& isClustered, AvailabilitySetPrecheck availabilitySetPrecheck, PackingContext& context)
   at Microsoft.VirtualManager.Engine.Placement.Conversion.HostConversionHelper.GetBinInfoFromHosts(List`1 vmHosts, List`1& containers, List`1& containedVMs, PlacementDBCache cache, WorkloadSpecifiedParameters workloadSpecifiedParameters,
SqlContext ctx, Guid taskID, String pathOnTarget, PackingContext& context, Boolean trackStatistics)
   at Microsoft.VirtualManager.Engine.Placement.DynamicOptimizerHelper.CreateClusterDynamicOptimizationActionPlan(HostCluster hostCluster, Guid taskID, ITaskContext taskContext, Dictionary`2& hostMigrationCapacity)
   at Microsoft.VirtualManager.Engine.Placement.DynamicOptimizerHelper.CreateGroupDynamicOptimizationActionPlan(Nullable`1 hostGroupID, Nullable`1 hostClusterID, Guid taskID, ITaskContext taskContext, List`1& hostClusterIDList, Dictionary`2&
hostMigrationCapacity)
   at Microsoft.VirtualManager.Engine.Remoting.ClientConnection.RunDynamicOptimization(Nullable`1 hostGroupID, Nullable`1 hostClusterID, Boolean whatIf, String cmdletName, Guid planID, OnBehalfOf obo)
   at SyncInvokeRunDynamicOptimization(Object , Object[] , Object[] )
   at System.ServiceModel.Dispatcher.SyncMethodInvoker.Invoke(Object instance, Object[] inputs, Object[]& outputs)
   at System.ServiceModel.Dispatcher.DispatchOperationRuntime.InvokeBegin(MessageRpc& rpc)
   at System.ServiceModel.Dispatcher.ImmutableDispatchRuntime.ProcessMessage5(MessageRpc& rpc)
   at System.ServiceModel.Dispatcher.ImmutableDispatchRuntime.ProcessMessage31(MessageRpc& rpc)
   at System.ServiceModel.Dispatcher.MessageRpc.Process(Boolean isOperationContextSet)
--------------- exception.StackTrace ---------------
at Microsoft.VirtualManager.DB.NetworkManagement.LogicalNetworkDefinition.GetAllForLogicalNetwork(Guid logicalNetworkId, ITaskContext taskContext, CarmineObjectLockType objectLockType)
   at Microsoft.VirtualManager.Engine.Placement.VirtualNetworkAdapterPreCheck.GetTargetResources(PlacementHostConfiguration hostConfig, PackingContext context)
   at Microsoft.VirtualManager.Engine.Placement.Conversion.HostConversionHelper.GetHostPrecheckResources(DeploymentEndPoint targetEndPoint, PlacementHostConfiguration hostConfig, PlacementDBCache cache, WorkloadSpecifiedParameters workloadSpecifiedParameters,
SqlContext ctx, Guid taskID, PackingContext& context, List`1 fullExistingVMList, String specificDestinationPath, AvailabilitySetPrecheck availabilitySetPrecheck)
   at Microsoft.VirtualManager.Engine.Placement.Conversion.HostConversionHelper.GetChildResourcesFromHost(PlacementHostConfiguration hostConfig, PlacementDBCache cache, SqlContext ctx, Guid taskID, List`1 vmList, WorkloadSpecifiedParameters workloadSpecifiedParameters,
String pathOnTarget, Boolean& canPerformOptimization, Boolean& isClustered, AvailabilitySetPrecheck availabilitySetPrecheck, PackingContext& context)
   at Microsoft.VirtualManager.Engine.Placement.Conversion.HostConversionHelper.GetBinInfoFromHosts(List`1 vmHosts, List`1& containers, List`1& containedVMs, PlacementDBCache cache, WorkloadSpecifiedParameters workloadSpecifiedParameters,
SqlContext ctx, Guid taskID, String pathOnTarget, PackingContext& context, Boolean trackStatistics)
   at Microsoft.VirtualManager.Engine.Placement.DynamicOptimizerHelper.CreateClusterDynamicOptimizationActionPlan(HostCluster hostCluster, Guid taskID, ITaskContext taskContext, Dictionary`2& hostMigrationCapacity)
   at Microsoft.VirtualManager.Engine.Placement.DynamicOptimizerHelper.CreateGroupDynamicOptimizationActionPlan(Nullable`1 hostGroupID, Nullable`1 hostClusterID, Guid taskID, ITaskContext taskContext, List`1& hostClusterIDList, Dictionary`2&
hostMigrationCapacity)
   at Microsoft.VirtualManager.Engine.Remoting.ClientConnection.RunDynamicOptimization(Nullable`1 hostGroupID, Nullable`1 hostClusterID, Boolean whatIf, String cmdletName, Guid planID, OnBehalfOf obo)
   at SyncInvokeRunDynamicOptimization(Object , Object[] , Object[] )
   at System.ServiceModel.Dispatcher.SyncMethodInvoker.Invoke(Object instance, Object[] inputs, Object[]& outputs)
   at System.ServiceModel.Dispatcher.DispatchOperationRuntime.InvokeBegin(MessageRpc& rpc)
   at System.ServiceModel.Dispatcher.ImmutableDispatchRuntime.ProcessMessage5(MessageRpc& rpc)
   at System.ServiceModel.Dispatcher.ImmutableDispatchRuntime.ProcessMessage31(MessageRpc& rpc)
   at System.ServiceModel.Dispatcher.MessageRpc.Process(Boolean isOperationContextSet)
------------- 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.Remoting.ClientConnection.HandleError(Exception error)
   at System.ServiceModel.Dispatcher.ErrorBehavior.HandleErrorCommon(Exception error, ErrorHandlerFaultInfo& faultInfo)
   at System.ServiceModel.Dispatcher.ErrorBehavior.HandleErrorCore(MessageRpc& rpc)
   at System.ServiceModel.Dispatcher.ImmutableDispatchRuntime.ProcessMessageCleanup(MessageRpc& rpc)
   at System.ServiceModel.Dispatcher.ImmutableDispatchRuntime.ProcessMessage8(MessageRpc& rpc)
   at System.ServiceModel.Dispatcher.MessageRpc.ProcessError(Exception e)
   at System.ServiceModel.Dispatcher.MessageRpc.Process(Boolean isOperationContextSet)
   at System.ServiceModel.Dispatcher.ChannelHandler.DispatchAndReleasePump(RequestContext request, Boolean cleanThread, OperationContext currentOperationContext)
   at System.ServiceModel.Dispatcher.ChannelHandler.HandleRequest(RequestContext request, OperationContext currentOperationContext)
   at System.ServiceModel.Dispatcher.ChannelHandler.AsyncMessagePump(IAsyncResult result)
   at System.Runtime.Fx.AsyncThunk.UnhandledExceptionFrame(IAsyncResult result)
   at System.Runtime.AsyncResult.Complete(Boolean completedSynchronously)
   at System.ServiceModel.Channels.TransportDuplexSessionChannel.TryReceiveAsyncResult.OnReceive(IAsyncResult result)
   at System.Runtime.Fx.AsyncThunk.UnhandledExceptionFrame(IAsyncResult result)
   at System.Runtime.AsyncResult.Complete(Boolean completedSynchronously)
   at System.ServiceModel.Channels.SynchronizedMessageSource.ReceiveAsyncResult.OnReceiveComplete(Object state)
   at System.ServiceModel.Channels.SessionConnectionReader.OnAsyncReadComplete(Object state)
   at System.Runtime.Fx.AsyncThunk.UnhandledExceptionFrame(IAsyncResult result)
   at System.Net.LazyAsyncResult.Complete(IntPtr userToken)
   at System.Net.Security.NegotiateStream.ProcessFrameBody(Int32 readBytes, Byte[] buffer, Int32 offset, Int32 count, AsyncProtocolRequest asyncRequest)
   at System.Net.Security.NegotiateStream.ReadCallback(AsyncProtocolRequest asyncRequest)
   at System.Net.FixedSizeReader.CheckCompletionBeforeNextRead(Int32 bytes)
   at System.Net.FixedSizeReader.ReadCallback(IAsyncResult transportResult)
   at System.Runtime.AsyncResult.Complete(Boolean completedSynchronously)
   at System.ServiceModel.Channels.ConnectionStream.IOAsyncResult.OnAsyncIOComplete(Object state)
   at System.ServiceModel.Channels.SocketConnection.OnReceiveAsync(Object sender, SocketAsyncEventArgs eventArgs)
   at System.Net.Sockets.SocketAsyncEventArgs.FinishOperationSuccess(SocketError socketError, Int32 bytesTransferred, SocketFlags flags)
   at System.Net.Sockets.SocketAsyncEventArgs.CompletionPortCallback(UInt32 errorCode, UInt32 numBytes, NativeOverlapped* nativeOverlapped)
   at System.Threading._IOCompletionCallback.PerformIOCompletionCallback(UInt32 errorCode, UInt32 numBytes, NativeOverlapped* pOVERLAP)
-------------------- 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.0.30319.34014
    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.7768.0
    BuildType=retail
    Product=System Center Virtual Machine Manager 2012 R2
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.0.30319.33440
    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.0.30319.34239
    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.7768.0
    BuildType=retail
    Product=System Center Virtual Machine Manager 2012 R2
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.7768.0
    BuildType=retail
    Product=System Center Virtual Machine Manager 2012 R2
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.7510.0
    BuildType=retail
    Product=System Center Virtual Machine Manager 2012 R2
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.7768.0
    BuildType=retail
    Product=System Center Virtual Machine Manager 2012 R2
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.7768.0
    BuildType=retail
    Product=System Center Virtual Machine Manager 2012 R2
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.0.30319.33440
    BuildType=retail
    Product=Microsoft® .NET Framework
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.7510.0
    BuildType=retail
    Product=System Center Virtual Machine Manager 2012 R2
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.7768.0
    BuildType=retail
    Product=System Center Virtual Machine Manager 2012 R2
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.7768.0
    BuildType=retail
    Product=System Center Virtual Machine Manager 2012 R2
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.0.30319.34230
    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.0.30319.33440
    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.0.30319.33440
    BuildType=retail
    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.0.30319.33440
    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.0.30319.34230
    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.7768.0
    BuildType=retail
    Product=System Center Virtual Machine Manager 2012 R2
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.7768.0
    BuildType=retail
    Product=System Center Virtual Machine Manager 2012 R2
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.7768.0
    BuildType=retail
    Product=System Center Virtual Machine Manager 2012 R2
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.7510.0
    BuildType=retail
    Product=System Center Virtual Machine Manager 2012 R2
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.7768.0
    BuildType=retail
    Product=System Center Virtual Machine Manager 2012 R2
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.7768.0
    BuildType=retail
    Product=System Center Virtual Machine Manager 2012 R2
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.7768.0
    BuildType=retail
    Product=System Center Virtual Machine Manager 2012 R2
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.7768.0
    BuildType=retail
    Product=System Center Virtual Machine Manager 2012 R2
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.7672.0
    BuildType=retail
    Product=System Center Virtual Machine Manager 2012 R2
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.7768.0
    BuildType=retail
    Product=System Center Virtual Machine Manager 2012 R2
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.7672.0
    BuildType=retail
    Product=System Center Virtual Machine Manager 2012 R2
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.7768.0
    BuildType=retail
    Product=System Center Virtual Machine Manager 2012 R2
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=6.3.9600.17400
    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.7768.0
    BuildType=retail
    Product=System Center Virtual Machine Manager 2012 R2
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.7768.0
    BuildType=retail
    Product=System Center Virtual Machine Manager 2012 R2
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.7768.0
    BuildType=retail
    Product=System Center Virtual Machine Manager 2012 R2
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.7768.0
    BuildType=retail
    Product=System Center Virtual Machine Manager 2012 R2
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.7768.0
    BuildType=retail
    Product=System Center Virtual Machine Manager 2012 R2
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.0.30319.34230
    BuildType=retail
    Product=Microsoft® .NET Framework
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.7510.0
    BuildType=retail
    Product=System Center Virtual Machine Manager 2012 R2
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.7768.0
    BuildType=retail
    Product=System Center Virtual Machine Manager 2012 R2
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.7768.0
    BuildType=retail
    Product=System Center Virtual Machine Manager 2012 R2
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.0.30319.33440
    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.7510.0
    BuildType=retail
    Product=System Center Virtual Machine Manager 2012 R2
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.7768.0
    BuildType=retail
    Product=System Center Virtual Machine Manager 2012 R2
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.7510.0
    BuildType=retail
    Product=System Center Virtual Machine Manager 2012 R2
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.7510.0
    BuildType=retail
    Product=System Center Virtual Machine Manager 2012 R2
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.7510.0
    BuildType=retail
    Product=System Center Virtual Machine Manager 2012 R2
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=6.3.9600.16384
    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.7510.0
    BuildType=retail
    Product=System Center Virtual Machine Manager 2012 R2
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.7510.0
    BuildType=retail
    Product=System Center Virtual Machine Manager 2012 R2
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.7510.0
    BuildType=retail
    Product=System Center Virtual Machine Manager 2012 R2
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.7510.0
    BuildType=retail
    Product=System Center Virtual Machine Manager 2012 R2
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.7672.0
    BuildType=retail
    Product=System Center Virtual Machine Manager 2012 R2
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.7768.0
    BuildType=retail
    Product=System Center Virtual Machine Manager 2012 R2
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.7768.0
    BuildType=retail
    Product=System Center Virtual Machine Manager 2012 R2
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.7672.0
    BuildType=retail
    Product=System Center Virtual Machine Manager 2012 R2
WSManAutomation, Version=3.2.7768.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.7510.0
    BuildType=retail
    Product=System Center Virtual Machine Manager 2012 R2
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.0.30319.33440
    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.0.30319.33440
    BuildType=retail
    Product=Microsoft® .NET Framework
SMDiagnostics, Version=4.0.0.0, Culture=neutral, PublicKeyToken=b77a5c561934e089
    Location=C:\Windows\Microsoft.Net\assembly\GAC_MSIL\SMDiagnostics\v4.0_4.0.0.0__b77a5c561934e089\SMDiagnostics.dll
    Module=C:\Windows\Microsoft.Net\assembly\GAC_MSIL\SMDiagnostics\v4.0_4.0.0.0__b77a5c561934e089\SMDiagnostics.dll
    Version=4.0.30319.34230
    BuildType=retail
    Product=Microsoft® .NET Framework
System.ServiceModel.Internals, Version=4.0.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35
    Location=C:\Windows\Microsoft.Net\assembly\GAC_MSIL\System.ServiceModel.Internals\v4.0_4.0.0.0__31bf3856ad364e35\System.ServiceModel.Internals.dll
    Module=C:\Windows\Microsoft.Net\assembly\GAC_MSIL\System.ServiceModel.Internals\v4.0_4.0.0.0__31bf3856ad364e35\System.ServiceModel.Internals.dll
    Version=4.0.30319.34230
    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.7768.0
    BuildType=retail
    Product=System Center Virtual Machine Manager 2012 R2
System.IdentityModel, Version=4.0.0.0, Culture=neutral, PublicKeyToken=b77a5c561934e089
    Location=C:\Windows\Microsoft.Net\assembly\GAC_MSIL\System.IdentityModel\v4.0_4.0.0.0__b77a5c561934e089\System.IdentityModel.dll
    Module=C:\Windows\Microsoft.Net\assembly\GAC_MSIL\System.IdentityModel\v4.0_4.0.0.0__b77a5c561934e089\System.IdentityModel.dll
    Version=4.0.30319.34230
    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.0.30319.33440
    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.7510.0
    BuildType=retail
    Product=System Center Virtual Machine Manager 2012 R2
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.0.30319.33440
    BuildType=retail
    Product=Microsoft® .NET Framework
Engine.RunAs, Version=1.0.523.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35
    Location=C:\Program Files\Microsoft System Center 2012 R2\Virtual Machine Manager\Bin\Engine.RunAs.dll
    Module=C:\Program Files\Microsoft System Center 2012 R2\Virtual Machine Manager\Bin\Engine.RunAs.dll
    Version=3.2.7510.0
    BuildType=retail
    Product=System Center Virtual Machine Manager 2012 R2
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.0.30319.33440
    BuildType=retail
    Product=Microsoft® .NET Framework
System.Security, Version=4.0.0.0, Culture=neutral, PublicKeyToken=b03f5f7f11d50a3a
    Location=C:\Windows\Microsoft.Net\assembly\GAC_MSIL\System.Security\v4.0_4.0.0.0__b03f5f7f11d50a3a\System.Security.dll
    Module=C:\Windows\Microsoft.Net\assembly\GAC_MSIL\System.Security\v4.0_4.0.0.0__b03f5f7f11d50a3a\System.Security.dll
    Version=4.0.30319.33440
    BuildType=retail
    Product=Microsoft® .NET Framework
--------- Extra Data for Watson Report -------------
Error Reporting Enabled=True
*** Extra Data ***
Process ID = 1744 (0x06d0)
Managed Thread ID = 16
Native Thread ID = 3200 (0x0c80)
Matthew

Hello Matthew,
There is a code bug in this part. To workaround this try to create logical network definitions with IP subnets for you VM networks without isolation that are used by VMs (at least one LND + one IP subnet).
Best regards,
Vlad R.

Similar Messages

  • 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="SCVMM test-vm"] 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?

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

  • It's painful to use Dynamic Optimization in SCVMM 2012 R2

    I asked a similar question in this forum a while ago. Here is the link.
    I read the suggested blogs. However, the pain is persist.
    Here is my environment:
    1. Two computer with Windows Server 2012 R2 and Hyper-V enabled.
    2. One computer with 10GB memory(HV001), another with 4GB(HV002).
    3. With different memory on the computers, so I configured the reserves on the host individually. One HV001, the reserve is 5500MB, another is 1000MB. CPU reserve is the same, 10%. As you can see the following screenshot.
    I created 3 VMs(2 with 1GB memory each other, the 3rd with 512MB) and put them running on the host HV001.
    When I tried to create the 4th VM and put it on HV001, I got the following information.
    However, when I tried to run "OPtimize Hosts" and got the same result like the one in my last post.
    Is there a easy way to use dynamic optimization in SCVMM?

    Hi Zephyrhu
    I'm sorry that you're having a difficult time with SCVMM. The short answer is, your cluster is overcommitted. That means that, given the high reserves you have configured, SCVMM cannot guarantee that if one node fails, the other node will be able to keep
    all of your HA VMs running.
    You can turn off cluster overcommit easily. Just check the cluster properties (through SCVMM) and change "cluster reserve" to 0. Then you will be able to continue placing VMs, and hopefully you will also get good results when you attempt to optimize your
    hosts.
    Hope this helps
    Cheers, Hilton

  • SCVMM 2012 agent install fails on standalone 2008 R2 host

    I am attempting to install SCVMM 2012 agent and getting this error:
    Error (421)
    Agent installation failed on exhpv01.denverwater.org because of a WS-Management configuration error.
    Recommended Action
    Ensure that the Windows Remote Management service is enabled and running on the server exhpv01.denverwater.org. Additionally, in the Local Group Policy Editor (gpedit.msc), navigate to Computer Configuration\Administrative Templates\Windows Components\Windows
    Remote Management (WinRM), and then ensure that there are no policy settings configured for WinRM Client or WinRM Service.
    I have run winrm qc and it shows winrm is configured.  I have verified there is no gpo settings configuring winrm.
    My runas account is a local administrator on the target host.
    I can install the agent local but still cannot add to the SCVMM server.
    Mark

    I am attempting to install SCVMM 2012 agent and getting this error:
    Error (421)
    Agent installation failed on exhpv01.denverwater.org because of a WS-Management configuration error.
    Recommended Action
    Ensure that the Windows Remote Management service is enabled and running on the server exhpv01.denverwater.org. Additionally, in the Local Group Policy Editor (gpedit.msc), navigate to Computer Configuration\Administrative Templates\Windows Components\Windows
    Remote Management (WinRM), and then ensure that there are no policy settings configured for WinRM Client or WinRM Service.
    I have run winrm qc and it shows winrm is configured.  I have verified there is no gpo settings configuring winrm.
    My runas account is a local administrator on the target host.
    I can install the agent local but still cannot add to the SCVMM server.
    Mark

  • SCVMM 2012 SP1 (RTM) Deployment from VMM Console fails.

    Error During a library refresh, or deployment from template - It all fails:
    Error (12710)
    VMM does not have appropriate permissions to access the Windows Remote Management resources on the server (MyServer).
    Unknown error (0x80338105)
    Recommended Action
    1) Ensure that the Windows Remote Management (WS-Management) service is running on the server (myserver).
    2) If the System Center Virtual Machine Manager service on your VMM management server is configured to run by using the machine account, ensure that there is not a group policy that does not allow adding machine accounts to a computer's Administrators group.
    If there is, you can use one of the following workarounds:
      - Disable the group policy in Active Directory Domain Services (AD DS)
      - Modify the group policy to allow the VMM machine account in the Administrators group
      - Move the machine account to its own organizational unit (OU) and block the group policy from being applied
      - Reinstall the VMM management server and choose the option to run the System Center Virtual Machine Manager service by using a domain account, and re-add all of your virtual machines.
    So, as soon as SCVMM 2012 Sp1 was released we decided that it was best to upgrade so we could utilise the new features of Server 2012 as a host.
    The upgrade worked a treat. VM's deployed, Server 2012 worked. Anyway, a few days after deployment we start to see errors relating to WinRM and permissions (See end of the post). After a quick trace around we found some failed services, usually on a host
    but sometimes it seemed to happen on the Library/Management server as well.
    So, our setup is as follows:
    Management/Library server = VMware  VM, Server 2012 standard, 6 GB memory, 4 vCPU's
    Hosts = HP DL360p G7, HP DL360 Gen8 (we have a few of these), Server 2012. We also have a DL380 G7 on Server 2008 R2 Enterprise that fails as well, so it seems the error isn't O/S specific (I'm picking a VMM issue).
    So I have tried many resolutions and now none of them work.
    We have no restrictions on group policy for the local admin, this can be set manually, and works for that matter.
    WinRM is working and the listening port is 5985 (I can see it working and listening via a "netstat -an")
    Also, I have ensured many many times that all of the required services are up and running (SCVMMAgent, VirtualDisk managerment, WinRM) and initially these where at fault and a simple restart of each service (or even a full start from dead) fixed
    it - Now it all fails. Even a library refresh fails. And all while each of the services required are up and running.

    So, I have now tried a reinstall of the management server & made some changes
    1- Changed the service account during the install.
    2 - Added the service account user to the local admins group of each host in question.
    3 - Tried "winrm /qc" .which lets me know its already up and running and configured. Although I must admit, I'm not 100% sure how to use WinRM. From what I can read, this is like an express setup and ensures you are up, running and listening.
    4 - Verified that WinRM is working of the right port (Listening ports dump below)
    5 - Verified that I can connect to each port required for the SCVMM Management server.
    BUT, it seems the error is still there and deployments still fail,
    although the library refreshes correctly now.
    Error (12710)
    VMM does not have appropriate permissions to access the Windows Remote Management resources on the server ( Myserver).
    Unknown error (0x80338105)
    NETSTAT Listening ports dump.
    PS C:\Users\nzadmin> netstat -an
    Active Connections
      Proto  Local Address          Foreign Address        State
      TCP    0.0.0.0:135            0.0.0.0:0              LISTENING
      TCP    0.0.0.0:443            0.0.0.0:0              LISTENING
      TCP    0.0.0.0:445            0.0.0.0:0              LISTENING
      TCP    0.0.0.0:1801           0.0.0.0:0              LISTENING
      TCP    0.0.0.0:2103           0.0.0.0:0              LISTENING
      TCP    0.0.0.0:2105           0.0.0.0:0              LISTENING
      TCP    0.0.0.0:2107           0.0.0.0:0              LISTENING
      TCP    0.0.0.0:3389           0.0.0.0:0              LISTENING
      TCP    0.0.0.0:5985           0.0.0.0:0              LISTENING
      TCP    0.0.0.0:8000           0.0.0.0:0              LISTENING
      TCP    0.0.0.0:8100           0.0.0.0:0              LISTENING
      TCP    0.0.0.0:8101           0.0.0.0:0              LISTENING
      TCP    0.0.0.0:8102           0.0.0.0:0              LISTENING
      TCP    0.0.0.0:8103           0.0.0.0:0              LISTENING
      TCP    0.0.0.0:47001          0.0.0.0:0              LISTENING
      TCP    0.0.0.0:49152          0.0.0.0:0              LISTENING
      TCP    0.0.0.0:49153          0.0.0.0:0              LISTENING
      TCP    0.0.0.0:49154          0.0.0.0:0              LISTENING
      TCP    0.0.0.0:49155          0.0.0.0:0              LISTENING
      TCP    0.0.0.0:49156          0.0.0.0:0              LISTENING
      TCP    0.0.0.0:49170          0.0.0.0:0              LISTENING
      TCP    0.0.0.0:49201          0.0.0.0:0              LISTENING
      TCP    0.0.0.0:49211          0.0.0.0:0              LISTENING
      TCP    127.0.0.1:57388        0.0.0.0:0              LISTENING
      TCP    172.23.16.69:139       0.0.0.0:0              LISTENING

  • Upgrade of scvmm 2012 sp1 to scvmm 2012 r2 fails with "Access to the path 'C:\ProgramData\VMMLogs\SetupWizard.log' is denied"

    I had a working scvmm 2012 sp1 installation, and am attempting to upgrade to 2012 r2.
    The old SCVMM product was removed (retaining the database), as well as ADK 8.0.  I then installed ADK 8.1.
    The install fails after a number of minutes with "Access to the path 'C:\ProgramData\VMMLogs\SetupWizard.log' is denied".  From my reading of the log, that was the only obvious failure, and that the VMM server MSI installed successfully. 
    It doesn't appear to get so far as to upgrade the database.
    The OS is Windows Server 2012 R2 Standard, with all updates applied.  I have tried the install many times, noticed that the McAfee virus scanner was pushed to the box at some point, so I removed it, but still no dice.
    12:18:58:LaunchMSI: MSI C:\Users\mscott\Desktop\mu_system_center_2012_r2_virtual_machine_manager_x86_and_x64_dvd_2913737\amd64\setup\msi\Server\vmmServer.msi succeeded.
    12:18:58:Doing Postinstall task for PangaeaServer
    12:18:58:ProcessInstalls: Install Item VMM management server was successful.  We will launch the post process delegate.
    12:19:47:Windows feature RSAT-Clustering-PowerShell already enabled, skipping
    12:20:15:Windows feature WindowsStorageManagementService already enabled, skipping
    12:20:41:Windows feature UpdateServices-API already enabled, skipping
    12:23:31:VMMPostinstallProcessor threw an exception: Threw Exception.Type: System.UnauthorizedAccessException, Exception.Message: Access to the path 'C:\ProgramData\VMMLogs\SetupWizard.log' is denied.
    12:23:31:StackTrace:   at System.IO.__Error.WinIOError(Int32 errorCode, String maybeFullPath)
       at System.IO.FileStream.Init(String path, FileMode mode, FileAccess access, Int32 rights, Boolean useRights, FileShare share, Int32 bufferSize, FileOptions options, SECURITY_ATTRIBUTES secAttrs, String msgPath, Boolean bFromProxy, Boolean useLongPath,
    Boolean checkHost)
       at System.IO.FileStream..ctor(String path, FileMode mode, FileAccess access, FileShare share, Int32 bufferSize, FileOptions options, String msgPath, Boolean bFromProxy, Boolean useLongPath, Boolean checkHost)
       at System.IO.StreamWriter..ctor(String path, Boolean append, Encoding encoding, Int32 bufferSize, Boolean checkHost)
       at System.IO.StreamWriter..ctor(String path, Boolean append, Encoding encoding, Int32 bufferSize)
       at System.IO.StreamWriter..ctor(String path, Boolean append)
       at System.IO.File.AppendText(String path)
       at Microsoft.VirtualManager.SetupFramework.CommonLogger.Log(String trace)
       at Microsoft.VirtualManager.SetupFramework.CommonLogger.Log(LogLevel level, String trace)
       at Microsoft.VirtualManager.SetupFramework.Trc.Log(LogLevel level, String trace, Object parameter1, Object parameter2, Object parameter3)
       at Microsoft.VirtualManager.SetupFramework.Trc.LogException(LogLevel logLevel, String customMessage, Exception exception)
       at Microsoft.VirtualManager.Setup.DBConfigurator.ExecuteScript(SqlContext ctx, String fileName)
       at Microsoft.VirtualManager.Setup.DBConfigurator.UpgradeDatabaseTables()
       at Microsoft.VirtualManager.Setup.VirtualMachineManagerHelpers.CreateDB()
       at Microsoft.VirtualManager.Setup.InstallItemCustomDelegates.PangaeaServerPostinstallProcessor()
    12:23:31:ProcessInstalls: Running the PostProcessDelegate returned false.
    12:23:31:ProcessInstalls: Running the PostProcessDelegate for PangaeaServer failed.... This is a fatal item.  Setting rollback.
    12:23:31:SetProgressScreen: FinishMinorStep.
    12:23:31:ProcessInstalls: Rollback is set and we are not doing an uninstall so we will stop processing installs
    12:23:31:****************************************************************
    12:23:31:****Starting*RollBack*******************************************
    12:23:31:****************************************************************
    12:23:31:SetProgressScreen: StartMinorStep.
    Mark E. Scott Jr.

    Perhaps relevant, perhaps not. This error shows up right after the above log snippet. I assumed it was an error with the rollback routine, but just in case, here it is:
    12:23:31:SetProgressScreen: StartMinorStep.
    12:23:31:ProcessInstalls: Install Item VMM management server has a Preprocessing delegate of PangaeaServerPreinstallProcessor.  Launching it now.
    12:23:31:GetSqlLoginName: TThe login name for the vmm server service is [DGSLAB\tfs-vmm]
    12:24:49:no HAVMM name detected in DB. Doing VMM Uninstall
    12:24:53:Start setspn.exe parameters  -D SCVMM/tfsvmm1.dgslab.com DGSLAB\tfs-vmm
    12:24:56:Start setspn.exe parameters  -D SCVMM/tfsvmm1 DGSLAB\tfs-vmm
    12:25:00:DBConfigurationHander.SetupAsVMMServerRole() CarmineException : Threw Exception.Type: Microsoft.VirtualManager.Utils.FailedToAcquireLockException, Exception.Message: Unable to perform the job because one or more of the selected objects are locked by
    another job.
    To find out which job is locking the object, in the Jobs view, group by Status, and find the running or canceling job for the object. When the job is complete, try again.
    12:25:00:StackTrace:   at Microsoft.VirtualManager.Utils.CarmineObjectLock.ExecuteAcquireLockSP(CarmineObjectLockType lockType)
       at Microsoft.VirtualManager.Utils.CarmineObjectLock.AcquireLockWithRetries(CarmineObjectLockType lockType)
       at Microsoft.VirtualManager.Utils.CarmineObjectLock.AcquireLock(CarmineObjectLockType lockType, Boolean doNotWaitForLock)
       at Microsoft.VirtualManager.DB.Adhc.AgentServer..ctor(RemoteServer server, Guid serverID, Version agentVersion, VersionState agentVersionState, AgentPackageType agentPackageType, Boolean wsManOverSSL, Int32 wsManPort, Nullable`1 complianceStatusID,
    Nullable`1 mostRecentTaskID, Nullable`1 mostRecentTaskUIState, Guid taskID, CarmineObjectLockType lockType)
       at Microsoft.VirtualManager.DB.Adhc.AgentServer..ctor(SqlRow row, Guid serverID, Guid taskID, CarmineObjectLockType lockType)
       at Microsoft.VirtualManager.DB.Adhc.AgentServer.<>c__DisplayClass4.<GetInstance>b__3(SqlRow row)
       at Microsoft.VirtualManager.Engine.DbAccessHelper.GetFromCommand[_RetTy,_ColumnsTy](ReadOption readOption, SqlRetryCommand cmd, GetFromCommandWorker`1 worker)
       at Microsoft.VirtualManager.Engine.DbAccessHelper.HandleReadErrors[_RetTy](DbAccessDelegate`1 func, ErrorInfo notFoundErrorInfo)
       at Microsoft.VirtualManager.DB.Adhc.AgentServer.GetOne(String computerName, GetFromCommandWorker`1 ctor, ConnectionProperties properties)
       at Microsoft.VirtualManager.Setup.DBConfigurator.SetupAsVMMServerRole(Boolean isAssociate)
    12:25:00:InnerException.Type: Microsoft.VirtualManager.DB.DBCorruptionException, InnerException.Message: Unable to connect to the VMM database because the database is in an inconsistent state.
    Contact an experienced SQL administrator whenever this error occurs. In some cases, it may be necessary to restore the VMM database. If the problem persists, contact Microsoft Help and Support.
    12:25:00:InnerException.StackTrace:   at Microsoft.VirtualManager.DB.SqlRetryCommand.ValidateReturnValue()
       at Microsoft.VirtualManager.DB.SqlRetryCommand.ExecuteNonQuery()
       at Microsoft.VirtualManager.Utils.CarmineObjectLock.ExecuteAcquireLockSP(CarmineObjectLockType lockType)
    Mark E. Scott Jr.

  • SCVMM 2012 R2 - install fails on creation of resource group

    Hi,
    When I run the installation for SCVMM 2012 R2, I get the error below:
    20200
    Creation of the VMM resource group (%GroupName;) failed.
    Ensure that the group name is valid, and cluster resource or group with the same name does not exist, and the group name is not used in the network.
    Permissions have been granted to AD containers and cluster.  Cluster is online and pinging.  I'm installing as an SCVMM administrator and also tried with Domain Admins.
    Any ideas?  Thanks, Matt.

    The IP address was in use by the cluster.  The IP has to be free (not pingable) and host name must not already exist in AD.  Fixed.

  • WSUS reinstall on 2012 SCCM server post-installation task fails to run/finish

    I had to re-install WSUS on a 2012 R2 SCCM server (Windows 2012), and am running into several issues re-installing. It may help to point out that the SCCM SQL server is remote, so this isn't a WSUS / SQL 2012 issue.
    The sticky post at the top of the WSUS forum has helpful troubleshooting information, and I have tried going through this as well as many other threads on this very topic of re-installing WSUS.
    1. Roles for WSUS and WID were removed successfully. The WSUS Website was manually deleted from IIS. As this is a SCCM server, removing the IIS role is not an option.
    2. I removed the existing WID database files for SUSDB
    3. After rebooting, I verified registry keys were gone, system files were cleaned up, and deleted the program files\update services directory
    4. This isn't a permission issue, as I have clearly installed this before on this server.
    5. Registry keys, system files, and susdb files no longer exist, and the server has rebooted cleanly.
    6. I am able to add the WSUS role selecting WID, and this installs WID without any errors. At this point, simply clicking the post installation task fails, generates an empty .tmp file in my %appdata%\temp folder, and exits the MMC. 
    7. This file is blank. Absolutely empty, so I couldn't really troubleshoot any post installation tasks.
    8. Further investigation shows that the 'C:\Program Files\Update Services\Tools\' directory is gone, and isn't being
    generated.
    9. Ok... DISM /online /Cleanup-Image /Scanhealth didn't return any issues, so I copied the wsusutil out of the windows\WinSxS directory.
    10. Yey! wsusutil postinstall runs, but bombs out on the IIS portion. It generated the DB without an issue, but results
    in an IIS generation error. So, I installed WSUS on a clean 2012 install, then copied over the program files\updateServices directory to reclaim the missing files. 
    The log files show --
    2013-12-06 10:30:34  Configuring IIS...
    2013-12-06 10:30:35  Start: ConfigureWebsite
    2013-12-06 10:30:36  Configuring website on port 8530
    2013-12-06 10:30:39  System.ComponentModel.Win32Exception (0x80004005): The system cannot find the file specified
       at System.Diagnostics.Process.StartWithShellExecuteEx(ProcessStartInfo startInfo)
       at System.Diagnostics.Process.Start(ProcessStartInfo startInfo)
       at Microsoft.UpdateServices.Administration.UseCustomWebSite.ExecuteIisCustomAction(String arguments)
       at Microsoft.UpdateServices.Administration.UseCustomWebSite.Install(Int32 portNumber)
       at Microsoft.UpdateServices.Administration.UseCustomWebSite.InstallAndConfigure(IisConfiguration& iisConfiguration, Int32 newPortNumber)
       at Microsoft.UpdateServices.Administration.PostInstall.ConfigureWebsite(Int32 portNumber)
       at Microsoft.UpdateServices.Administration.PostInstall.Run()
       at Microsoft.UpdateServices.Administration.PostInstall.Execute(String[] arguments)
    ... ok - tripple checked that network service has permissions to .net and windows\temp folders.
    netstat -a doesn't show anything running on port 8530 ( in case this was some weird port check in use)
    Which goes back to the missing directory problem -- further net searches show that this is a reoccurring issue for some OOBE... sfc /verifyonly shows ... nothing.
    What is left to be done at this point? The missing folders from the program directory seems to be a problem for some with some users right out of the box. I have read many other threads where users just formatted and started over. Not exactly a solution
    - any help out there on this issue? Any suggestions to determine what file is missing, or generating the IIS issues?

    Part of the post install tasks wanted to download some items including the tools folder.
    Can you expand on this please. The WSUS post-install tasks do not download anything, except what is acquired during the initial synchronization with Microsoft.
    Because of my group policy the WSUS server was trying to download the updates from itself even though it was not setup yet.
    What update(s) was the WSUS server trying to "download"?
    In fact, if the WSUS Server was not setup yet (but you already had a GPO in place), then the first issue here was performing deployment steps out of order.
    But still.... except for the actual installation binaries for the WSUS Server Role on a WS2008SP2/WS2008R2 system, there's nothing the WSUS server needs to get from either Windows Update or a WSUS server. This scenario is actually discussed hundreds of times
    in this forum, but complicating matters, this thread isn't about installing WSUS V3.2 on a WS2008SP2/WS2008R2 system, it's about installing WSUS v65 on a WS2012 system, so I'm a bit confused as to what the actual installation environment is that we're discussing.
    I changed the WSUS server to get it's windows updates from Microsoft and then the post install task succeeded.
    I'd really like to get some more details about what exactly in the "post-install task" was dependent upon content from WU/WSUS.
    Lawrence Garvin, M.S., MCSA, MCITP:EA, MCDBA
    SolarWinds Head Geek
    Microsoft MVP - Software Packaging, Deployment & Servicing (2005-2014)
    My MVP Profile: http://mvp.microsoft.com/en-us/mvp/Lawrence%20R%20Garvin-32101
    http://www.solarwinds.com/gotmicrosoft
    The views expressed on this post are mine and do not necessarily reflect the views of SolarWinds.

  • SCVMM 2012 showing Duplicate VM'S in running status

    Hi
    We have Three Windows 2012  Hyper-V nodes in which we distribute the VMs
    Now we are facing an issue that in SCVMM 2012 Console we can see Duplicate entry of one of the VM'S in the same host and status is
    showing as running but it is not there in the cluster resource manager. 
    How can we remove the duplicate entry with out affecting the production environment
    Regards,
    Ashok

    Hello,
    ps C:\>get-vm "duplicate vm" | fl ID
    ID    : 317024bc-6ae1-4c65-b828-b072a7f0d79c
    ID    : d22f72b1-d646-4784-965d-e6c26f5ebe3e
    ps C:\>get-vm "duplicate vm" | where ID -eq "one of IDs" | remove-vm -force

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

  • Can SCVMM 2012 R2 Operate Without Problems If Hyper-V Environment Is Running Windows Server 2012?

    Good afternoon,
    Are there any repercussions to using SCVMM 2012 R2 in a Hyper-V environment that is running Windows Server 2012? My Hyper-V hosts are running Windows Server 2012.
    Thanks,

    Hi,
    running SCVMM 2012 R2 in a Windows Server 2012 Hyper-V environment is fully supported
    best regards Marc Grote - www.it-training-grote.de

  • 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] .

  • After host crash - cluster no longer working correctly in SCVMM 2012

    Hi
    one of our nodes in our cluster crashed. It came back. All the VMs on this host were running on other hosts so failover worked fine BUT for 2 VMs. One of those 2 VMs is - according to VMM - running on the crashed host. The other VM is - according to VMM
    - running on another host node which did not fail.
    I have a lot of job errors saying that VMM library object virtuals disk is missing of those two VMs. So I looked into the FailoverManager. There I was able to see that the VMs are running on totaly different host nodes then what VMM tells me. In addition
    those VMs work just fine. I connected to both of them over Hpyer-V and they are just fine and the application also work without a problem. Please not those VMs are not shown twice or missing in VMM.
    Live Migration to the Host node that crashed is no longer possible. But when looking into the status on VMM - it tells me that everything is fine. From Hpyer-V Manager I am able to do live migration to this host. But no longer from VMM console.
    I rebooted the host node with no change. I refreshed the host nodes (all) in FailoverManager and in SCVMM, I refreshed the cluster... nothing. So I wanted to remove the cluster from SCVMM and re-add it. Doesn't work... It started with the first host and
    after that my cluster was somewhat broken (I thought that removing cluster - NOT "uncluster" - wouldn't have an effect on the cluster itself - well I was wrong). Anyway I repaired the cluster it is back into VMM but I still have the issues with the VMs. There
    are only warning on the VMM server that the library object (vhd) is missing but on the cluster nodes itself there are no errors.
    Any ideas what I could do. I have no clue what to do about the VM which is supposed to be on this host but in FailoverManager it is on a totally different server. Any ideas?

    Hi,
    version is SCVMM 2012 RC - yes there were errors with live migration but unfortunately I receive so many warning messages now (about missing library objects for vhd files) that the errors from tuesday are already gone. I guess they might be in database ...
    The log files you asked for are from 2011 when the cluster was created - no entries after that.
    No the cluster is not in Maintenance or Pause mode - i checked that. Remove and re-join the cluster with VMM 2012 RC was already tried. As described above: that failed - the first cluster node was removed and after that the job failed in VMM. I found the
    error message quite ironic because it said that "cluster node 1" is no longer reachable. Nooo really... it just had been removed a second before the "remove cluster" job failed. Unfortunately this job played havoc with my cluster. It took me 4 hours to bring
    it back online (mostly VMs).
    The good thing is, my cluster is somewhat working again - meaning after I repaired it and was able to re-add the missing cluster node back into VMM live migration now works both from Hyper-V and from SCVMM. The VERY bad part is that now several more VMs
    are - according to VMM - runing on "cluster node 1" while the Failover Manager says they are runing on "cluster node 2 or 3...". In addition I get many more warning messages. This error is the one I am trying to eleminate. As said I haven't found anything
    which helped me narrow done a solution. Everything I tried so far didn't have any response or - like the cluster - it made things quite bad (temporary). I checked the Event logs on the cluster nodes and VMM itself. Currently there are no error messages there.
    Warning messages in VMM:
    Warning (23234) VM Refresher encountered an error while creating or updating <vm name> with id XXXXX. VMM cannot find VirutalHardDisk object XXX. Ensure the library object is valid, and then try the operation again.
    Warning (10647) The virtual network adapter for the virtual machine <vm name> is connected to a virtual network switch <swtich name> that is not valid.
    Does anyone know how to change the time interval of the "VM Refresher"? I get those warning messages for each VM every 2 min. As there are several VMs affected by now I have several thousend messages each day...

  • SCVMM 2012 SP1 Beta Installation Errors

    Hi All,
    Pulling my hair out trying to get SCVMM 2012 SP1 Beta to install on a Windows 2012 machine. The machine was a new installation and had IIS installed, Hyper-V Role, Failover Clustering, SQL Server 2012, AD (it is a domain controller).
    Getting an error regarding Failover Clustering, which is definitely installed with all management tools and powershell module. Have even tried uninstalling it and then running the VMM Setup, and I then get a different error. Logs from both installation attempts
    are below:
    Log Excerpt if I have Failover Clustering Installed:
    04:42:25:ProcessInstalls: Install Item VMM management server has a Preprocessing delegate of PangaeaServerPreinstallProcessor.  Launching it now.
    04:42:25:Doing Install task for PangaeaServer
    04:42:25:SetProgressScreen: Init MSI Install progress.
    04:42:25:LaunchMsi: Msi mutex is not in use.
    04:42:25:LaunchMsi: MSI to launch is: C:\SC2012_SP1_BETA_SCVMM\amd64\setup\msi\Server\vmmServer.msi.
    04:42:25:LaunchMsi: Turning off the internal UI for C:\SC2012_SP1_BETA_SCVMM\amd64\setup\msi\Server\vmmServer.msi.
    04:42:25:LaunchMSI:  Enable logging for the MSI at C:\ProgramData\VMMLogs\vmmServer.log.
    04:42:25:LaunchMsi: MSI C:\SC2012_SP1_BETA_SCVMM\amd64\setup\msi\Server\vmmServer.msi is not in silent mode.  Setting the external UI.
    04:42:25:LaunchMsi: Launching C:\SC2012_SP1_BETA_SCVMM\amd64\setup\msi\Server\vmmServer.msi with arguments 'INSTALLINGLANGUAGE = 1033 REBOOT=ReallySuppress INSTALLDIR="C:\Program Files\Microsoft System Center 2012\Virtual Machine Manager\" INDIGOPORT="8100"
    SERVERACCOUNTNAME="CONTROLMYVPS\VMMAdmin" SERVICEACCOUNT="CONTROLMYVPS\VMMAdmin" COMPANYNAME="VPSBlocks" USERNAME="Will Kruss" WSMANPORT="5985" BITSPORT="8443" LIBSHARENAME="MSSCVMMLibrary" LIBSHAREPATH="C:\ProgramData\Virtual Machine Manager Library Files"
    SQLPORT="0" INSTANCENAME="SCVMM" DATABASENAME="VirtualManagerDB" CONNECTIONSTR="Integrated Security=SSPI;Application Name=VirtualMachineManager;Max Pool Size=500;Encrypt=true;TrustServerCertificate=true;Server=SCVMM;database=VirtualManagerDB" ONREMOTESERVER="0"
    SQLMACHINENAME="SCVMM" SQLMACHINEFQDN="SCVMM.controlmyvps.com.au" INDIGOHTTPSPORT="8101" INDIGONETTCPPORT="8102" INDIGOHTTPPORT="8103" SETUPLANGUAGE="en-US"  REBOOT=ReallySuppress'
    04:42:42:statusUpdate: Resetting progress bar for MSI: MaxValue 9837
    04:42:48:statusUpdate: Resetting progress bar for MSI: MaxValue 1317559262
    04:42:48:statusUpdate: Resetting progress bar for MSI: MaxValue 1317559262
    04:43:24:MsiInstallProduct finished for msi C:\SC2012_SP1_BETA_SCVMM\amd64\setup\msi\Server\vmmServer.msi.
    04:43:24:LaunchMSI: MSI C:\SC2012_SP1_BETA_SCVMM\amd64\setup\msi\Server\vmmServer.msi succeeded.
    04:43:24:Doing Postinstall task for PangaeaServer
    04:43:24:ProcessInstalls: Install Item VMM management server was successful.  We will launch the post process delegate.
    04:44:06:EnableFailover() threw an exception: Threw Exception.Type: Microsoft.VirtualManager.ClusterUtil.PowershellInvocationException, Exception.Message: Powershell cmdlet Invocation Exception
    04:44:06:StackTrace:   at Microsoft.VirtualManager.ClusterUtil.PowershellHelper.InvokePowershell()
       at Microsoft.VirtualManager.ClusterUtil.PowershellHelper.InvokeCommand(String commandName, Object[] commandParameters)
       at Microsoft.VirtualManager.ClusterUtil.PowershellHelper.LoadModules(String[] moduleNames)
       at Microsoft.VirtualManager.Setup.FeatureEnableHelper.EnableWindowsClusteringFeature()
    04:44:06:InnerException.Type: System.Management.Automation.MethodInvocationException, InnerException.Message: Exception calling "Translate" with "1" argument(s): "Some or all identity references could not be translated."
    04:44:06:InnerException.StackTrace:   at System.Management.Automation.ExceptionHandlingOps.ConvertToMethodInvocationException(Exception exception, Type typeToThrow, String methodName, Int32 numArgs, MemberInfo memberInfo)
       at CallSite.Target(Closure , CallSite , Object , RuntimeType )
       at System.Management.Automation.Interpreter.DynamicInstruction`3.Run(InterpretedFrame frame)
       at System.Management.Automation.Interpreter.EnterTryCatchFinallyInstruction.Run(InterpretedFrame frame)
    04:44:06:InnerException.Type: System.Security.Principal.IdentityNotMappedException, InnerException.Message: Some or all identity references could not be translated.
    04:44:06:InnerException.StackTrace:   at System.Security.Principal.SecurityIdentifier.Translate(IdentityReferenceCollection sourceSids, Type targetType, Boolean forceSuccess)
       at System.Security.Principal.SecurityIdentifier.Translate(Type targetType)
       at CallSite.Target(Closure , CallSite , Object , RuntimeType )
    04:44:06:VMMPostinstallProcessor threw an exception: Threw Exception.Type: Microsoft.VirtualManager.Utils.CarmineException, Exception.Message: Setup could not add the Windows Server failover clustering feature.
    If Server Manager is running, close Server Manager and restart Setup, or manually add the failover clustering server feature and try the operation again.
    04:44:06:StackTrace:   at Microsoft.VirtualManager.Setup.FeatureEnableHelper.EnableWindowsClusteringFeature()
       at Microsoft.VirtualManager.Setup.InstallItemCustomDelegates.PangaeaServerPostinstallProcessor()
    04:44:06:InnerException.Type: System.Management.Automation.MethodInvocationException, InnerException.Message: Exception calling "Translate" with "1" argument(s): "Some or all identity references could not be translated."
    04:44:06:InnerException.StackTrace:   at System.Management.Automation.ExceptionHandlingOps.ConvertToMethodInvocationException(Exception exception, Type typeToThrow, String methodName, Int32 numArgs, MemberInfo memberInfo)
       at CallSite.Target(Closure , CallSite , Object , RuntimeType )
       at System.Management.Automation.Interpreter.DynamicInstruction`3.Run(InterpretedFrame frame)
       at System.Management.Automation.Interpreter.EnterTryCatchFinallyInstruction.Run(InterpretedFrame frame)
    04:44:06:InnerException.Type: System.Security.Principal.IdentityNotMappedException, InnerException.Message: Some or all identity references could not be translated.
    04:44:06:InnerException.StackTrace:   at System.Security.Principal.SecurityIdentifier.Translate(IdentityReferenceCollection sourceSids, Type targetType, Boolean forceSuccess)
       at System.Security.Principal.SecurityIdentifier.Translate(Type targetType)
       at CallSite.Target(Closure , CallSite , Object , RuntimeType )
    04:44:06:ProcessInstalls: Running the PostProcessDelegate returned false.
    04:44:06:ProcessInstalls: Running the PostProcessDelegate for PangaeaServer failed.... This is a fatal item.  Setting rollback.
    04:44:06:SetProgressScreen: FinishMinorStep.
    04:44:06:ProcessInstalls: Rollback is set and we are not doing an uninstall so we will stop processing installs
    04:44:06:****************************************************************
    04:44:06:****Starting*RollBack*******************************************
    04:44:06:****************************************************************
    Log Excerpt with Failover Clustering NOT installed
    05:08:23:ProcessInstalls: Install Item VMM management server has a Preprocessing delegate of PangaeaServerPreinstallProcessor.  Launching it now.
    05:08:23:Doing Install task for PangaeaServer
    05:08:23:SetProgressScreen: Init MSI Install progress.
    05:08:23:LaunchMsi: Msi mutex is not in use.
    05:08:23:LaunchMsi: MSI to launch is: C:\SC2012_SP1_BETA_SCVMM\amd64\setup\msi\Server\vmmServer.msi.
    05:08:23:LaunchMsi: Turning off the internal UI for C:\SC2012_SP1_BETA_SCVMM\amd64\setup\msi\Server\vmmServer.msi.
    05:08:23:LaunchMSI:  Enable logging for the MSI at C:\ProgramData\VMMLogs\vmmServer.log.
    05:08:23:LaunchMsi: MSI C:\SC2012_SP1_BETA_SCVMM\amd64\setup\msi\Server\vmmServer.msi is not in silent mode.  Setting the external UI.
    05:08:23:LaunchMsi: Launching C:\SC2012_SP1_BETA_SCVMM\amd64\setup\msi\Server\vmmServer.msi with arguments 'INSTALLINGLANGUAGE = 1033 REBOOT=ReallySuppress INSTALLDIR="C:\Program Files\Microsoft System Center 2012\Virtual Machine Manager\" INDIGOPORT="8100"
    SERVERACCOUNTNAME="CONTROLMYVPS\VMMAdmin" SERVICEACCOUNT="CONTROLMYVPS\VMMAdmin" COMPANYNAME="VPSBlocks" USERNAME="Will Kruss" WSMANPORT="5985" BITSPORT="8443" LIBSHARENAME="MSSCVMMLibrary" LIBSHAREPATH="C:\ProgramData\Virtual Machine Manager Library Files"
    SQLPORT="0" INSTANCENAME="SCVMM" DATABASENAME="VirtualManagerDB" CONNECTIONSTR="Integrated Security=SSPI;Application Name=VirtualMachineManager;Max Pool Size=500;Encrypt=true;TrustServerCertificate=true;Server=SCVMM;database=VirtualManagerDB" ONREMOTESERVER="0"
    SQLMACHINENAME="SCVMM" SQLMACHINEFQDN="SCVMM.controlmyvps.com.au" INDIGOHTTPSPORT="8101" INDIGONETTCPPORT="8102" INDIGOHTTPPORT="8103" SETUPLANGUAGE="en-US"  REBOOT=ReallySuppress'
    05:08:29:statusUpdate: Resetting progress bar for MSI: MaxValue 9837
    05:08:37:statusUpdate: Resetting progress bar for MSI: MaxValue 1317559262
    05:08:37:statusUpdate: Resetting progress bar for MSI: MaxValue 1317559262
    05:09:11:MsiInstallProduct finished for msi C:\SC2012_SP1_BETA_SCVMM\amd64\setup\msi\Server\vmmServer.msi.
    05:09:11:LaunchMSI: MSI C:\SC2012_SP1_BETA_SCVMM\amd64\setup\msi\Server\vmmServer.msi succeeded.
    05:09:11:Doing Postinstall task for PangaeaServer
    05:09:11:ProcessInstalls: Install Item VMM management server was successful.  We will launch the post process delegate.
    05:09:49:VMMPostinstallProcessor threw an exception: Threw Exception.Type: System.IO.FileNotFoundException, Exception.Message: Could not load file or assembly 'Microsoft.FailoverClusters.PowerShell, Version=6.2.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35'
    or one of its dependencies. The system cannot find the file specified.
    05:09:49:StackTrace:   at Microsoft.VirtualManager.ClusterUtil.PowershellInvocationException..ctor(Exception innerException)
       at Microsoft.VirtualManager.ClusterUtil.PowershellHelper.InvokePowershell()
       at Microsoft.VirtualManager.ClusterUtil.PowershellHelper.InvokeCommand(String commandName, Object[] commandParameters)
       at Microsoft.VirtualManager.ClusterUtil.PowershellHelper.LoadModules(String[] moduleNames)
       at Microsoft.VirtualManager.Setup.FeatureEnableHelper.EnableWindowsClusteringFeature()
       at Microsoft.VirtualManager.Setup.InstallItemCustomDelegates.PangaeaServerPostinstallProcessor()
    05:09:49:ProcessInstalls: Running the PostProcessDelegate returned false.
    05:09:49:ProcessInstalls: Running the PostProcessDelegate for PangaeaServer failed.... This is a fatal item.  Setting rollback.
    05:09:49:SetProgressScreen: FinishMinorStep.
    05:09:49:ProcessInstalls: Rollback is set and we are not doing an uninstall so we will stop processing installs
    05:09:49:****************************************************************
    05:09:49:****Starting*RollBack*******************************************
    05:09:49:****************************************************************
    Any suggestions would be appreciated!
    Cheers,
    - Will Kruss

    Hi
    I am having a similar problem
    I have managed to install the console but no the VMM server manager
    I get the below error:
    "Unable to add the Windows feature RSAT-Clustering.
    Run the PowerShell command window and try to add this 
    feature. "
    The RSAT-Clustering feature is installed as can be seen below.
    Not sure what the issue is.
    PS C:\Users\xxxx>
    Get-WindowsFeature RSAT-Cluster*
    Display Name    
    Name    Install
    State
            [X] Failover Clustering Tools 
    RSAT-Clustering
                        Installed
                [X] Failover Cluster Management Tools       RSAT-Clustering-Mgmt    
          Installed
                [X] Failover Cluster Module for Windows ... RSAT-Clustering-Powe...        Installed
                [X] Failover Cluster Automation Server      
      RSAT-Clustering-Auto...         Installed
                [X] Failover Cluster Command Interface      RSAT-Clustering-CmdI...    
        Installed
    Can any one help?

Maybe you are looking for

  • Any way to revearse sinc?

    Hello, I have put into my iphone all my calendar dates. I've now set up outlook for the first time, is there a way to get my dates into outlook from the phone? I know it can work the other way, but was just wondering if the revearse is doable?

  • Af:query advanced mode.How to hide ???

    I am using Jdeveloper 11.1.2.3.0 I have a af:query component. I need to have the advanced mode features like add fields but I want to know is there a way to make the screen have the look and feel of basic mode.(Just to have one search box for a field

  • How do I restore deleted passwords?

    Using Firefox 26 I was trying to copy/paste my passwords but accidentally deleted them. How do I restore them? Thank you!

  • Colours desaturate when I copy and paste an image into another file

    I'm using Illustrator CS4 with Windows Vista, 4GB RAM. I've created an image using lots of gradients and different shades of colour, and have tried copying it into a new file, but all the colours in the copied image are desaturated. For instance, a b

  • Vector shape color

    When I add color to the shape it comes up like this. Any help would be great.