Notice: This website is an unofficial Microsoft Knowledge Base (hereinafter KB) archive and is intended to provide a reliable access to deleted content from Microsoft KB. All KB articles are owned by Microsoft Corporation. Read full disclaimer for more details.

Description of Update Rollup 1 for System Center 2012 R2 Virtual Machine Manager


View products that this article applies to.

Summary

This article contains a complete description of all changes in Update Rollup 1 for Microsoft System Center 2012 R2 Virtual Machine Manager.

Important It is imperative that you review the installation instructions before you install this update.

↑ Back to the top


More Information

Issues

Update Rollup 1 for System Center 2012 R2 Virtual Machine Manager resolves the following issues:
  • System Center 2012 R2 Virtual Machine Manager cannot deploy a new or imported VMWare template.
  • A virtual machine with that uses VHDX cannot be refreshed correctly in System Center 2012 R2 Virtual Machine Manager, and you receive the following error message:

    Refresh job failed with error 2912: The requested operation cannot be performed on the virtual disk as it is currently used in shared mode (0xC05CFF0A)
  • Database operations sometimes fail with "FailedToAcquireLockException."
  • A new virtual machine template from a template that specifies an operating system profile doesn't use credentials from the operating system profile.
  • Virtual machines in VMWare that connect by the using Cisco N1000V dvSwitch are unavailable for management from Virtual Machine Manager.
  • System Center Virtual Machine Manager service crashes if you disable one of the teamed network adapters.
  • The Get-Scstoragearray -host command should return storage arrays that are visible to a host that is using zoning.
  • During the discovery of a network-attached storage (NAS) provider, the credentials that are used do not include a domain name.
  • Some localized strings are not displayed correctly in the UI.
  • A query to find the certificate should match both the subject name and the friendly name because FindBySubjectName is a wildcard search.
  • Template deployment fails, and you receive the following error message:

    Error (2904)
    VMM could not find the specified path on the <Server name> server.
    The system cannot find the path specified (0x80070003)
  • Virtual Hard Disk (VHD) cannot be mounted on a host because VHD conflicts with other disks because of a stale entry that was left in the dictionary of Virtual Machine Manager memory.
  • Differencing disk based deployment may fail because the parent disk is being refreshed as noncached.

Installation instructions

There are two update packages for Update Rollup 1 for System Center Virtual Machine Manager 2012 R2. They can be manually downloaded from the following links.

Virtual Machine Manager Server (KB2904712)

Download Download the VMM Server update package now.

Virtual Machine Manager Console (KB2919248)

Download Download the VMM Console update package now.

To manually install the update packages, run the following command from an elevated command prompt:
msiexec.exe /update <packagename>

For example, to install the Update Rollup 1 package for a System Center 2012 R2 Virtual Machine Manager server (KB2904712), run the following command:
msiexec.exe /update kb2904712_vmmserver_amd64.msp

Important After you install the update package, you must apply the following SQL script on your Virtual Machine Manager Microsoft SQL Server database for Update Rollup 1 to function correctly.

/* script starts here */
ALTER Procedure [dbo].[prc_RBS_UserRoleSharedObjectRelation_Insert]
(
@ID uniqueidentifier,
@ObjectID uniqueidentifier,
@ObjectType int,
@RoleID uniqueidentifier,
@UserOrGroup varbinary (85),
@ForeignAccount nvarchar (256),
@IsADGroup bit,
@ExistingID uniqueidentifier = NULL OUTPUT
)
AS
SET NOCOUNT ON
SELECT @ExistingID = [ID] FROM [dbo].[tbl_RBS_UserRoleSharedObjectRelation]
WHERE [ObjectID] = @ObjectID AND [RoleID] = @RoleID
AND
-- Select owner OR Select all which matches ForeignAccount or UserOrGroup OR
-- both ForeignAccount and UserOrGroup is NULL
(([UserOrGroup] = @UserOrGroup OR [ForeignAccount] = @ForeignAccount) OR
([UserOrGroup] IS NULL AND @UserOrGroup IS NULL AND [ForeignAccount] IS NULL AND @ForeignAccount IS NULL))
/* Ignore duplicate entries */
IF (@ExistingID IS NULL)
BEGIN
INSERT [dbo].[tbl_RBS_UserRoleSharedObjectRelation]
([ID]
,[ObjectID]
,[ObjectType]
,[RoleID]
,[UserOrGroup]
,[ForeignAccount]
,[IsADGroup]
,[IsOwner]
)
VALUES
(
@ID,
@ObjectID,
@ObjectType,
@RoleID,
@UserOrGroup,
@ForeignAccount,
@IsADGroup,
0
)
END
SET NOCOUNT OFF
RETURN @@ERROR
/* script ends here */


Note After Update Rollup 1 for Virtual Machine Manager is installed, you may experience one of the following issues:
  • When you try to import an add-in into the Virtual Machine Manager console, the import may be unsuccessful. Additionally, you receive the following error message:

    An error occurred while trying to create an add-in folder for your account:

    Access to the path: "C:\Program Files\Microsoft System Center 2012 R2\Virtual Machine Manager\bin\AddInPipeline\AddIns" is denied.
  • When you open the VMM console, you receive the following error message:

    Could not update managed code add-in pipeline due to the following error:

    The required folder "C:\Program Files\Microsoft System Center 2012 R2\Virtual Machine Manager\bin\AddInPipeline\HostSideAdapters" does not exist.
To resolve these issues, follow these steps:
  1. Locate the following folder:

    C:\Program Files\Microsoft System Center 2012 R2\Virtual Machine Manager\bin
  2. Right-click the AddInPipeline folder, and then click Properties.
  3. On the Security tab, click Advanced, and then click Continue.
  4. Select the BUILTIN group, and then click Edit.
  5. Click the Select a principal link, type Authenticated Users, and then click OK.
  6. Click OK to close each dialog box that is associated with the properties.

Files that are updated in Update Rollup 1 packages

Virtual Machine Manager Server (KB2904712)
File nameFile sizeFile versionArchitecture
DB.DelegatedAdmin.dll930243.2.7620.0
Engine.Adhc.Operations.dll13376963.2.7620.0
Engine.AuthorizationManager.dll1042883.2.7620.0
Engine.AuthorizationManagerTasks.dll510403.2.7620.0
Engine.Backup.dll689603.2.7620.0
Engine.Common.dll2271683.2.7620.0
Engine.Deployment.dll6388163.2.7620.0
Engine.ImgLibOperation.dll5476803.2.7620.0
Engine.IndigoAccessLayer.dll5159363.2.7620.0
Engine.PhysicalMachine.dll3608003.2.7515.0
Engine.VmOperations.dll12634563.2.7620.0
ImgLibEngine.dll41096643.2.7620.0
msiInstaller.dat12
Remoting.dll10243523.2.7620.0
Supplemental Notices for SC 2012 R2 Virtual Machine Manager Update Rollup 1.docx31978
Utils.dll8876483.2.7620.0
vmmAgent.exe63235523.2.7620.0
vmmAgent.msi7147520x86
vmmAgent.msi8142848x64
VMWareImplementation.dll20652483.2.7620.0

Virtual Machine Manager Administrator Console (KB2919248)
File nameFile sizeFile versionLanguage ID
DB.DelegatedAdmin.dll930243.2.7620.0
Engine.Common.dll2271683.2.7620.0
Engine.Deployment.dll6388163.2.7620.0
ImgLibEngine.dll41096643.2.7620.0
Microsoft.SystemCenter.VirtualMachineManager.dll20186563.2.7620.0
Microsoft.VirtualManager.UI.Dialogs.dll31926723.2.7620.0
Microsoft.VirtualManager.UI.Dialogs.resources.dll10217923.2.7620.02052
Microsoft.VirtualManager.UI.Dialogs.resources.dll10566083.2.7620.01036
Microsoft.VirtualManager.UI.Dialogs.resources.dll10504643.2.7620.01031
Microsoft.VirtualManager.UI.Dialogs.resources.dll10463683.2.7620.01040
Microsoft.VirtualManager.UI.Dialogs.resources.dll10688963.2.7620.01041
Microsoft.VirtualManager.UI.Dialogs.resources.dll10468803.2.7620.01046
Microsoft.VirtualManager.UI.Dialogs.resources.dll11190723.2.7620.01049
Microsoft.VirtualManager.UI.Dialogs.resources.dll10504643.2.7620.03082
Microsoft.VirtualManager.UI.Dialogs.resources.dll10238403.2.7620.01028
Microsoft.VirtualManager.UI.Dialogs.resources.dll10473923.2.7620.01042
Microsoft.VirtualManager.UI.Dialogs.resources.dll10238403.2.7620.03076
Microsoft.VirtualManager.UI.Dialogs.resources.dll10489283.2.7620.01029
Microsoft.VirtualManager.UI.Dialogs.resources.dll10432963.2.7620.01043
Microsoft.VirtualManager.UI.Dialogs.resources.dll10555843.2.7620.01038
Microsoft.VirtualManager.UI.Dialogs.resources.dll10473923.2.7620.01045
Microsoft.VirtualManager.UI.Dialogs.resources.dll10494403.2.7620.02070
Microsoft.VirtualManager.UI.Dialogs.resources.dll10386883.2.7620.01053
Microsoft.VirtualManager.UI.Dialogs.resources.dll10427843.2.7620.01055
Microsoft.VirtualManager.UI.HardwareProperties.dll6121923.2.7620.0
Microsoft.VirtualManager.UI.HardwareProperties.resources.dll2809283.2.7620.02052
Microsoft.VirtualManager.UI.HardwareProperties.resources.dll2850243.2.7620.01036
Microsoft.VirtualManager.UI.HardwareProperties.resources.dll2850243.2.7620.01031
Microsoft.VirtualManager.UI.HardwareProperties.resources.dll2840003.2.7620.01040
Microsoft.VirtualManager.UI.HardwareProperties.resources.dll2860483.2.7620.01041
Microsoft.VirtualManager.UI.HardwareProperties.resources.dll2840003.2.7620.01046
Microsoft.VirtualManager.UI.HardwareProperties.resources.dll2932163.2.7620.01049
Microsoft.VirtualManager.UI.HardwareProperties.resources.dll2845123.2.7620.03082
Microsoft.VirtualManager.UI.HardwareProperties.resources.dll2809283.2.7620.01028
Microsoft.VirtualManager.UI.HardwareProperties.resources.dll2834883.2.7620.01042
Microsoft.VirtualManager.UI.HardwareProperties.resources.dll2809283.2.7620.03076
Microsoft.VirtualManager.UI.HardwareProperties.resources.dll2840003.2.7620.01029
Microsoft.VirtualManager.UI.HardwareProperties.resources.dll2845123.2.7620.01043
Microsoft.VirtualManager.UI.HardwareProperties.resources.dll2840003.2.7620.01038
Microsoft.VirtualManager.UI.HardwareProperties.resources.dll2834883.2.7620.01045
Microsoft.VirtualManager.UI.HardwareProperties.resources.dll2834883.2.7620.02070
Microsoft.VirtualManager.UI.HardwareProperties.resources.dll2834883.2.7620.01053
Microsoft.VirtualManager.UI.HardwareProperties.resources.dll2840003.2.7620.01055
Microsoft.VirtualManager.UI.Pages.Datacenter.dll33795523.2.7620.0
Microsoft.VirtualManager.UI.Pages.Datacenter.resources.dll12532163.2.7620.02052
Microsoft.VirtualManager.UI.Pages.Datacenter.resources.dll12885443.2.7620.01036
Microsoft.VirtualManager.UI.Pages.Datacenter.resources.dll12813763.2.7620.01031
Microsoft.VirtualManager.UI.Pages.Datacenter.resources.dll12762563.2.7620.01040
Microsoft.VirtualManager.UI.Pages.Datacenter.resources.dll13008323.2.7620.01041
Microsoft.VirtualManager.UI.Pages.Datacenter.resources.dll12772803.2.7620.01046
Microsoft.VirtualManager.UI.Pages.Datacenter.resources.dll13499843.2.7620.01049
Microsoft.VirtualManager.UI.Pages.Datacenter.resources.dll12813763.2.7620.03082
Microsoft.VirtualManager.UI.Pages.Datacenter.resources.dll12562883.2.7620.01028
Microsoft.VirtualManager.UI.Pages.Datacenter.resources.dll12783043.2.7620.01042
Microsoft.VirtualManager.UI.Pages.Datacenter.resources.dll12562883.2.7620.03076
Microsoft.VirtualManager.UI.Pages.Datacenter.resources.dll12813763.2.7620.01029
Microsoft.VirtualManager.UI.Pages.Datacenter.resources.dll12736963.2.7620.01043
Microsoft.VirtualManager.UI.Pages.Datacenter.resources.dll12859843.2.7620.01038
Microsoft.VirtualManager.UI.Pages.Datacenter.resources.dll12788163.2.7620.01045
Microsoft.VirtualManager.UI.Pages.Datacenter.resources.dll12803523.2.7620.02070
Microsoft.VirtualManager.UI.Pages.Datacenter.resources.dll12706243.2.7620.01053
Microsoft.VirtualManager.UI.Pages.Datacenter.resources.dll12742083.2.7620.01055
Microsoft.VirtualManager.UI.Specialization.dll3710403.2.7620.0
Microsoft.VirtualManager.UI.Specialization.resources.dll1176003.2.7620.02052
Microsoft.VirtualManager.UI.Specialization.resources.dll1196483.2.7620.01036
Microsoft.VirtualManager.UI.Specialization.resources.dll1186243.2.7620.01031
Microsoft.VirtualManager.UI.Specialization.resources.dll1191363.2.7620.01040
Microsoft.VirtualManager.UI.Specialization.resources.dll1196483.2.7620.01041
Microsoft.VirtualManager.UI.Specialization.resources.dll1186243.2.7620.01046
Microsoft.VirtualManager.UI.Specialization.resources.dll1222083.2.7620.01049
Microsoft.VirtualManager.UI.Specialization.resources.dll1191363.2.7620.03082
Microsoft.VirtualManager.UI.Specialization.resources.dll1176003.2.7620.01028
Microsoft.VirtualManager.UI.Specialization.resources.dll1186243.2.7620.01042
Microsoft.VirtualManager.UI.Specialization.resources.dll1176003.2.7620.03076
Microsoft.VirtualManager.UI.Specialization.resources.dll1186243.2.7620.01029
Microsoft.VirtualManager.UI.Specialization.resources.dll1186243.2.7620.01043
Microsoft.VirtualManager.UI.Specialization.resources.dll1191363.2.7620.01038
Microsoft.VirtualManager.UI.Specialization.resources.dll1186243.2.7620.01045
Microsoft.VirtualManager.UI.Specialization.resources.dll1191363.2.7620.02070
Microsoft.VirtualManager.UI.Specialization.resources.dll1186243.2.7620.01053
Microsoft.VirtualManager.UI.Specialization.resources.dll1181123.2.7620.01055
Microsoft.VirtualManager.UI.VmmControls.dll8943043.2.7620.0
Microsoft.VirtualManager.UI.VmmControls.resources.dll2819523.2.7620.02052
Microsoft.VirtualManager.UI.VmmControls.resources.dll2891203.2.7620.01036
Microsoft.VirtualManager.UI.VmmControls.resources.dll2865603.2.7620.01031
Microsoft.VirtualManager.UI.VmmControls.resources.dll2865603.2.7620.01040
Microsoft.VirtualManager.UI.VmmControls.resources.dll2906563.2.7620.01041
Microsoft.VirtualManager.UI.VmmControls.resources.dll2870723.2.7620.01046
Microsoft.VirtualManager.UI.VmmControls.resources.dll3029443.2.7620.01049
Microsoft.VirtualManager.UI.VmmControls.resources.dll2875843.2.7620.03082
Microsoft.VirtualManager.UI.VmmControls.resources.dll2824643.2.7620.01028
Microsoft.VirtualManager.UI.VmmControls.resources.dll2860483.2.7620.01042
Microsoft.VirtualManager.UI.VmmControls.resources.dll2824643.2.7620.03076
Microsoft.VirtualManager.UI.VmmControls.resources.dll2870723.2.7620.01029
Microsoft.VirtualManager.UI.VmmControls.resources.dll2860483.2.7620.01043
Microsoft.VirtualManager.UI.VmmControls.resources.dll2880963.2.7620.01038
Microsoft.VirtualManager.UI.VmmControls.resources.dll2865603.2.7620.01045
Microsoft.VirtualManager.UI.VmmControls.resources.dll2865603.2.7620.02070
Microsoft.VirtualManager.UI.VmmControls.resources.dll2850243.2.7620.01053
Microsoft.VirtualManager.UI.VmmControls.resources.dll2860483.2.7620.01055
Microsoft.VirtualManager.UI.VMWizards.dll3997123.2.7620.0
Remoting.dll10243523.2.7620.0
Supplemental Notices for SC 2012 R2 Virtual Machine Manager Update Rollup 1.docx31978
Utils.dll8876483.2.7620.0
VMWareImplementation.dll20652483.2.7620.0

 

↑ Back to the top


Keywords: kbfix, kbbug, kbentirenet, atdownload, kbexpertiseadvanced, kbsurveynew, kb

↑ Back to the top

Article Info
Article ID : 2904712
Revision : 1
Created on : 1/7/2017
Published on : 2/25/2014
Exists online : False
Views : 332