Please follow below steps and please share the results with us.
1. Login to ADAudit Plus, Open a new tab in the browser and go to, http://localhost:8081/runQuery.do
Note: 'localhost' refers the machine where we installed ADAudit Plus, if you are accessing the console from remote computer and port may differ as per your configuration.
2. Execute the below query,
select table_name, count(*) from audmetatable group by table_name order by count(*) desc
3. Please let us know the output of the query
This would give us the maximum number of tables a particular category has stored in the database from where we could start troubleshooting.
Regards,
ADAudit Plus Team