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