Deleting On Premises EUM v4

|
Published

Follow the below steps to decommission EUM v4:

  1. Keep a note of the SQL database Connection String
  2. Remove EUM as Trusted Identity Provider from the On Premises SharePoint server
  3. Stop the EUM Site
  4. Delete the EUM Folder from Server
  5. Delete the EUM Website from IIS
  6. Delete the Application Pools
  7. Delete the SQL database

Keep a note of the SQL Database Connection String

The SQL Database for EUM is normally named EUM_Manage Users. To find the Connection String, you can visit the server where EUM is installed.

  1. Login to the server where EUM is installed, go to the IIS, select the EUM site, right click, and select Explore
  2. You will be taken to the EUM folder. Open the Extranet_API_V4 and then the file Web.config as Notepad++ or Notepad
    Delete_EUM_OnPrem_1.JPG
  3. Lookout for Manageusers.ConnectString, and the value of this will have the connection siring to the SQL Database
    Delete_EUM_OnPrem_2.JPG
  4. Keep a note of the Connection String

Remove EUM as Trusted Identity Provider from the On Premises SharePoint server

  1. Login to the SharePoint Server
  2. In Central Admin (Application Management | Manage web Applications) under Authentication
    Providers: Un-Check the box for the new provider. (On the Application that you were using it).
    Delete_EUM_OnPrem_6.JPG
  3. Remove the EUM as a trusted Identity Token Issuer from SharePoint. Follow the Microsoft Document for this: Remove-SPTrustedIdentityTokenIssuer

Stop the EUM Site

  1. Login to the server where EUM is installed, go to the IIS, select the EUM site, right click, and expand Manage Website. Select Stop.
    Delete_EUM_OnPrem_7.JPG

Delete the EUM Folder from the server

  1. Login to the server where EUM is installed, go to the IIS, select the EUM site, right click, and select Explore
  2. You will be taken to the EUM folder. Go back one level in the folder structure, so you can delete the EUM folder.
    Delete_EUM_OnPrem_3.JPG

Delete the EUM Website from IIS

  1. Login to the server where EUM is installed, go to the IIS, select the EUM site, right click, and select Remove
    Delete_EUM_OnPrem_4.JPG

Delete the Application Pools

  1. Login to the server where EUM is installed, go to the IIS, select the Application Pools
  2. Select the three EUM related Application Pools, and delete these one by one.

Select each Application Pool, right click, and select Remove
Delete_EUM_OnPrem_5.JPG

Delete the SQL Database

  1. Delete the SQL Database once you have logged into the SQL Server following the Connection String noted in earlier steps