The section contains mapping tables from the data source values in to CA Business Service Insight's event fields.
XML Structure:
<TranslationTableCollection LoadingMode="remote" TranslationTablesFileName="Translations.xml"> <TranslationTable Name="ResourcesTranslateTable" DestinationType="resource"> <TranslationField>nodeName</TranslationField> </TranslationTable> <TranslationTable Name="EventTypesTranslateTable" DestinationType="event_type"> <TranslationField>eventType</TranslationField> </TranslationTable> <TranslationTable Name="valueUpDownTranslateTable" DestinationType="value" ValueType="string"> <TranslationField>eventType</TranslationField> </TranslationTable> </TranslationTableCollection>
Note: The default for online interface is remote and for offline interface is standalone. The specified loading method of the translation tables as following:
|
Copyright © 2012 CA.
All rights reserved.
|
|