Neoview Messages Manual (Volume 2) (R2.4)
47011
Data cannot be extracted from a non-JDBC source type. Check source type
for source src
Cause The Neoview Transporter Client can only extract data from a table.
Effect The Neoview Transporter Client terminates the job.
Recovery Ensure that for extract job the source type specified in the control file is of type
JDBC. The Neoview Transporter Client does not extract data from any source types other than
JDBC.
47012
Field <field> in data format <df> is not present or the type is not
consistent in dataformat <df>. Maps <map1> and <map2> are not compatible
Cause The Neoview Transporter Client cannot run when incompatible maps are specified
in a job.
Effect The Transporter client terminates the job.
Recovery The identified maps specified within a job are not compatible. Ensure that the
maps are compatible before rerunning the job.
47013
Cannot get table metadata for source <src>
Cause The Neoview Transporter Client is unable to get metadata information for the source
specified.
Effect The Neoview Transporter Client terminates the job.
Recovery Verify that the identified source in the control file is available on the Neoview
platform and is accessible.
47014
DataFormat type <df> for column <col> in table <table> is not valid.
It must be VARCHAR or type <datatype> equivalent to java.sql.Types.
<datatype>
Cause The Neoview Transporter Client cannot run with incompatible data types between
target table and the identified data format.
Effect The Neoview Transporter Client terminates the job.
Recovery Verify that the data type either matches the table column type or is VARCHAR.
47015
Default map entry for field <field> in table <table> does not have a
default value, so a value must be provided for this column
Cause The Neoview Transporter Client cannot run the job because a field marked as default
in the map section maps to a column that does not have a default value.
Effect The Neoview Transporter Client terminates the job.
Recovery If the column does not have a default value use one of these: a constant value,
NULL if the column is nullable, or a value from the data file. Cannot use default for the
identified field.
47016
Field name <field> in table <table> does not have a default value, so
a value must be provided for this column
44 Neoview Transporter Messages (Client Messages 10001 Through 52306, Server Messages 1000 Through 5302)