Creo Parametric パラメータと Windchill 属性間のタイプコンフリクトの解決
Creo Parametric パラメータのタイプとこれにマッピングされている Windchill 属性のタイプが一致しない場合のアップロード上の問題を回避するため、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>
このプロパティを設定し、xconfmanager を使用して適用すると、不一致を無視してアップロードを継続できます。
これは役に立ちましたか?