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

Cause Invalid map definition for a valid delete operation.
Effect The Neoview Transporter Client terminates the job.
Recovery Modify the control file to set condition=true for at least one field or expression
in the specified map and rerun the job.
47097
Job job has option truncate=true and operation=operation. The truncate
option can only be set to true for load insert operations or extracts
Cause Truncate can be set to true only for insert load jobs and extract jobs.
Effect The Neoview Transporter Client terminates the job.
Recovery Modify the control file to either set truncate=false or change the operation.
Then rerun the job.
47098
Primary key column col on table table in map map cannot be updated using
upsert. Primary Keys cannot be updated using upsert
Cause Primary key fields cannot be updated using upsert operation.
Effect The Neoview Transporter Client terminates the job
Recovery Modify the control file to set update=false in the specified map and rerun the
job.
47099
Map map does not have column col. For forcestaging option the map should
define all columns in the table table
Cause The map used for loading into a stage table must specify all columns from the table.
Effect he Neoview Transporter Client terminates the job.
Recovery Modify the control file to include all columns from the specified table in the specified
map.
47100
Map <map> using dataformat <format> has field <field> defined as type
<type> but it should be of column type <type> or VARCHAR
Cause The data type specified in the dataformat section for the specified field is not compatible
with the table column type.
Effect The Neoview Transporter Client terminates the job.
Recovery Modify the control file and update the data type for the specified field in the
specified dataformat section.
47101
Map map has defined column col as an expression. Expressions are not
allowed with forcestaging option
Cause Maps used for loading into stage table cannot use expressions.
Effect The Neoview Transporter Client terminates the job.
Recovery Modify the control file to remove the expression used in the specified map and
rerun the job.
56 Neoview Transporter Messages (Client Messages 10001 Through 52306, Server Messages 1000 Through 5302)