다른 응용 프로그램과 통합 > Windchill ESI 소개 > Windchill Integration for MES 사용 > Windchill Integration for MES 설치 > Windchill Integration for MES 사용 > 사후 설치 지침
  
사후 설치 지침
Windchill Integration for MES – Proficy 설치를 완료하려면 다음 절차를 완료하십시오.
1. 모든 서버가 시작되었는지 확인합니다.
2. Windchill 셸에서
windchill wt.load.LoadFromFile -d
<wt_home>\loadFiles\esi\ESITargetAttributesForTypes.xml
명령을 실행하여 새로운 속성을 로드합니다.
3. Windchill 셸에서
windchill wt.load.LoadFromFile -d <wt_home>/loadFiles/esi/ESIMESTarget.xml
명령을 실행하여 새로운 Windchill Integration for MES – Proficy 배포 대상 유형을 로드합니다.
4. Proficy 서버에서 보안 인증서를 가져와 Windchill 시스템에 설치합니다. 보안 인증서를 설치하려면 다음 절차를 따르십시오.
a. 명령 프롬프트에서 mmc를 입력합니다.
b. 대화 상자가 나타나면 File > Add/Remove Snap-in을 선택합니다.
c. Certificates > Add를 선택합니다.
d. Computer Account를 선택하고 Next를 클릭합니다.
e. Local Computer를 선택하고 Finish를 클릭합니다.
f. Certificates (Local Computer) > Trusted Root Certification Authority > Certificates 로 이동합니다.
g. 오른쪽 클릭 메뉴에서 All Tasks > Import를 선택합니다. 주어진 .cer 파일을 찾습니다. 마법사에서 기본 설정을 적용하고 인증서 가져오기를 완료합니다.
h. 웹 브라우저를 다시 시작하고 https://(ProficyServer 호스트):(포트) /SOAServer/SOAProject/PfMD/ExecutionService/IExecutionService?wsdl로 이동합니다.
5. Windchill에서 사용하는 신뢰할 수 있는 인증서 저장소에 인증서를 설치합니다. 이렇게 하려면 다음 절차를 따르십시오.
a. ${JAVA_HOME}/jre/lib/security/jssecacerts가 없으면 ${JAVA_HOME}/jre/lib/security/cacerts의 복사본을 만들고 이름을 "jssecacerts"로 바꿉니다.
keytool -import -alias <some alias name> -file <path to certificate.cert> -storetype
jks -keystore ${JAVA_HOME}/jre/lib/security/jssecacerts
명령을 사용하여 인증서를 가져옵니다.
예:
keytool -import -alias "GE Proficy Certificate" -file "D:\ptc\Proficy Security
Certificate\GEFanucCert\GEFanucCert.cer" -storetype jks -keystore
D:/ptc/Windchill_B14/Java/jre/lib/security/jssecacerts
keytool -list -keystore ${JAVA_HOME}/jre/lib/security/jssecacerts
명령을 실행하여 새 인증서가 목록에 있는지 확인합니다.
* 
키 저장소의 기본 암호는 changeit입니다. JAVA_HOME은 Windchill 서버에서 사용하는 java를 참조합니다.
7. 모든 서버를 다시 시작합니다.