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.

Similar Messages

  • Upgrading from SCOM 2012 SP1 to SCOM 2012 R2 what CU do i install? CU5?

    Hi,
    I just upgraded from SCOM 2012 SP1 to SCOM 2012 R2. What CU version should I install? CU5?
    Thanks
    K

    The most current CU version os SCOM 2012R2 is CU4
    You can download it from
    https://support.microsoft.com/kb/2906925?wa=wsignin1.0
    For detail description of SCOM 2012 R2 CU4, you may refer to
    http://support.microsoft.com/kb/2992020
    and
    http://syscentercldman.blogspot.hk/2014/12/update-of-scom-2012-r2-ur4.html
    Roger

  • SCCM 2012 SP1 to SCCM 2012 R2 - Side by Side

    Hi Friends,
    Currently our SCCM infrastructure is running with a CAS site, 2 Primary Sites and 8 Secondary sites with SCCM 2012 SP1. Now we want to update this infrastructure from SCCM 2012 SP1 to 2012 R2. But we want remove CAS site and to keep only single Primary Site.
    Can this be done in Side by Side migration from SCCM 2012 SP1 to SCCM 2012 R2 ? If yes then please suggest how to migrate all data (Packages/Clients) from SCCM 2012 SP1 to new infra on SCCM 2012 R2.
    Thanks in advance.

    You don't have many (supported) options here. Detaching a site is not possible, so indeed your only option left is to migrate. Problem here is that the supported scenario is from a ConfigMgr 2012 R2 site to a ConfigMgr 2012 R2 site (see:
    http://technet.microsoft.com/en-us/library/gg682006.aspx). That means you should first upgrade your old environment before you can start with your migration.
    My Blog: http://www.petervanderwoude.nl/
    Follow me on twitter: pvanderwoude

  • Upgarde SCOM 2012 SP1 to SCOM 2012 SP1 UR5

    Upgrade SCOM 2012 SP1 to SCOM 2012 SP1 UR5
    We are planning to upgrade our SCOM2012 SP1 to SCOM 2012 SP1 UR5. One of our MS accidentally upgraded to SCOM 2012 SP1 UR4 already. I need to know if I can use the below to upgrade all of them to UR5
    http://www.ms-opsmgr.eu/?p=48
    Is this the correct path or is there any other documentation or precaution , I need to take

    I used this link to update all my SCOM instances to SCOM 2012 SP1 CU5 and it worked fine for me.
    http://support.microsoft.com/kb/2904680
    Since the these updates are cumulative, I guess one MS already CU4 should not affect the SCOM functionality. But still lets wait for other experts to comment on this.
    Thanks, S K Agrawal

  • Difference between scom 2012 sp1 and SCOM 2012 R2

    what is the difference between scom 2012 sp1 and SCOM 2012 R2 ?

    What's New in System Center 2012 R2 Operations Manager:
    https://technet.microsoft.com/en-us/library/dn249700.aspx

  • Migration of SCCM 2012 SP1 to SCCM 2012 R2 in a new domain.

    I am wondering if it is possible to migrate objects from a SCCM 2012 SP1 server in one domain to a new SCCM 2012 R2 server in another domain ?
    I read this article, but it does not state this particular combination.
    http://technet.microsoft.com/en-us/library/gg682006.aspx
    Thx
    Thomas

    For Migrate from SCCM 2012 SP1 to SCCM 2012 R2 in same environment/Domain, it's support and applicable.
    But migrate to new domain, it's not support. Also you can't migrate database for new domain or object. you will need to rebuild it.
    Please remember, if you see a post that helped you please click "Vote As Helpful" and if it answered your question, please click "Mark As Answer"
    Mai Ali | My blog: Technical | Twitter:
    Mai Ali

  • Problems after upgrade from SCVMM 2012 Sp1 to SCVMM 2012 R2

    I did a in-place (uninstall VMM2012 Sp1, retain the database, and install VMM2012 R2 point to old database) upgrade. All the steps work fine.
    The only problem (so far) is that when I create a new VM using a custom template (for example, Windows 2008 R2), the deploy fail with the following error:
    Error (2912)
    An internal error has occurred trying to contact the vm-scvmm2012.domain.com server: NO_PARAM: NO_PARAM.
    WinRM: URL: [http://vm-scvmm2012.domain.com:5985], Verb: [INVOKE], Method: [GetError], Resource: [http://schemas.microsoft.com/wbem/wsman/1/wmi/root/microsoft/bits/BitsClientJob?JobId={56B8E488-5DB9-4CC1-BEFA-AFF76E1E4D2D}]
    Unknown error (0x80072f0d)
    Recommended Action
    Check that WS-Management service is installed and running on server vm-scvmm2012.domain.com. For more information use the command "winrm helpmsg hresult". If vm-scvmm2012.domain.com is a host/library/update server or a PXE server role then ensure
    that VMM agent is installed and running. Refer to http://support.microsoft.com/kb/2742275 for more details.
    Information (26278)
    VMM could not offload transfer the file \\vm-scvmm2012.domain.com\MSSCVMMLibrary\VHDs\Template_Windows_2008_R2_SP1.vhdx to C:\ClusterStorage\Volume1\VM-NEWVM\Template_Windows_2008_R2_SP1.vhdx.
    Any ideas?

    I have a similar problem when migrating VMs from Windows 2008 R2 (Non Clustered) Hyper-V to Windows 2012 Hyper Cluster. I had previously migrated about 100 VMs like this with no problem. It appears since upgrading from VMM SP1 Rollup 4 to Rollup 5 this problem
    is happening. All Agents are up to date.
    I can migrate VMs in the cluster no problem.
    I removed the Windows 2008 R2 Hyper-V host and added it back which allowed the job to at least start but when it gets to the final steps of importing the VM it fails with the same error and references the VMM server.
    Others suggest this is a VMM Certificate problem and you can remove the Cluster node and add it back again but I can't do that in a production Cluster with hundreds of VMs. That is not an acceptable solution.
    How can we fix this?

  • Issue upgrading SCOM 2012 SP1 to SCOM 2012 R2

    I have been having a really fun time trying to get my test SCOM 2012 SP1 environment upgraded to SCOM 2012 R2.  I initially had an issue with the DB server not accepting connections to SMB which was causing the upgrade to fail stating database permission
    issues (that was a fun one to troubleshoot).  Once I figured out that problem I am now getting an error in the OpsMgrSetupWizard log that is stating the following:
    [14:46:47]: Always:
    :LaunchMsiSetup: Complete: 2 seconds
    [14:46:47]: Error:
    :LaunchMsiSetup: Failed, return code: 1612
    [14:46:47]: Error:
    :Error:Failed to uninstall previous MOM product on this machine, cannot proceed with upgrade
    [14:46:47]: Error:
    :Error:Failed to uninstall Operations Manager Agent on this machine. This is fatal error, we cannot proceed with upgrade
    [14:46:50]: Error:
    :LaunchMSI: MSI E:\Setup\AMD64\Server\OMServer.msi returned error 1603
    [14:46:50]: Error:
    :ProcessInstalls: Install Item Management Server failed to install.  We did not launch the post process delegate.
    In the application log I am getting the following error:
    "Product: System Center Operations Manager 2012 Server -- The Operations Manager management server cannot be installed on a computer on which the Operations Manager agent, Operations Manager gateway, System Center Essentials, or System Center Service
    Manager is already installed. These must be uninstalled to proceed."
    I have verified that I don't have any of these installed and have even gone so far as to remove my Config man agent and System Center Endpoint Protection just in case it was getting confused with System Center Essentials.
    I am at a loss as to what to try next.  Any suggestions?

    Hi,
    Check if you have the following registry. If so, please back it up first, then delete for a test.
     HKEY_CLASSES_ROOT\Installer\UpgradeCodes\C96403E8AD6025B4F9E1FE9C574E34AE
    Also, please uninstall MOM product and Operations Manager Agent manually to check the result.
    Upgrading System Center 2012 SP1 - Operations Manager to System Center 2012 R2
    http://technet.microsoft.com/en-us/library/dn249707.aspx
    We
    are trying to better understand customer views on social support experience, so your participation in this
    interview project would be greatly appreciated if you have time.
    Thanks for helping make community forums a great place.

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

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

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

  • Upgrading DPM 2012 SP1 to DPM 2012 R2 fails (DPM Setup is unable to connect to the specific instance of SQL Server Reporting Service (ID: 33431)

    The Background:
    1.  DPM 2012 SP1 was originally installed on a server with local SQL 2008 R2 instance (SQL was installed as part of DPM)
    2.  SQL database was upgraded to SQL 2012 SP1
    Now I want to upgrade DPM 2012 SP1 CU3 to R2.  It is throwing the following error.  Any help would be appreciated. 

    This absolutely fixed my issue.  I had upgraded my version of SQL and was then trying to upgrade DPM 2012 to 2012R2 and I could not figure out where the installation was querying old version of the reporting services.
    DPM Log Before:
    [6/4/2014 2:53:32 PM] Information : Query WMI provider for path of configuration file for SQL Server 2008 Reporting Services.
    [6/4/2014 2:53:32 PM] Information : Querying WMI Namespace: \\DPMServer\root\Microsoft\SqlServer\ReportServer\RS_MSDPM2012\v10\admin for query: SELECT * FROM MSReportServer_ConfigurationSetting WHERE InstanceName='MSDPM2012'
    [6/4/2014 2:53:32 PM] * Exception :  => System.Management.ManagementException: Provider load failure
    DPM Log After:
    [6/4/2014 3:25:36 PM] Information : SQL Server 2008 R2 SP2 instance MSDPM2012 is not present on this system.
    [6/4/2014 3:25:36 PM] Information : Query WMI provider for SQL Server 2008.
    [6/4/2014 3:25:36 PM] Information : Querying WMI Namespace: \\DPMServer\root\Microsoft\SqlServer\ComputerManagement11 for query: Select * from SqlServiceAdvancedProperty where ServiceName='MSSQL$MSDPM2012' and PropertyName='Version'
    [6/4/2014 3:25:36 PM] Information : SQL Server 2008 R2 SP2 instance MSDPM2012 is present on this system.
    [6/4/2014 3:25:36 PM] Information : Inspect context initialized with
    SQL Server namespace: \\{0}\root\Microsoft\SqlServer\ComputerManagement11
    Reporting namespace: \\{0}\root\Microsoft\SqlServer\ReportServer\RS_{1}\v11\admin
    SqlServerDetected: True
    [6/4/2014 3:25:36 PM] Information : Check if SQL Server 2012 Service Pack 1 Tools is installed.
    [6/4/2014 3:25:36 PM] Information : Inspect.CheckSqlServerTools : MsiQueryProductState returned : INSTALLSTATE_DEFAULT
    [6/4/2014 3:25:36 PM] Information : **********************************************************************************
    Thanks for This FIX!

  • Issue while Upgrading vmm 2012 sp1 to vmm 2012 R2

    Hi,
    We are trying to upgrade the vmm setup to 2012 r2 ,we retained the existing vmm database
    While upgrading to vmm 2012 r2 , got the below warning message:
    "The VMM database contains one or more services in a failed state. Upgrading to VMM in System Center 2012 R2 is not recommended. Retry the upgrade after you have reinstalled VMM for System Center 2012 SP1 and repaired or removed these services. Click
    Cancel to exit the upgrade."
    Tried to find the bug using the vmm logs file like
    errlevel
    setupwizard
    vmmserver
    In erlevel log, the entry was "0".
    Any idea what the issue is????

    1. You just need CU3 - these are cumulative
    2. Sure, you can take a temporary snapshot. You need to take a SQL backup also.
    3. Don't forget to test the upgrade process on a copy of your site database (use /testdbupgrade)
    This guide may help you
    http://www.gerryhampsoncm.blogspot.ie/2013/10/in-place-upgrade-sccm-2012-sp1-to-r2.html
    Gerry Hampson | Blog:
    www.gerryhampsoncm.blogspot.ie | LinkedIn:
    Gerry Hampson | Twitter:
    @gerryhampson

  • Installing DPM 2012 SP1 onto Server 2012 R2 (Compatible / Supported)?

    Hi,
    Can DPM 2012 SP1 be installed onto Server 2012 R2? i.e. is it compatible and also is it supported by Microsoft?
    If so are there any official documents or links provided by Microsoft for this installation scenario?
    I would have installed DPM 2012 R2 onto Server 2012 R2 but this is not possible due to DPM 2012 R2 not supporting Server 2008 protected servers!
    Thanks,
    Microsoft Partner

    Hi,
    DPM 2012 SP1 is not supported running on Windows server 2012 R2.
    System requirements for System Center 2012 SP1 - DPM
    http://technet.microsoft.com/en-us/library/jj651645.aspx
    Can you tell me how many Windows 2008 servers you need to protect and what is preventing you from upgrading them to Windows 2008 R2 ?
    Please remember to click “Mark as Answer” on the post that helps you, and to click “Unmark as Answer” if a marked post does not actually answer your question. This can be beneficial to other community members reading the thread. Regards, Mike J. [MSFT]
    This posting is provided "AS IS" with no warranties, and confers no rights.

  • Options for monitoring health of SCSM 2012 SP1 using SCOM 2012 SP1

    Hi,
    I've done some research on how to monitor SCSM using SCOM (version 2012 SP1 for both) and found two options:
    Option 1 - Agent-based monitoring. With SCSM2012 SP1, it looks as though the agent is
    already present (for upgrades and also for fresh installs). So it follows that SCOM will be able to monitor the health of SCSM.
    Option 2 - Agentless monitoring. On the Technet
    download page, 'System Requirements' section indicates compatibility with SCOM 2012 and above, and SCSM 2012 and above. Details tab says the following (emphasis mine):
    This System Center Management Pack for System Center 2012 - Service Manager should be used to monitor
    System Center 2012 - Service Manager, System Center 2012 R2 - Service Manager
    and includes monitors for the management server as well as the Data Warehouse server. In this release of the management pack, the Data Access Service, Health Service, Configuration Service, and workflows are monitored.
    So it looks like both options are viable, but I'd be interested in hearing other people's experiences of using one vs. the other. Is there any major difference in the information that's provided by agentless vs. agent-based monitoring, or are they just two
    different ways of pulling the exact same information into SCOM?
    Edit: Just occurred to me that SP1 isn't explicitly mentioned in the Technet article linked above under option 2. Has anyone successfully used agentless monitoring on SP1?

    Hi,
    Here is a related blog for your reference.
    SCSM 2012 SP1 (Beta) – Monitoring Management Servers with SCOM 2012
    http://marcelzehner.ch/2012/09/29/scsm-2012-sp1-beta-monitoring-management-servers-with-scom-2012/
    We
    are trying to better understand customer views on social support experience, so your participation in this
    interview project would be greatly appreciated if you have time.
    Thanks for helping make community forums a great place.

  • Connection dropped between DPM and Agent during consistency check, following DPM 2012 SP1 to DPM 2012 R2

    Recently I have updated a DPM 2012 SP1 standalone server to DPM 2012 R2. That it’s self was a challenge... Following the upgrade most of the protection groups required consistency checks. For some time I have been having problems performing these consistency
    checks on remote servers over a 10Meg link.
    On the DPM server I would kick off a ping to the remote host, then start a consistency check. Within a few seconds I would start to get dropped pings, and very large ping response times, 3000ms plus. Within 3 minutes the pings would time out completely and
    no connections can be made to the remote server, RDP etc. However any other server on the network can connect to the remote client. Eventually the DPM jobs times out and sometime later the pings also return.
    The resolution to this has taken some digging but this is what I have found. The DPM agent update does not seem to fully work and requires a reinstall. Here is my process:
    Logon to remote client server
    Install .net 4 (a raw install of the client requires this, may not be needed when done via DPM)
    Via Add Remove Programs, remove DPM agent
    Clean up Reg
    Delete "HKLM\SOFTWARE\Microsoft\Microsoft Data Protection Manager"
    Delete "HKLM\System\CurrentControlSet\Services\DPM**" (However this key is not there for me)
    Back onto DPM Server
    Modified protection groups as required to remove all instances of the client server
    Remove Agent for client server
    Install agent via DPM (watch for the glitch right at the end where it does a failed, then succeed…)
    REBOOT client server
    Add back into protection group
    Consistency check kicked off automatically
    This seems to have fixed the issue.

    Hi,
    The prerequisite required for DPM 2012 SP1 that must be installed is a re-rerelease of UR3 which is 4.1.3317.0 - please download and install the update specified. 
    Please remember to click “Mark as Answer” on the post that helps you, and to click “Unmark as Answer” if a marked post does not actually answer your question. This can be beneficial to other community members reading the thread. Regards, Mike J. [MSFT]
    This posting is provided "AS IS" with no warranties, and confers no rights.

  • Team Foundation Server 2010 and System Center 2012 SP1 Operations Manager WorkItem Synchronization fail

    Hello,
    We are currently implementing a Devops solution with SCOM 2012 SP1 and TFS 2010 SP1 and we would like to synchronize APM alerts with TFS and the Operational Issue WorkItem. However we are not
    able to sync anything.
    Here is our environments :
    Products :
    SCOM
    System Center Operations Manager 2012 SP1
    French
    OS: Windows 2012 SP1 Std x64
    French
    DB: SCOM SQL Server 2012 SP1 x64
    Management Pack
    MP Operations Manager TFS Work Item Synchronisation 7.0.9538.0
    MP Alert Attachement 7.0.9538.0 (We have also try the version in the VM DEVOPSALL : 7.0.9538.1005)
    TFS
    Team Foundation Server 2010 SP1
    French 10.0.40219.1
    OS: Windows 2008 R2 SP1 Std x64
    French
    DB: TFS SQL Server 2008 x64
    TFS 2012 Object Model Installer (We have also try the version 2010)
    Here is our configuration :
    TFS Platform                                                                                                                              
    This a French platform with a project based on the Process Template SCRUM 1.0 alone in a Team Project collection. The Operational Issue import completed successfully. It’s possible to manipulate
    Operational Issue for all of its states from TFS.
    SCOM Platform
    We followed the documentation at :
    http://technet.microsoft.com/en-us/library/jj883936.aspx
    to configure SCOM Alert Attachment and Operation Manager Tfs Work Item Synchronization. Everything seems to be ok. All configurations succeed. We did not configure Intellitrace collector.
    The problem occurs when we are trying to push an APM alert to TFS. When we assigned an alert to the Engineering nothing is synchronized in TFS. There is no error in the event viewer on the TFS
    server. But, on the SCOM server we get 2 exceptions raised by  Microsoft.EnterpriseManagement.Modules.Apm.TfsWISync.OMModules. We provide you the log of the SCOM Server in this mail.
    Detailed exceptions :
    Exception message are in French. In English it could be : OEF expected. The followed elements are not closed : Source, Link.
    Microsoft.SystemCenter.TfsWISync.SyncAttachments.Rule
    TFS Work Item Synchronisation ServerName
    {EC924637-2725-7C94-8F37-013B657F4530}
    Microsoft.EnterpriseManagement.Modules.Apm.TfsConnector.OMModules.ReadOpenAlertsModule
    System.Xml.XmlException: Fin de fichier inattendue. Les éléments suivants ne sont pas fermés : Source, Link. Ligne 1, position 65537.
       à System.Xml.XmlTextReaderImpl.Throw(String res, String arg)
       à System.Xml.XmlTextReaderImpl.ParseElementContent()
       à System.Xml.XmlReader.ReadString()
       à System.Xml.XmlReader.ReadElementString(String name)
       à Microsoft.EnterpriseManagement.Modules.Apm.TfsConnector.Common.DataItems.Links.DeserializeInternal(XmlReader reader)
       à Microsoft.EnterpriseManagement.Modules.Apm.TfsConnector.Common.DataItems.Links.Deserialize(String mappings)
       à Microsoft.EnterpriseManagement.Modules.Apm.TfsConnector.OMModules.ReadOpenAlertsModule.InitializeConfiguration(XmlReader reader)
       à Microsoft.EnterpriseManagement.Modules.Apm.TfsConnector.OMModules.ReadOpenAlertsModule..ctor(ModuleHost`1 moduleHost, XmlReader configurationReader, Byte[] previousState)
    Microsoft.SystemCenter.TfsWISync.SyncWorkItems.Rule
    TFS Work Item Synchronisation ServerName
    {EC924637-2725-7C94-8F37-013B657F4530}
    Microsoft.EnterpriseManagement.Modules.Apm.TfsConnector.OMModules.ReadAlertsSyncModule
    System.Xml.XmlException: Fin de fichier inattendue. Les éléments suivants ne sont pas fermés : Source, Link. Ligne 1, position 65537.
       à System.Xml.XmlTextReaderImpl.Throw(String res, String arg)
       à System.Xml.XmlTextReaderImpl.ParseElementContent()
       à System.Xml.XmlReader.ReadString()
       à System.Xml.XmlReader.ReadElementString(String name)
       à Microsoft.EnterpriseManagement.Modules.Apm.TfsConnector.Common.DataItems.Links.DeserializeInternal(XmlReader reader)
       à Microsoft.EnterpriseManagement.Modules.Apm.TfsConnector.Common.DataItems.Links.Deserialize(String mappings)
       à Microsoft.EnterpriseManagement.Modules.Apm.TfsConnector.OMModules.ReadAlertsSyncModule.InitializeConfiguration(XmlReader reader)
       à Microsoft.EnterpriseManagement.Modules.Apm.TfsConnector.OMModules.ReadAlertsSyncModule..ctor(ModuleHost`1 moduleHost, XmlReader configurationReader, Byte[] previousState)
    According to you, is there a possible incompatibility of the synchronization system with French environments?
    Thanks for your  help.
    Gregory OTT => http://twitter.com/gregory_ott
    ALM Engineer at Tekigo => www.tekigo.com

    Hi,
    To monitor the complete TFS infrastructure, you need additional monitoring packs that alert you about a wide range of problems with TFS components. When you import the TFS Work Item Synchronization management pack, it is a best practice to
    also import and configure these monitoring packs, you can double check these:
    Monitoring Integration between Operations Manager and TFS in System Center 2012 SP1
    http://technet.microsoft.com/en-us/library/jj899893.aspx
    We
    are trying to better understand customer views on social support experience, so your participation in this
    interview project would be greatly appreciated if you have time.
    Thanks for helping make community forums a great place.

Maybe you are looking for

  • No message in found in XI in IDOC to FILE scenario

    Hi everybody,           I am working on a scenario idoc to file. The idoc is sent sucessfully from R/3 , but I am not getting any message in message monitoring in XI.Can anybody help me on this?

  • Syncing music freezes iPhone and erases album artwork

    This is ridiculous, I just bought the iPhone 6 and updated iTunes to the latest version (I'm on Windows 7). I try to sync new music and iTunes refuses to do so. Instead, it deletes all of my album artwork and just freezes while trying to sync. I adde

  • Blinking Mute buttons in Mixer

    Hi everyone, I was working on an arrangement and not sure what I exactly did, now I can't hear a sound from tracks, and the Mute buttons are blinking in the mixer. I can hear the sound from a track if I solo it though. How do I get my sound back?

  • 10.3.9 minimum requirement

    I'm finally going to take the plunge and get an iPod. While I am very disappointed with not having Firewire, I do appreciate the new thinner design. My question is, I see the minimum system requirement is OS X 10.3.9 - I'm fine, as my Powerbook G4 is

  • How to import "static files" into HTMLDB 2.0

    Hello! I have a problem with "static files" in HTMLDB 2.0. First i exported the "static files" from a workspace. the result is a ".sql" file. now i want to import this file into another workspace. but in HTMLDB theres no option to import "static file