How to fix the Oracle error PGU-30606: TIP generation: missing multi-byte NLS name for string:?
In this post, you’ll learn more about the Oracle ErrorPGU-30606: TIP generation: missing multi-byte NLS name for string: with the details on why you receive this error and the possible solution to fix it.
Oracle Error Description
PGU-30606: TIP generation: missing multi-byte NLS name for string:
Reason for the Error PGU-30606: TIP generation: missing multi-byte NLS name for string:
Cause: The COBOL data field
How to fix the Error PGU-30606: TIP generation: missing multi-byte NLS name for string: ?
You can fix this error in Oracle by following the below steps
Action: Use the pgddsxa.sql script to reproduce the selected rows and then either correct the mask and maskopts columns for the stated field in the PG DD to not require MBCS translation, or use the PGAU REDEFINE DATA FIELD NLS_LANGUAGE(nlsname) parameter to specify an Oracle MBCS NLS name for the field, or specify the NLS_MBCS(nlsname) parameter on the PGAU DEFINE TRANSACTION statement.
Leave Your Comment