Neoview Messages Manual (R2.3)

Cause An identity map entry is specified for a target column that is not an integral data
type (not part of the INT data types).
Effect Control file validation fails resulting in an aborted job.
Recovery Modify the control file to specify identity map entries for only integral data types.
47021
Identity map entry field for table <table> cannot be a condition option
Cause An identity map entry contains a condition option.
Effect Control file validation fails resulting in an aborted job.
Recovery Modify the control file by removing the condition option for all identity map entry
fields.
47022
Null field map entry for column <col> for table <table> is not nullable.
Cause A NULL map entry is specified for a target column that is not nullable.
Effect Control file validation fails resulting in an aborted job.
Recovery Modify the control file by removing all NULL map entry fields on non-nullable
target fields .
47023
Reflexive update field <field> of type <type> for table <table> is not
an integral type
Cause An reflexive update operation is specified for a target column that is not within the
INT data type group.
Effect Control file validation fails resulting in an aborted job.
Recovery Modify the control file to specify reflexive update operations for only integral
data types.
47024
Reflexive update field <field> of type <type> for table <table> is not
allowed on primary key column
Cause An reflexive update operation is specified for a target column that is a primary key
column.
Effect Control file validation fails resulting in an aborted job.
Recovery Modify the control file to not specify reflexive update operations for primary key
columns.
47025
Reflexive update field <field> on table <table> does not allow
update=true when target column does not have a default value
Cause A reflexive update operation contains field mapping options "update = true" on a
target column that does not have a default value.
Effect Control file validation fails resulting in an aborted job.
Recovery Modify the control file to not specify a reflexive update operation with the option
"update=true" for target columns that do not have a default value.
387