For IT Inventory to properly display relevant content, specific conventions must be adhered to in the database.
You specify the path to the group in which all relevant models for representing IT system interfaces are saved in the configuration file ARIS Publisher Server installation directory\tomcat\webapps\businesspublisher\config\extensions\ext02\interfaces.xml.
Ensure that all group names in the path are specified in the database language English.
In the demo database, this is the group 02 Interfaces.
<?xml version="1.0" encoding="UTF-8"?>
<!DOCTYPE config SYSTEM "interfaces.dtd">
<config>
<interfaceObject
typeName="interface"
propertyName="interfaces"
sourcePropertyName="sourceSystem"
targetPropertyName="targetSystem"
protocolPropertyName="protocol"
dataTypePropertyName="dataType"
changeHistoryPropertyName="changeHistory"/>
<import>
<interfaceDiagram path="United Motor Group/4. IT Systems/Systems/02 Interfaces" locale="1033" />
<!-- interfaceDiagram path="United Motor Group/4. IT Systems/Systems/02 Interfaces/${capitalOrderChar}" locale="1033" /-->
<sourceDiagram path="${sourcegroup}" locale="1033" />
<targetDiagram path="${targetgroup}" locale="1033" />
</import>
</config>