Neoview Messages Manual (Volume 2) (R2.5)

Cause You cannot use pipe sources on the Microsoft Windows operating system.
Effect The Neoview Transporter Client terminates the job.
Recovery To use pipes, you must be in a Linux or Unix environment.
47078
Source src is defined as pipe in the control file but it is a file
Cause Source is defined as a pipe but it is actually a file.
Effect The Neoview Transporter Client terminates the job.
Recovery To use files, specify the source type as file.
47079
Pipe pipename is found but no data is written to it before
retries=num-retries * tenacity=tenacity-num-seconds. Data must be written
to pipe before computed num-seconds seconds. Modify the retries and/or
the tenacity value in the control file to make Neoview Transporter wait
longer for data to be written
pipename
is the name of the pipe that you specified.
num-retries
is the number of retries that you specified.
tenacity-num-seconds
is the number of seconds that you specified for the tenacity.
num-seconds
is the computed number of seconds.
Cause The pipe exists, but there was no data to read from the pipe before the time period
(retries * tenacity) expired.
Effect The Neoview Transporter Client terminates the job.
Recovery To prevent the Neoview Transporter Client from timing out before data is written
to the pipe, either rerun the job after starting to write to the pipe or increase the values of the
number of retries and/or the tenacity if the current default values do not provide enough time
for data to arrive in the pipe.
47080
Column col in dataformat df uses a typeformat. Typeformats can be used
only when target column types and dataformat column types match
Cause When type formats are used for a field, the column type in the table and dataformat
field type must match.
Effect The Neoview Transporter Client terminates the job.
Recovery Change the field type in the appropriate dataformat section and rerun the job.
47081
Field field in dataformat df does not exist in map map
Cause Field specified in dataformat is not used in the map section.
Effect The Neoview Transporter Client terminates the job.
Recovery Correct the control file to include a mapping for the field and rerun the job.
47082
Field field has typeformat fmt and it is not valid. Valid typeformat
is fmt
Cause Invalid typeformat for interval data type.
Effect The Neoview Transporter Client terminates the job.
55