How to change SQL Server default port in DLP Enterprise Manager 9.6
Originally Published: 2016-02-22
Article Number
Applies To
RSA Product/Service Type: Enterprise Manager
RSA Version/Condition: 9.6
Platform: Windows
Issue
Resolution
1- Run the SQL Server Configuration Manager.
2- Select the SQL Server Network Configuration.
3- Select from the list the instance you want to configure to listen to on a specific port.
4- To change the port assignment right-click on the TCP/IP protocol and select Properties.
5- Click on the IP Addresses tab.
6- Go down till the IPALL tab and change the TCP Port to the preferred new port number instead of 1433
7- You will have to restart the SQL server service
On the Enterprise manager server
1- Stop the EM service
2- Go to C:\Program Files (x86)\RSA\Enterprise Manager\webapps\root\WEB-INF\classes
3- edit application.properties
4- Add the port number to the below line
jdbc.url=jdbc:sqlserver://SQLDB;;sendStringParametersAsUnicode=true; integratedSecurity=true;selectMethod=cursor;encrypt=true;trustServerCertificate=true;databaseName=DLP_EM;
For example:
jdbc.url=jdbc:sqlserver://SQLDB:9999;;sendStringParametersAsUnicode=true; integratedSecurity=true;selectMethod=cursor;encrypt=true;trustServerCertificate=true;databaseName=DLP_EM;
5- Start the EM service.
Related Articles
How to generate a SQL Explain Plan in RSA Identity Governance & Lifecycle if Oracle Enterprise Manager (OEM) access is not… 276Number of Views How to change default port values in RSA Federated Identity Manager 7Number of Views SAP connector fails with hostname not found when using a non-default port in RSA Identity Governance & Lifecycle 56Number of Views RSA DLP - How to change session timeout of the Enterprise Manager 85Number of Views Default token policy change prompts every user to change their PIN in RSA Authentication Manager 8.x 225Number of Views
Trending Articles
Downloading RSA Authentication Manager license files or RSA Software token seed records Unable to login to RSA Authentication Manager Security Console as super admin RSA Authentication Manager 8.9 Release Notes (January 2026) How to manipulate imported RSA SecurID Software Token(s) on an iPhone or iPad device Connection fails to Cloud Authentication Service when connecting through a proxy server from RSA Authentication Manager to…
Don't see what you're looking for?