Configuring Sun Master Indexes (Repository)

Configuring the EDM Audit Log Pages (Repository)

When enabled, the audit log stores a history of each instance in which information from the object tables in the master index database is accessed. The EDM allows you to search for and view the audit log entries. You can enable or disable the audit log in the Enterprise Data Manager file.

ProcedureTo Configure the Audit Log Pages

  1. In the Projects window, expand the Configuration node in the project you want to modify, and then double-click the Enterprise Data Manager file.

    The file opens in the NetBeans XML editor.

  2. Scroll to the page-definition element in the gui-definition element, and then to the audit-log element.

  3. To specify that records be written to the audit log, change the value of the allow-insert element to true.

    For example:


    <audit-log>
       <allow-insert>true</allow-insert>
    </audit-log>
  4. To specify that records not be written to the audit log, change the value of the allow-insert element to false.

    For example:


    <audit-log>
       <allow-insert>false</allow-insert>
    </audit-log>
  5. Save and close the file.