추가 기능 > Windchill PartsLink > Windchill PartsLink 구성 > Windchill PartsLink 사용 준비
Windchill PartsLink 사용 준비
Windchill PartsLink 설치에 대한 자세한 내용은 다음 항목을 참조하십시오.
Windchill PartsLink와 함께 Windchill을 업데이트 또는 업그레이드할 때 수행해야 할 단계
데모 분류 구조 로드
새 서버에서 데모 분류를 있는 그대로 시작점으로 로드하거나 기존 데모 분류를 업데이트하여 이를 기반으로 고유의 분류 구조를 작성할 수 있습니다.
데모 분류는 샘플 분류로만 제공되며 Windchill PartsLink 설치의 일부로 자동 로드되지 않습니다. 데모 분류를 로드하려면 다음 단계를 완료하십시오.
1. 텍스트 편집기에서 다음 로드 파일을 엽니다.
<Windchill>\loadFiles\partslink\demoClf\DemoClassification_nodes.xml
2. Windchill 솔루션이 설치된 디렉토리를 가리키도록 <csvcontentRoot> 요소의 파일 경로를 업데이트합니다.
예를 들어, Windchill 솔루션을 J 드라이브의 "Windchill" 디렉토리에 설치한 경우 다음과 같습니다.
<csvContentRoot handler="com.ptc.core.lwc.server.TypeDefinitionLoader.getContentRoot">
<csvcontentRoot>J:/Windchill/loadFiles/partslink/demoClf/attachments/</csvcontentRoot>
<!--TODO: Update above csvContentRoot path before actual load-->
</csvContentRoot>
3. 다음 파일을 지정된 순서로 로드합니다.
<Windchill>\loadFiles\partslink\demoClf\DemoClassification_QOM.xml
<Windchill>\loadFiles\partslink\demoClf\DemoClassification_attributes.xml
<Windchill>\loadFiles\partslink\demoClf\DemoClassification_nodes.xml
예:
windchill wt.load.LoadFromFile -d <Windchill>\loadFiles\partslink\demoClf\DemoClassification_QOM.xml -u <사용자 이름> -p <암호>
windchill wt.load.LoadFromFile -d <Windchill>\loadFiles\partslink\demoClf\DemoClassification_attributes.xml -u <사용자 이름> -p <암호>
windchill wt.load.LoadFromFile -d <Windchill>\loadFiles\partslink\demoClf\DemoClassification_nodes.xml -u <사용자 이름> -p <암호>
로드 파일 사용에 대한 자세한 내용은 데이터 로드 및 LoadFromFile 프레임워크 소개를 참조하십시오.
도움이 되셨나요?