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 custom.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>
After setting the property, apply the changes using the Code and Configuration Deployment (CCD) utility. For more information, see CCD Package Structure.
Setting this property allows the system to ignore the mismatch and continue the upload.
Isto foi útil?