特定管理 > 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
這是否有幫助?