Neoview Messages Manual (Volume 2) (R2.5)
Effect The Neoview Transporter Client terminates the job.
Recovery Set enabletriggers to false and retry the load.
47061
SQL object object-name is not a table. Table extract is supported only
on SQL objects of type base tables. To extract from views or synonyms
use SQL query extract
object-name
is the name of the database object that you specified.
Cause Extract is not supported on views or synonyms.
Effect The Neoview Transporter Client terminates the job.
Recovery Specify a table name that represents a base table, or use query extract to extract
from views or synonyms.
47062
Job job has truncate set to true but operation is not insert. Truncate
is only valid for insert operation
Cause Truncate is set to true for a job that does not use insert operation. Truncate is
valid only for insert operation.
Effect The Neoview Transporter Client terminates the job.
Recovery Modify the control file to set truncate=false and rerun the job.
47063
Source src has forcestaging=true but job job has
operation=option_setting. The forcestaging option can only be set to
true if job operation is insert. Setting forcestaging to false and
continuing
Cause Source has forcestaging set to true, but the load job operation is not insert.
Effect The load operation is performed directly to the target table without the use of
internally-managed staging tables.
Recovery None required.
47064
The encoding encoding is unsupported.
Cause The encoding option set in the control file is not supported.
Effect The Neoview Transporter Client terminates.
Recovery Change the encoding to a value supported by the version of Java you are using.
47065
Target table is already a stage table but source src has force staging
set to true
Cause The forcestaging option is set for a table that is already a stage table.
Effect The Neoview Transporter Client terminates.
Recovery Change the forcestaging option on the specified source or change the target
table to a regular table.
47066
Expressions are not allowed in maps because source src has forcestaging
set to true and source src has noaudit set to true
53