Integrating : Integrating with IBM Cognos : The ODS database : Retrieving encyclopedia data : Getting relationships and images from encyclopedias
  
Getting relationships and images from encyclopedias
By default, the SA Data Retriever does not get relationship information about symbols and diagrams, or images for diagrams. If you prefer to get relationship information and diagram images, modify the XML configuration file (see The XML configuration file) as follows:
1 Open the configuration file SADataRetriever.exe.config. Its default location is:
C:\Program Files\UNICOM Systems\System Architect Suite\SA-Cognos
2 For each relationship type that you want to retrieve data, change corresponding values from 0 to 1 in the following tags:
<add key="SymbolRelations" value="0" />
<add key="DiagramRelations" value="0" />
3 To retrieve diagram images, change the value from 0 to 1 in the following tag:
<add key="DiagramImsage" value="0" />
4 Save the SADataRetriever.exe.config file.
The changes take effect the next time that you run the SA Data Retriever.