Neoview Messages Manual (Volume 2) (R2.4)
Cause The Neoview Transporter Client is unable to find the data file specified in the sources
section of the control file.
Effect The Neoview Transporter Client terminates the job.
Recovery Ensure that the data file specified in the sources section exists and rerun the job.
47005
Unable to write to file <file>
Cause The Neoview Transporter Client is unable to write to the file specified in the extract
job.
Effect The Neoview Transporter Client terminates the job.
Recovery Check file permissions and verify that the file is writable.
47007
Cannot prepare query for SQL source source with query query.
Error=err_msg
Cause The Neoview Transporter Client is unable to prepare a SQL query for the given source.
Effect The Neoview Transporter Client terminates the job.
Recovery Identify the cause of failure from the SQL query provided in the log files. Correct
the sources and map sections in the control file and rerun the job.
47008
Job with JMS source cannot be combined with other sources. Source source
is not a JMS-type source
Cause Source of type JMS cannot be combined with other source types within a job.
Effect The Neoview Transporter Client terminates the job.
Recovery Modify the control file to move the JMS source to a separate job and rerun the job.
47009
Targets for job job do not match source src. Source src should have
targets tgt
Cause The Neoview Transporter Client cannot run the identified job because all sources
within the job do not have the same set of targets and the parallel option is set to true. All
job entries within a job require each of the specified sources to load to the same set of targets
when parallel = true. For example, a job has 2 sources src1 and src2. src1 loads to
targets tgt1 and tgt2. src2 loads to tgt3 and tgt4. However, src2 cannot load to tgt2
and tgt3.
Effect The Neoview Transporter Client terminates the job.
Recovery Either set option parallel=false (the default) or create a new job with the
source/target combinations identified in the message.
47010
Data cannot be loaded from source of type JDBC. Check the source type
for source src
Cause The Neoview Transporter Client cannot load data from a table.
Effect The Neoview Transporter Client terminates the job.
Recovery Ensure that the source type for the load job is one of these: file, pipe, or JMS.
43