추가 Windchill 기능 > 서비스 정보 관리 > 서비스 제품 계층 구조 정보 > 사용자 정의 제품 계층 구조 객체를 기본 제공 서비스 제품 계층 구조 유형으로 업데이트
  
사용자 정의 제품 계층 구조 객체를 기본 제공 서비스 제품 계층 구조 유형으로 업데이트
이 항목에는 서비스 제품 계층 구조의 객체 유형을 사용자 정의에서 PTC가 제공하는 기본 제공으로 업데이트하는 정보가 포함되어 있습니다.
다음 단계에 따라 사용자 정의 유형을 업데이트합니다.
1. 클래스 파일을 클릭하여 클래스 파일을 다운로드하고 windchill_dir/codebase에 복사합니다.
2. Windchill-path\codebase\com\ptc\arbortext\windchill\siscore\xconf\sis.properties.xconf에 있는 Windchill Service Information Manager에 대한 sis.properties.xconf 등록 정보 구성 파일을 엽니다.
3. 사용자 정의 제품 계층 구조 유형의 참조가 포함된 다음 등록 정보를 제거합니다.
com.ptc.arbortext.sis.typename.productHierarchyNode
com.ptc.arbortext.sis.typename.productHierarchyRoot
com.ptc.arbortext.sis.typename.productInstanceNode
4. Windchill 셸을 열고 xconfmanager -pF 명령을 실행하여 변경 사항을 적용합니다.
.
5. Windchill 셸에서 windchill ChangeTypeSql <Internal Name of source type> <Internal Name of target type> 명령을 실행합니다.
예를 들어, 제품 인스턴스 유형 com.example.PHInstance의 사용자 정의 객체를 com.ptc.PHInstance로 업데이트하려면 windchill ChangeTypeSql com.example.PHInstance com.ptc.PHInstance 명령을 입력합니다.
* 
업데이트하려는 제품 계층 구조의 각 사용자 정의 유형에 대해 이 명령을 실행합니다.
6. 위 명령은 각각 제품 계층 구조의 각 유형에 대해 SQL 명령을 생성합니다. Windchill 셸에서 SQL 명령을 복사하고 Windchill 데이터베이스에서 실행합니다. 이렇게 하면 데이터베이스의 사용자 정의 객체가 기본 제공 유형으로 업데이트됩니다.