Service Operations Insight

SOI Tech Tip:  UIM Connector UIM Database connect credentials after CA_UIM Database moved to another SQL Server 

Oct 14, 2016 10:44 AM

When the CA_UIM Database of the UIM Server is moved to another SQL Server, the new connection credentials can be updated in the UIM Connectors configuration file CA\Catalyst\CatalystConnector\registry\topology\physical\<hostname>_CatalystConnector\modules\configuration\Nimsoftconnector.xml file.

 

<property name="wsUrl" value="jdbc:sqlserver://<sqlserver>:1433;databaseName=CA_UIM;integratedSecurity=true"/>
 <property name="wsUsername" value="<account>"/>
 <property name="wsPassword" value="<password>"/>

 

The password needs to be encrypted with the utility

 

CA\Catalyst\CatalystConnector\tools\encrypt\encrypter.bat

 

encrypter.bat new_password

 

Statistics
0 Favorited
0 Views
0 Files
0 Shares
0 Downloads

Related Entries and Links

No Related Resource entered.