Creating Offline Configuration XML file

About this task

It is recommended that you add the Collector property section above the Tag property section in your offline configuration XML file.

Procedure

  1. Add the following collector interface properties to the top of your configuration XML file.
    The following is an example for the Server to Server Collector interface properties:
    <Import>
    <Collectors>
    <Collector Name="<Collector Name>">
    <InterfaceType>ServerToServer</InterfaceType>
    <InterfaceGeneral1>10</InterfaceGeneral1>
    ......
    </Collector>
    </Collectors>
  2. Add your TagList and Tag properties to your XML file.
    <Collectors>
    ...
    </Collectors>
     
    <TagList Version="1.0.71">
     
    <Tag>
    <Tagname>simCollector1</Tagname>
    <SourceAddress>Result = CurrentValue("SJC1GEIP05.Simulation00002")</SourceAddress>
    ...
    </Tag>
     
    <Tag>
    <Tagname>simCollector2</Tagname>
    <SourceAddress>Result = CurrentValue("SJC1GEIP05.Simulation00002")</SourceAddress>
    ...
    </Tag>
    ...
    </TagList>
    </Import>
  3. Add the closing </Import> tag to the end of your XML file.