Table of Contents

Search

  1. Preface
  2. Introduction to Informatica Cloud MDM - Customer 360 for Salesforce
  3. Configuring the Data Cleansing Settings
  4. Managing Batch Jobs
  5. Verifying Addresses, Email Addresses, and Phone Numbers
  6. Synchronizing Salesforce Records with CC360
  7. Managing Duplicate Records
  8. Consolidating Records
  9. Converting External Records to Salesforce Records
  10. Managing Hierarchies
  11. Integrating Cloud MDM - Customer 360 for Salesforce with Multidomain MDM
  12. Managing Multi-Org
  13. Troubleshooting
  14. Custom Settings
  15. Glossary

Viewing Batch Statistics

Viewing Batch Statistics

Cloud MDM - Customer 360 for Salesforce
(
CC360
) generates statistical reports about batch jobs. Use the report to view details of the last batch job that is processed by
CC360
. You can view the batch statistics on the
Manage CC360
page.
The
Batch Statistics Edit
page contains fields that
CC360
populates when a batch job runs. You must not change the batch statistics settings. The batch statistics report includes information such as the number of records that are processed during a batch job and the total number of errors. You need to configure the batch statistics settings to be able to view the statistics of batch processes.
CC360
displays the number of items processed by each batch job in the
Completed Jobs
table of the
Manage CC360
page. To view detailed statistics for a particular batch job, select the
#
Errors
link from the batch job row in the
Completed Jobs
table.
The following statistical information appears for a batch job:
Name
Name of the data set used when the custom setting data is referenced by APEX.
Avg. Script Statements
The average number of script statements generated by all runs of the batch job.
Batches Processed
Total number of batches run by the batch job.
First Error
The first error message encountered by the first run of the batch job.
First Failed Record
The record ID of the first record that fails to update.
Items Created
The total number of records created by all runs of the batch job.
Items Failed During Update
Total number of records that fail to update in all runs of the batch job.
Items Fetched
The total number of records fetched by all runs of the batch job.
Items Processed
Total number of records that are processed in all runs of the batch job.
Items Updated
The total number of records updated by all runs of the batch job.
Items Skipped Before Processing
Total number of records that are skipped before
CC360
processes all runs of the batch job.
Items Skipped During Processing
The total number of records skipped during processing of all runs of the batch job.
Last End Date
The last date on which the batch job completes.
Last Item Processed
The record ID of the last record updated by the batch job.
Last Start Date
The last date on which the batch job was started.
Throw Exception
Use for debugging.
Total No. Of Comparisons
The total number of comparisons made by all runs of the batch job.
Total No. Of Errors
Total number of errors encountered by all runs of the batch job.
Total Script Statements
The total number of script statements generated by all runs of the batch job.
By default,
CC360
does not log batch statistics. To log batch statistics, set the
Log Batch Statistics
internal setting value to true. The following sample code sets the value of the internal setting to true:
API_SettingsManager.updateInternalSetting('Log Batch Statistics','true');

0 COMMENTS

We’d like to hear from you!