How to find out where software metering data stored in the database?
Client Automation (ITCM) - All supported versions.
Software metering data is stored in two tables in the MDB:
select * from infohis -- Offline metering data
select * from audithis -- Auditing data
A definition for each column in these tables can be found here:
https://ftpdocs.broadcom.com/phpdocs/0/common/impcd/r11/MDBMain/schema/viewer/index.htm
Choose the "alphabetical" tab at the top of the page, and browse for the infohis and audithis tables.