Previous Topic: How to Configure Data SynchronizationNext Topic: Data Synchronization Configuration Limitations


Example: SAMDataSynchConfig.xml Configuration File Structure

The following example shows a section of the configuration file with the following changes to the default attributes and criteria:

The following terms in the example require explanation:

SamTable

Specifies the XML node that represents the mapping of the CA APM and CA SAM data objects or table.

Apmsyncclass

Specifies the name of the data synchronization object in CA APM.

Samsynctable

Specifies the name of the database table that the CA APM objects map to in CA SAM.

SamField

Specifies the XML node that represents the mapping of CA APM and CA SAM attributes.

Apmattribute

Specifies the CA APM attribute of the data synchronization object. To generate the name of the attribute, log in to the CA APM database using a database client tool and execute the following query:

select attribute_name, class_name, table_name, field_name from arg_attribute_def where class_name='object_name';

Use the value of the attribute_name column as the value for the Apmattribute XML attribute in the configuration XML.

Samattribute

Specifies the field name in the database table that the CA APM attributes map to in CA SAM. For the list of CA SAM objects and attributes, see the CA Software Asset Manager Administration Manual.

APMCriteria

Specifies the XML node that holds one or more child criteria nodes.

Criteria

Specifies the XML node that represents the criteria that is applied with the OR connector in the CA APM database table.