Neoview Messages Manual (Volume 2) (R2.5)
28005
Source src is not valid
Cause Source not valid.
Effect The Neoview Transporter Client stops processing the control file.
Recovery Correct and resubmit the control file.
30048
Fast Load failed. Number of error rows($0~Int0) inserted into the
exception table exceeded the max allowed($1~Int1).
$0~Int0
is the total number of error rows written to the exception table.
$1~Int1
is the configured tolerable maximum that was provided in the SQL insert
statement.
Cause During the sort and insert process, non-fatal errors were encountered in processing
some of the rows. Those rows are inserted into an exception table. When the exception rows
exceed the threshold provided by argument $1~Int1, then the insert fails with the given error.
Effect The insert is aborted.
Recovery Increase the error threshold or check the data validation procedures if using other
data preparation steps. Check the exception table to check why the rows failed and resubmit.
30049
Fast Load succeeded. Number of error rows inserted into the exception
table is $0~Int0.
$0~Int0
is the total number of error rows written to the exception table.
Cause During the sort and insert process, non-fatal errors were encountered in processing
some of the rows. Those rows are inserted into an exception table. This info message is generated
if the number of exception rows written is greater than 1 but less than the maximum threshold
value.
Effect The insert is successful.
Recovery None. This message is informational
35002
Unsupported data type data_type
Cause An unsupported data type is used for a target column.
Effect The Neoview Transporter Client terminates.
Recovery Ensure that the target column data type is supported and retry the job.
36006
File=file, bad record=rec, record is empty or has fewer fields than
expected
Cause The record in the data file is empty or has fewer fields than are specified in the control
file.
Effect The record is not loaded.
Recovery Correct the record in the data file according to the corresponding control file.
36007
File=file, bad record=rec, record has number format problem for col
column
30 Neoview Transporter Messages (Client Messages 10001 Through 52306, Server Messages 1000 Through 5302)