Try OpenEdge Now
skip to main content
Programming Interfaces
Audit Policy Maintenance APIs : Additional audit policy procedures : _aud-conflict.p
 

_aud-conflict.p

Either checks for conflicts on active policies in the specified ProDataSet object or aggregates all active policies to get the effective settings (so you can get a list of everything to be audited). This procedure follows the rules for resolving conflicts specified by the auditing framework. This procedure populates a temp-table (defined in src/auditing/include/aud-report.i) with the information. Each line represents a table, field, or event setting. See the procedure code for more information on the format of the information.
Parameters:
INPUT lMode AS LOGICAL
YES to specify conflict checking mode, or NO to specify aggregating mode.
INPUT DATASET-HANDLE FOR phDataset
ProDataSet containing the policies to be checked or aggregated.
INPUT-OUTPUT TABLE-HANDLE FOR ttHandle
Handle to temp-table where the information is stored.