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
Error 25000.Upgrade error: unable to migrate sdserv database(3) 39Number of Views 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 How to migrate the database as a separate step when upgrading RSA Identity Governance & Lifecycle 25Number of Views 'java.io.FileNotFoundException: aveksa-version.properties' error running migrate.sh in RSA Identity Governance & Lifecycle 165Number of Views How to migrate from RSA Authentication Manager hardware appliance or virtual appliance to virtual appliance in another pla… 287Number of Views
Trending Articles
Passwordless Authentication in Windows MFA Agent for Active Directory – Quick Setup Guide RSA Authentication Manager 8.9 Release Notes (January 2026) RSA Authentication Manager Upgrade Process RSA Authentication Manager 8.7 SP2 Setup and Configuration Guide An example of SSO using SAML and ADFS with RSA Identity Management and Governance 6.9.x
Don't see what you're looking for?