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