Resolving Type Conflicts Between Creo Parametric Parameters and Windchill Attributes
To avoid upload problems if there is a mismatch between the types of a Creo Parametric parameter and the Windchill attribute to which it is mapped, you can set the following property in the site.xconf file:
<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>
Setting this property and propagating it using xconfmanager allows the system to ignore the mismatch and continue the upload.
Setting this property allows the system to ignore the mismatch and continue the upload.
Was this helpful?