Neoview Messages Manual (Volume 2) (R2.4)
47091
Update operation on a non-partitioned table table cannot have option
update=false for all entries in map map
Cause Updating a table requires at least one map entry to specify update=true. All map
entries in the provided map have update=false.
Effect The Neoview Transporter Client terminates the job.
Recovery Modify the control file to set update=true for at least one map entry and rerun
the job.
47092
Upsert operation on a non-partitioned table table requires condition=true
for at least one map entry in map map
Cause Merging to a table with no partition requires condition=true for at least one map
entry.
Effect The Neoview Transporter Client terminates the job.
Recovery Modify the control file to set condition=true for at least one map entry and
rerun the job.
47093
Update operation on table table with only primary key fields requires
update=true for at least one primary key column in map map
Cause Update operation on a table requires at least one map entry with update=true set.
By default, all primary keys have update=false set. You can override this setting in the map
section of the control file.
Effect The Neoview Transporter Client terminates the job
Recovery Modify the control file to set update=true for at least one map entry in the
specified map and rerun the job.
47094
Source src is defined as file in the control file but it is actually a
pipe
Cause Source of type file must specify the name of a file, not the name of a pipe.
Effect The Neoview Transporter Client terminates the job.
Recovery Correct the control file to provide an existing file name for the source and rerun
the job.
47095
Update operation on table table with only primary key fields requires
condition=true for at least one primary key column in map map
Cause Updating a table that has only primary key fields requires condition=true for at least
one map entry in the specified map.
Effect The Neoview Transporter Client terminates the job.
Recovery Modify the control file to set condition=true for at least one map entry in the
specified map and rerun the job.
47096
Delete operation on table table requires condition=true for at least
one field or expression map entry in map map
55