import-audit-events procedure
- Last Updated: January 17, 2024
- 1 minute read
- OpenEdge
- Version 12.8
- Documentation
import-audit-events procedure
Imports audit events from a .ad file into the local ProDataSet. You must call saveAuditEventChanges procedure to get changes saved into the database.
Parameters:
- INPUT pcFileName AS CHARACTER
- Filename of the .ad file to import.
- INPUT perror% AS INTEGER
- Percentage of errors tolerated (similar to Data Administration database load process). Specifying 0 means any error aborts the import process, and specifying 100 means continue importing audit events no matter how many errors are found.
- OUTPUT pnumRecords AS INTEGER
- Number of records imported.