Neoview Messages Manual (Volume 2) (R2.5)

Recovery Verify the identified table column is defined in the maps section and uses a
definition other than default.
47017
Default map entry for field <field> in table <table> is not allowed on
primary key fields
Cause A default map entry field is specified on a primary key column.
Effect Control file validation fails resulting in an aborted job.
Recovery Modify the control file to not specify default map entry fields on primary key
columns.
47018
Key fields cannot be verified as the SQL columninfo is null.
Cause During validation for allowed field mappings on primary key fields, the column
metadata could not be obtained.
Effect Control file validation fails resulting in an aborted job.
Recovery Contact your HP service provider for analysis and problem resolution.
47019
Invalid key column type <type> for key column <col> in table <table>.
Cause The Neoview Transporter Client cannot run the job because the type of the primary
key column is not supported.
Effect The Neoview Transporter Client terminates the job.
Recovery The primary key column type has to be one of the following: CHAR, VARCHAR,
INTEGER, BIGINT, SMALLINT, DATE, TIME, and TIMESTAMP.
47020
Identity map entry field <field> of type <type> for table <table> is
not an integral type
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 .
47