Neoview Messages Manual (R2.3)
47009
Targets for job <job> do not match source <src>. Source <src> should
have targets <tgt>
Cause The Transporter client cannot run the identified job because all sources within the
job do not have the same set of target/s.
Effect The Transporter client terminates.
Recovery Within a job all sources should load to the same set of targets. If a job has 2 sources
src1 and src2 and if src1 loads to target tgt1 and tgt2 then src2 also should load to tgt1 and
tgt2. If you want src2 to load to different set of targets either just tgt1 or tgt2 or entirely different
set of targets like tgt3 or tgt4, then set opion parallel=false or provide loading from src2 in a
different job.
47010
Data cannot be loaded from source of type jdbc. Check the source type
for source <src>
Cause Transporter cannot load data from a table.
Effect The Transporter client terminates.
Recovery Ensure that the source type for the load job is one of the following: file, pipe, jms.
47011
Data cannot be extracted from a non jdbc source type. Check source type
for source <src>
Cause The Transporter client can only extract data from a table.
Effect The Transporter client terminates.
Recovery Ensure that for extract job the source type specified in the control file is of type
jdbc. The Transporter client does not extract data from any other 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 Transporter client cannot run when incompatible maps are specified in a job.
Effect The Transporter client terminates.
Recovery The identified maps specified within a job is not compatible. Ensure that the maps
are compatible before rerunning the job.
47013
Cannot get table metadata for source <src>
Cause The Transporter client is unable to get metadata information for the source specified.
Effect The Transporter client terminates.
Recovery Verify the identified source in the control file is available in the Neoview system
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 Transporter client cannot run with incompatible data types between target table
and the identified data format.
385