Les administrateurs de script peuvent utiliser le fichier psmReportConfig.xml pour adapter les macros et les rapports de support de processus aux exigences souhaitées. Ce fichier contrôle :
Pour modifier le fichier, ouvrez-le dans l'administrateur et suivez les commentaires du fichier.
Une fois la configuration modifiée, les administrateurs de support de processus peuvent répertorier et le cas échéant supprimer automatiquement les affectations non valides à l'aide du rapport Administration du paysage informatique - Supprimer affectations non valides.
La configuration est par défaut prédéfinie comme suit :
<?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>