Try OpenEdge Now
skip to main content
Programming Interfaces
Audit Policy Maintenance APIs : Exporting policies to XML : _exp-policies-db.p
 

_exp-policies-db.p

Exports policies from a connected database to an XML file. The caller passes a comma-separated list of policies or "*" for all, and the name of the XML file to be created.
Parameters:
INPUT pcPolicyList AS CHARACTER
Comma-separated list of policies.
INPUT pcxmlFileName AS CHARACTER
Filename of the XML file to generate.
INPUT pcDbName AS CHARACTER
Logical name of the connected database containing the policies.
OUTPUT pcErroMsg AS CHARACTER
Error messages.