特殊な管理 > データセキュリティの確保 > セキュリティラベルと免除承諾 > セキュリティラベルの設定 > セキュリティラベルの設定手順 > ステップ 12. 承諾オブジェクトタイプを監査可能にする - 任意
  
ステップ 12. 承諾オブジェクトタイプを監査可能にする - 任意
* 
免除承諾を有効にしない場合、このステップは省略します。
承諾オブジェクトタイプを監査可能にするには、次の手順を実行します。
1. 次のソースファイルに移動します。
<Windchill>/codebase/com/ptc/core/auditing/
auditing-SearchableType.properties.xconf
ここで、<Windchill>Windchill ソリューションのインストール場所です。
2. auditing-SearchableType.properties.xconf ファイルを以下の場所にコピーします。
<Windchill>/wtSafeArea/ptcOrig/codebase/com/ptc/
core/auditing/auditing-SearchableType.properties.xconf
および
<Windchill>/wtSafeArea/siteMod/codebase/com/ptc/
core/auditing/auditing-SearchableType.properties.xconf
3. <Windchill>/wtSafeArea/siteMod/codebase/com/ptc/core/auditing/auditing-SearchableType.properties.xconf ファイルをテキストエディタで開きます。
4. 各承諾プロパティを囲んでいるコメント文字を除去します。たとえば、
<!-- If security labels is enabled on your system then add
wt.access.agreement.AuthorizationAgreement to Foundation.
auditSearchFoundation:
<AddToProperty name="Foundation.auditSearchFoundation"
value="wt.access.agreement.AuthorizationAgreement"/>
-->
上記の文字列を次のように修正します。
<!-- If security labels is enabled on your system then add
wt.access.agreement.AuthorizationAgreement to Foundation.
auditSearchFoundation: -->
<AddToProperty name="Foundation.auditSearchFoundation"
value="wt.access.agreement.AuthorizationAgreement"/>
5. 保存して閉じます。