Mappings
This section describes release tasks for Mappings in version 10.0.
Parameter Precision
Effective in version 10.0, the size of a default parameter value must be less than or equal to the precision specified for the parameter. In previous versions, if the parameter default value was greater than the precision size, the Data Integration Service truncated the parameter default value and the mapping ran successfully.
After the upgrade to 10.0 is complete, you must verify that the size of each parameter default value is less than or equal to the precision specified for the parameter. If the parameter default value is greater than the precision, update the default value or change the precision. Redeploy the mapping.
In version 10.0, if the size of the parameter default value is greater than the parameter precision, a mapping fails with the following error:
The parameter [my_parameter] should have a default value length less than or equal to the precision.