DPM upgrade from 1809 to 2022 Fails

JC77 20 Reputation points
2023-12-31T00:11:02.5566667+00:00

When attempting to upgrade DPM 1809 to 2022 it fails the prerequisites check with the following error:

This DPM server is using a shared library.Disable library sharing by running the following commands and run the program again.

  1. SetSharedDPMDatbase.exe RemoveDatabaseSharing.
  2. AddLibraryServerForDpm.exe -DpmServerWithLibrary <FQDN of LibraryServer> -Remove

Backup the DPM database and if you are using a remote instance of SQL Server, attach it to the SQL Server.

When attempting to run SetSharedDPMDatbase.exe RemoveDatabaseSharing it fails with the following error:

Unhandled Exception: System.IO.FileNotFoundException: Could not load file or assembly 'SetupExceptionFactory, Version=1.0.523.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35' or one of its dependencies. The system cannot find the file specified.
   at Microsoft.Internal.EnterpriseStorage.Dls.Setup.SetSharedDpmDatabase.SetSharedDpmDatabase.Main(String[] args)
Microsoft System Center
Microsoft System Center
A suite of Microsoft systems management products that offer solutions for managing datacenter resources, private clouds, and client devices.
893 questions
Windows Server Backup
Windows Server Backup
Windows Server: A family of Microsoft server operating systems that support enterprise-level management, data storage, applications, and communications.Backup: A duplicate copy of a program, a disk, or data, made either for archiving purposes or for safeguarding valuable files from loss should the active copy be damaged or destroyed.
464 questions
0 comments No comments
{count} votes

Accepted answer
  1. XinGuo-MSFT 15,781 Reputation points
    2024-01-02T05:34:08.3266667+00:00

    Hi,

    Please try to remove tape library sharing using the command below:

    AddLibraryServerForDPM -ShareLibraryWithDPM <LCS_FQDN> -Remove
    
    SetSharedDPMDatabase –RemoveDatabaseSharing
    
    

    For more information, please review the link below:

    https://techcommunity.microsoft.com/t5/system-center-blog/how-to-troubleshoot-tape-library-sharing-configuration-issues-in/ba-p/344422


0 additional answers

Sort by: Most helpful