特殊な管理 > データセキュリティの確保 > セキュリティラベルと免除承諾 > セキュリティラベルの設定 > セキュリティラベルの設定手順 > ステップ 10. 承諾オブジェクトタイプをサーチ可能にする - 任意
  
ステップ 10. 承諾オブジェクトタイプをサーチ可能にする - 任意
* 
免除承諾を有効にしない場合、このステップは省略します。
単純サーチとアドバンスサーチで承諾オブジェクトタイプをサーチ可能にするには、次の手順を実行します。
1. 次の場所に移動します。
<Windchill>/codebase/com/ptc/windchill/enterprise/search/server
<Windchill>Windchill ソリューションのインストール場所です。
2. SearchableTypes.properties.xconf ファイルを以下の場所にコピーします。
<Windchill>/wtSafeArea/ptcOrig/codebase/com/ptc/windchill/enterprise/search/server
および
<Windchill>/wtSafeArea/siteMod/codebase/com/ptc/windchill/enterprise/search/server
3. <Windchill>/wtSafeArea/siteMod/codebase/com/ptc/windchill/enterprise/search/server/SearchableTypes.properties.xconf ファイルをテキストエディタで開きます。
4. カテゴリごとに、以下からコメントを削除します。
<!-- If security labels is enabled on your system then add
wt.access.agreement.AuthorizationAgreement to ProjectLink.userSearch:
<AddToProperty name="ProjectLink.userSearch" value=
"wt.access.agreement.AuthorizationAgreement"/>
-->
たとえば、
<!-- If security labels is enabled on your system then add
wt.access.agreement.AuthorizationAgreement to ProjectLink.userSearch:
<AddToProperty name="ProjectLink.userSearch" value=
"wt.access.agreement.AuthorizationAgreement"/>
-->
上記の文字列を次のように修正します。
<!-- If security labels is enabled on your system then add
wt.access.agreement.AuthorizationAgreement to ProjectLink.userSearch:-->
<AddToProperty name="ProjectLink.userSearch" value=
"wt.access.agreement.AuthorizationAgreement"/>
5. WindchillPDM.allSearch という名前のプロパティが AuthorizationAgreement に存在しない場合、以下のように追加します。
<Property name="WindchillPDM.allSearch" multivalued="," default=
”wt.access.agreement.AuthorizationAgreement"/>
6. 保存して閉じます。