Data certification ignoring the certification filter set on the templateIssue <!-- div.margin { padding: 10px 40px 40px 30px; } table.tocTable { border: 1px solid; border-color: #e0e0e0; background-color: #fff; } .title { color: #d1232b; font-weight: normal; font-size: 28px; } h1 { color: #d1232b; font-weight: normal; font-size: 21px; margin-bottom: 5px; border-bottom-width: 2px; border-bottom-style: solid; border-bottom-color: #cccccc; } h2 { color: #646464; font-weight: bold; font-size: 18px; } h3 { color: #000000; font-weight: bold; font-size: 16px; } h4 { color: #666666; font-weight: bold; font-size: 15px; } h5 { color: #000000; font-weight: bold; font-size: 13px; } h6 { color: #000000; font-weight: bold; font-size:14px; } ul, ol { margin-left: 0; list-style-position: outside; } --> Symptoms In Data Certification, when running certification audits, the filter on the template is being ignored. Example scenario: Certification audit "CertAudit" has been configured to use "CertAuditTempl" as a template;"CertAuditTempl" runs on cmdb_ci table and uses "CertAuditFilter" as a filter;"CertAuditFilter" filters cmdb_ci table to a specific manufacturer resulting in 100 records (cmdb_ci has 100000 records in total); When running the Certification Audit, 100000 audit records are created instead of just the 100 from the filter. Release All releases. Cause The user set to "Run As" on the certification audit definitions does not have access to the certification filter (cert_filter) table. For that reason, the script is ignoring the filter configurations. Resolution Set the "Run As' user to a proper user on the Certification Audit.