Neoview Messages Manual (Volume 2) (R2.4)
47060
Tabletable has triggers and enabletriggers=true. Set enabletriggers to
false and retry the load
Cause The specified table has active triggers and enabletriggers is set to true.
Effect The Neoview Transporter Client terminates the job.
Recovery Set enabletriggers to false and retry the load.
47061
Table table is a view or synonym. Extract is not supported for table
of view or synonym types
Cause Extract is not supported for views or synonym table types.
Effect The Neoview Transporter Client terminates the job.
Recovery Specify a base table.
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.
51