Try OpenEdge Now
skip to main content
Programming Interfaces
Audit Policy Maintenance APIs : Caching API : import-audit-events procedure
 

import-audit-events procedure

Imports audit events from a .ad file into the local ProDataSet. You must call saveAuditEventChangesprocedure 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.