Previous Topic: Metric Data RepositoryNext Topic: Create the Connector Configuration File


Connector Configuration Files

To deploy and use a custom connector in the CA SOI IFW, you must define a configuration file for the connector in the SOI_HOME\resources\Configurations directory. This configuration file is an XML file that helps perform various tasks similar to any other connector configuration file. For example, it contains data pertaining to how to connect to the domain manager, the location of the connector class, the name of the connector, and so on.

You can create the connector configuration file manually by following the template file myMDR_template.xml provided with the Sample connector installer kit. Comments marked within this template file explain the properties that help you create your configuration file. You must create a copy of the template file, edit it as required, and rename it based on the naming convention (<MdrProduct>_template.xml). Additionally, while creating your configuration file, you must consider the following points:

During installation, the installer replaces the word template in <MdrProduct>_template.xml with the location of the domain manager server to which the connector is pointing (MdrProdInstance). For example, the sample template is called myMDR_template.xml. During installation, the user is prompted for the location of the domain manager server. If the user enters the server name as myServerX, the configuration file is renamed to myMDR_myServerX.xml.

Note: The connector configuration file becomes available under the SOI_HOME\ resources\Configurations folder when the connector installation is done.