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. 저장하고 닫습니다.