You can change the JDBC port number for communicating with the SA Store database. The JDBC port number is 1433 by default.
Follow these steps:
<session-factory> <!-- Database connection settings --> . . . <property name="connection.url">jdbc:jtds:sqlserver: //server:portnumber/SAMStore;instance=; </property> . . . </session-factory>
<tns:persistenceManager inj:injID="pm"> . . . <tns:dataSource inj:injID="dbconfig"> <tns:url>jdbc:jtds:sqlserver://server:portnumber/ SAMStore;instance=;socketKeepAlive=true;</tns:url>
<bean id="dbSettings" class="com.ca.ssa.servicediscovery.loader.DBSettings"> <property name="driver" value="net.sourceforge.jtds.jdbc.Driver" /> <property name="url" value="jdbc:jtds:sqlserver://server:portnumber/SAMStore" />
Note: Make this change in the '<!-- connectivity to the persistence store database -->' and the '<!-- connectivity to the SSA database -->' sections.
Change the port number in the CONNECTION_URL property for each custom metric. This is only required if you have added custom Dashboard metrics that communicate on the same port as the SA Store.
All SA Manager files contain the new JDBC port number.
Note: tomcat_path refers to the default BusinessObjects Tomcat installation directory of C:\Program Files\CA\SC\CommonReporting3\Tomcat55.
The Central Configuration Manager dialog opens.
The JDBC port number is changed on the report server.
This step is only required if you have added custom Dashboard metrics that communicate on the same port as the SA Store.
The Registry loads an updated record of all CA Catalyst files in which you changed the port number.
<dbConfig name="wso2registry"> <url>jdbc:jtds:sqlserver://server:portnumber/SAMStore;instance= </url>
<Configuration> . . . <Property name="url">jdbc:jtds:sqlserver ://server:portnumber/SAMStore;instance=</Property>
The files used to load the CA Catalyst Registry contain the new port number.
The port number change takes effect.
|
Copyright © 2013 CA.
All rights reserved.
|
|