Konfiguration

Mit Hilfe der Datei psmReportConfig.xml können Skript-Administratoren Bebauungsmakros und Bebauungsreporte den gewünschten Anforderungen entsprechend anpassen. Klicken Sie zum Öffnen dieser Datei auf ARIS > Administration anzeigen Administration > Auswertungen Auswertungen > Gemeinsame Dateien. Die Datei psmReportConfig.xml steuert:

Zum Bearbeiten öffnen Sie die Datei m Administrator und folgen den Kommentaren in der Datei.

Nachdem die Konfiguration geändert wurde, können Bebauungsadministratoren ungültige Zuordnungen mit Hilfe des Reports Bebauungsadministration - Ungültige Zuordnungen entfernen auflisten und ggf. automatisch löschen.

Die Konfiguration ist im Standard folgendermaßen voreingestellt:

<?xml version="1.0" encoding="UTF-8"?>

<ReportRegistry>

<!-- IF not all OT should be possible just delete or empty the element -->

<AST>

<OT>OT_APPL_SYS_TYPE</OT>

<!-- IF no AT is specified the filter will only use the OT -->

<!-- <AT>AT_SYSTEM_TYPE</AT>-->

<!-- AVT can contain a list of possible Values separated by comma, if it contains -1 only objects
where the attribute is not maintained will be selected -->

<!-- <AVT>AVT_SYSTEM_TYPE_SYSTEM,AVT_SYSTEM_TYPE_SERVICE</AVT>-->

</AST>

<ASC>

<OT>OT_APPL_SYS_CLS</OT>

<AT>AT_QUADRANT</AT>

<AVT>-1</AVT>

</ASC>

<AS>

<OT>OT_APPL_SYS</OT>

<!-- <AT>AT_SYSTEM_TYPE</AT>

<AVT>AVT_SYSTEM_TYPE_SYSTEM,AVT_SYSTEM_TYPE_SERVICE</AVT>-->

</AS>

<PsuParentGroup></PsuParentGroup>

<!--If other Symbols than the predefined should be used, the following element
<PsmSymbols> must be included.

For each object type to be changed one <PsmSymbol> element must be added. If a userdefined
symbol should be used, the GUID must be used instead of the type constant string -->

<!-- <PsmSymbols>

<PsmSymbol>

<OT>OT_ORG_UNIT</OT>

<ST>ST_ORG_UNIT_2</ST>

</PsmSymbol>

</PsmSymbols> -->

<!--The SymbolScaleFactor can be used to modify the size of the objects in the IT-Landscape planning

dieser Faktor muss >=1 und <=3 sein. Ist ein niedrigerer Wert festgelegt, wird 1 verwendet; ist ein höherer Wert festgelegt, wird 3 verwendet.

All objects will be rescaled after the factor has been changed, the font size will stay as is-->

<SymbolScaleFactor>1</SymbolScaleFactor>

</ReportRegistry>