Script administrators can use the file psmReportConfig.xml to adapt IT landscape macros and reports according to the relevant requirements.
To open this file, click ARIS > Administration >
Evaluations > Common files. The psmReportConfig.xml file controls:
which assignments are allowed and which items are selected in dialogs
optionally, the subgroup in which the group structure is created for the process support unit
optionally, symbols differing from the default (<PsmSymbols>)
optionally, symbol size differing from the default (<SymbolScaleFactor>)
To edit the file, open it in Administration and follow the instructions.
Once the configuration has been changed, IT landscape administrators can list invalid assignments using the IT landscape administration - Remove invalid assignments report and, if necessary, automatically delete them.
The configuration has the following default settings:
<?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
this factor has to be >=1 and <=3. If a lower value is defined 1 will be used, if a bigger is defined 3 will be used
All objects will be rescaled after the factor has been changed, the font size will stay as is-->
<SymbolScaleFactor>1</SymbolScaleFactor>
</ReportRegistry>