インターフェイス グループへのパスの入力

IT Inventory が関連する内容を適切に表示できるようにするには、データベースで特定の規則が遵守されていることが必要です。

IT システム インターフェイスを表すすべての関連するモデルが保存されているグループへのパスを設定ファイル ARIS Publisher Server installation directory\tomcat\webapps\businesspublisher\config\extensions\ext02\interfaces.xml に指定します。

パスのすべてのグループ名がデータベース言語「英語」で設定されていることを確認してください。

デモ データベースでは、これは「02 インターフェイス」グループです。

<?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>