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 パッケージ構造」を参照してください。
このプロパティを設定すると、不一致が無視され、アップロードが続行されます。