DSNT551I csect-name bind-type FOR object-type = object-name FAILED BECAUSE CHARACTER CONVERSION FROM CCSID from-ccsid TO CCSID to-ccsid FAILED WITH ERROR CODE error-code FOR TABLE dbid.obid COLUMN column-number.
Explanation
A conversion error occurred during
the conversion of a string to a different coded character set.
- bind-type
- identifies the type of bind subcommand: BIND, REBIND or FREE.
- object-type
- identifies the type of object being bound: PLAN, PACKAGE, or SERVICE
- object-name
- if 'object-type' is PLAN, 'object-name' is the name of the
plan.
if 'object-type' is PACKAGE, 'object-name' is the name of the package in 'location-id.collection-id.package-id'.
if 'object-type' is SERVICE, 'object-name' is the name of the is the name of the service in the format 'location-id.collection-id.service-name'.
- from-ccsid
- identifies the coded character set of the string to be converted.
- to-ccsid
- identifies the coded character set to which it must be converted.
- error-code
- indicates the type of error as defined as follows:
- 8
- Length exception (for example, expansion required for PC MIXED data exceeds the maximum length of the string).
- 12
- Invalid code point.
- 16
- Form exception (for example, invalid MIXED data).
- 20
- Conversion procedure error (for example, an error during Unicode/390 stage 2 conversions or an exit set the length control field of the string to an invalid value).
- 24
- The conversion services have not been setup correctly or the conversion is not supported.
- dbid.obid
- gives the database id and the table obid of the object with the conversion error. This could be either the target or the source of the conversion.
- column-number
- gives the column number of the failing object. This could be either the target or the source of the conversion.
System action
The bind-type operation is not performed.
User response
If the error-code value is 24 and the conversion request is correct, check whether conversion support is correctly enabled.
For all other error-code values, you might need to report the problem. For information about identifying and reporting the problem, see Collecting diagnostic data.
Severity
8