Summary:
When we install 2 spectrum connectors in same connector machine and you wish to use connector policy separately (Different Policies for each connector) then you have to follow steps as below.
Instructions:
When running multiple instances of the SpectrumIM connector on a single system, by default there is only a single connector policy file which all instances of the connector are using.
- If you want to have different policies for individual instances of the connector, you have to
----------
<?xml version="1.0" encoding="UTF-8"?><ConnectorConfig ConnectorName="<Connector_Server_Name>">
<Silo MdrProdInstance="Spectrum-<Connector_Name>" MdrProduct="CA:00005" State="Removed" name="CA:00005_<Connector_Name>" uuid="25d4a1d9-01a4-42c8-9d85-94b812c76ac8">
<ImplementationClass descriptorClass="com.ca.usm.ucf.utils.USMBaseConnectorDescriptor" name="com.ca.usm.ucf.spectrum.SpectrumUCFConnector" policy="spectrumim_policyABC.xml" sbpolicy="spectrumim_policySB.xml"/>
....
......
----------
- Recycle SAM Integration Framework Services after those changes for changes to take effect.