解決 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 Package Structure
設定此內容允許系統忽略不符的情況並繼續上載。
這是否有幫助?