Business Object Configuration |
The name of the business object configuration
file that is used to load your data. |
Data loader mode |
The mode that is specified for the upload. This
value can be Insert, Replace, or Delete. |
Batch size |
The batch size value that is specified in your
configuration file. |
Commit count |
The commit count value that is specified in
your configuration file. |
Error Tolerance Level |
The error tolerance level that is specified
in your configuration file. If your upload process reaches this level,
the upload operation fails. |
Error Count |
The number of errors generated. |
Amount of data processed |
If you are using the default CSV reader, this
number indicates the number of lines that are processed in the CSV
source file. |
Amount of business objects processed |
The number of objects that are returned from
the data reader. One data object returned might be constructed into
multiple business objects. But in most cases, one data object returned
is constructed into one business object. |
Amount of business objects committed |
The number of constructed business objects that
are saved in the database or in the files. This value depends on how
the data writer is configured. |
Data loader initialization time |
The initialization time of the data loader. |
Data loader execution began |
The start time of the data load operation in
seconds. |
Data loader execution ended |
The end time of the data load operation in seconds. |
Data loader completed in |
The total running time of the data load in seconds. |
Total flush time |
The total time that it takes to call the Java Database
Connectivity (JDBC) batch execution. This information is only useful
if the JDBC batch is enabled (that is, the batch size is greater than
1.) If the JDBC batch is enabled, then it is the total time spent
to run all the SQL statements that are required to upload your information. |
Total commit time |
The total time that it takes to call the database
commit. The time is typically small. |
CSV file location |
The location of the file that your are loading. |
Affected tables, including Table name, and Affected
umber of rows |
The names of the database tables that are updated,
and the number of rows that are updated for each table. |