전문 관리 > MPMLink 관리 > 객체 연관에 대한 대량 업데이트 구성
객체 연관에 대한 대량 업데이트 구성
제조 객체 대량 업데이트 작업을 사용할 때 업데이트할 수 있는 연관을 제어하는 등록 정보는 기본적으로 다음 파일에서 제공됩니다.
WT_HOME/codebase/com/ptc/windchill/mpml/xconfs/mpmlink.wt.properties.xconf
이 테이블에서는 특정 연관에 대한 제조 객체 대량 업데이트를 구성하는 등록 정보를 나타냅니다. 이러한 등록 정보를 추가 또는 업데이트할 수 없습니다.
등록 정보
설명
<Property name="massUpdate.Collection.810"
default="WCTYPE|wt.part.WTPartUsageLink,usedBy,uses"/>
상위 부품과 연관된 하위 부품을 업데이트할 수 있습니다.
<Property name="massUpdate.Collection.802"
default="WCTYPE|wt.part.WTPartDescribeLink,describes,describedBy"/>
부품과 연관된 설명자 문서를 업데이트할 수 있습니다.
<Property name="massUpdate.Collection.803"
default="WCTYPE|wt.part.WTPartReferenceLink,referencedBy,references"/>
부품과 연관된 참조 문서를 업데이트할 수 있습니다.
<Property name="massUpdate.Collection.804"
default="WCTYPE|com.ptc.windchill.mpml.MPMDocumentDescribeLink,
describes,describedBy"/>
작업, 공정 계획, 시퀀스 및 리소스와 연관된 설명자 문서를 업데이트할 수 있습니다.
<Property name="massUpdate.Collection.805"
default="WCTYPE|com.ptc.windchill.mpml.MPMDocumentReferenceLink,
referencedBy,references"/>
작업, 공정 계획, 시퀀스 및 리소스와 연관된 참조 문서를 업데이트할 수 있습니다.
<Property name="massUpdate.Collection.806"
default="WCTYPE|com.ptc.windchill.mpml.processplan.operation.
MPMOperationToWorkCenterLink,referencedBy,references"/>
작업에 할당된 작업 센터를 업데이트할 수 있습니다.
<Property name="massUpdate.Collection.808"
default="WCTYPE|com.ptc.windchill.mpml.processplan.operation.
MPMOperationToConsumableLink,referencedBy,references"/>
작업에 할당된 기술, 도구 및 처리 재료와 같은 처리 리소스를 업데이트할 수 있습니다.
<Property name="massUpdate.Collection.807"
default="WCTYPE|com.ptc.windchill.mpml.processplan.operation.
MPMOperationProcessLink,referencedBy,references"/>
작업에 할당된 제조 역량을 업데이트할 수 있습니다.
<Property name="massUpdate.Collection.809"
default="WCTYPE|com.ptc.windchill.mpml.MPMStandardProcedureLink,usedBy,uses"/>
작업에 할당된 표준 절차를 업데이트할 수 있습니다.
<Property name="massUpdate.Collection.9010"
default="WCTYPE|wt.mpm.rawmaterial.RawMaterialLink,makes,madeFrom"/>
원자재 또는 반완성 부품에서 작성된 반완성 부품 또는 완성된 부품을 업데이트할 수 있습니다.
대량 업데이트에 대한 로그를 활성화하려면 다음 단계를 수행합니다.
1. WT_HOME/codebase/WEB-INF/log4jMethodServer.properties 파일을 엽니다.
2. 파일에 다음 라인을 추가합니다.
logger.massupdate.name=com.ptc.windchill.massupdate
logger.massupdate.level=INFO
도움이 되셨나요?