ODC Batch processing runs through various states, and based on different components that are configured, ecAudit table captures different statuses and values like pages imported, pages committed, pages not committed, which process picked up the processing (important if you have multiple components configured), contents ingested, etc.
But understanding these values and debugging the process is a bit difficult.
So here it goes, details status values, their meaning and some samples for you to make your life a touch easier.
Once you are familiar with this, you can write appropriate sqls to generate some cool graphical outputs as below:
If you want to check how many batches were imported, query ecAudit table, based on a date range and ecStatus=1.
sample imported batches graph for a date range.
Based on various combinations of statuses between a date range, attached sample depicts the pages imported, pages committed and pages failed.
Have fun with this.



You must be logged in to post a comment.