IT Inventory へのロールベースのアクセスは、責任者と定義されているユーザー グループをモデル化することでコントロールできます。 ユーザー グループを設定ファイル ARIS Publisher Server インストール ディレクトリ\tomcat\webapps\businesspublisher\config\extensions\ext02\security.xml に入力する必要があります。 GUID の代わりに名前を入力する場合は、名前がデータベース言語「英語」で設定されていることを確認してください。
デフォルト設定では、ユーザー グループ [IT Inventory] の読取権限のみを持つすべてのユーザーの GUID は 14416e90-0884-11dc-2729-000bcd0cce4e です。
<mapper name="SystemFactSheet_InventoryUsers_Profile" type="profileMapper">
<!-- possible properties are:
filterguid - guid of selected filter, groupguid,groupname - guid (name) of group which is associated with logged in user profilegroupguid, profilegroupname - guid (name) of group which is associated with selected profile-->
<property name="groupguid">
14416e90-0884-11dc-2729-000bcd0cce4e
</property>
</mapper>
</permissionTemplate>
...
IT 構築者に関しては、[IT 構築者] ユーザー グループに GUID が入力されます:
<mapper name="IT_Architects_Profile" type="profileMapper">
<property name="groupguid">
a92b03f0-594c-11e0-5541-001a6b3c820f
</property>
</mapper>