RSA DLP How to migrate RSA_DLP_EM database host server
Originally Published: 2016-04-25
Article Number
Applies To
RSA Product/Service Type: Enterprise Manager
RSA Version/Condition: 9.6 SP2
Platform: Windows Server 2008/2012
Issue
Resolution
First: Enterprise Manager Changes:
Step1: Stop the Enterprise Manager Service
On the new EM, go into the Services control manager [services.msc] and stop the RSA DLP Enterprise Manager service.
Step 2: Configure the EM to Use the new Database
Open Windows Explorer on the Enterprise Manager and navigate to the following directory.
C:\Program Files (x86)\RSA\Enterprise Manager\webapps\root\WEB-INF\classes
From that directory, open the file “application. Properties” using Notepad/Wordpad (or any text editor). Look for the line that begins with “jdbc.url=”.
This is generally one of the first lines.
There are three things we will need from this line:
- The SQL server name
- The SQL instance name
- The database name.
As an Example:
jdbc.url=jdbc:sqlserver://BostonSQL;instanceName=DLPInstance;sendStringParametersAsUnicode=true;integratedSecurity=true;selectMethod=cursor;encrypt=true;trustServerCertificate=true;databaseName=RSA_DLP_EM;
-BostonSQL is the name of the SQL server
-DLPInstance is the name of the SQL instance containing the DLP database (In many installations, a SQL instance will not be shown. This is normal if the default SQL instance was used for the installation)
-The database name is given at the end of the line, RSA_DLP_EM in this case.
- Change the SQL server name to the new IP or hostname
Second: Database Changes:
- Go to Host A, Open SQL Server Management Studio. Explore Databases.
- Right click on RSA_DLP_EM Database and select Task->Detach.
- Select check boxes for Drop connection, Update Statistics, Keep Full Text catalogs and click [OK].
- Copy RSA_DLP_EM_log.LDF & RSA_DLP_EM.mdf files from Server A to Server B : This files can be found on server A at:
- Go to Host B, Open SQL Server Management Studio.
- Right click on Databases and select [Attach].
- Click on [Add], provide the mdf file location, which we saved in step 5.
- Click [OK] and that will create RSA_DLP_EM database on Host B.
Related Articles
How to migrate an RSA ACE/Server version 4.1 5.0.x or 5.1 database into RSA ACE/Server version 5.0.x or 5.1 15Number of Views Error 25000.Upgrade error: unable to migrate sdserv database(3) 39Number of Views How to migrate the database as a separate step when upgrading RSA Identity Governance & Lifecycle 25Number of Views Is it possible to migrate an existing KCA 4.5.x installation on a Windows NT machine to a Windows 2000 machine? 2Number of Views How to migrate the RSA enVision platform from Windows 2003 to 2008 without affecting the data on the DAS 2000 16Number of Views
Trending Articles
Quick Setup Guide - Passwordless Authentication in Windows MFA Agent for Active Directory RSA Authentication Manager 8.9 Release Notes (January 2026) Artifacts to gather in RSA Identity Governance & Lifecycle RSA Governance & Lifecycle 8.0.0 Administrators Guide RSA Governance & Lifecycle 8.0.0 Installation Guide
Don't see what you're looking for?