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 を使用して適用すると、不一致が無視され、アップロードが続行されます。
このプロパティを設定すると、不一致が無視され、アップロードが続行されます。
これは役に立ちましたか?