解决 Creo Parametric 参数和 Windchill 属性之间的类型冲突
为避免在 Creo Parametric 参数类型与其所映射到的 Windchill 属性类型不匹配时出现上传问题,可在 custom.site.xconf 文件中设置以下特性:
<Service context="default" name="wt.epm.attributes.EPMAttributeDelegate" targetFile="codebase/service.properties">
<Option cardinality="singleton" requestor="wt.iba.value.IBAHolder" selector="PROE" serviceClass="wt.epm.attributes.EPMAttributeDelegateWithWarnings"/>
</Service>
设置特性后,使用 Code and Configuration Deployment (CCD) 实用程序应用更改。有关详情,请参阅 CCD 包结构
设置此特性后,系统将忽略不匹配问题并继续上传。
这对您有帮助吗?