If you already have a SOA Security Manager report server and an audit database, you can configure your SOA Security Manager Policy server to collect administrative audit events that you can import one the following report database types:
After the data is imported into a smobjlog4 database table, you can include it in any reports you generate using the SOA Security Manager report server.
A sample Perl script is installed with the SOA Security Manager Policy Server that you can customize to meet your needs.
To include administrative audit events in your SOA Security Manager reports, use the following process:
policy_server_home\audit\samples
Note: The following directories are the default locations for the policy_server_home variable:
policy_server_home\audit
policy_server_home\audit_R6tmp
Note: If you have events you want to generate manually to a .tmp file, run the following command in the policy_server_home\audit directory:
ProcessAudit.pl <Transaction id>
The smobjlog4 database table lists the following 11 attributes and values. Only the first 8 are generated in the .TMP file:
sm_timestamp DATE DEFAULT SYSDATE NOT NULL, sm_categoryid INTEGER DEFAULT 0 NOT NULL, sm_eventid INTEGER DEFAULT 0 NOT NULL, sm_hostname VARCHAR2(255) NULL, sm_sessionid VARCHAR2(255) NULL, sm_username VARCHAR2(512) NULL, sm_objname VARCHAR2(512) NULL, sm_objoid VARCHAR2(64) NULL, sm_fielddesc VARCHAR2(1024) NULL, sm_domainoid VARCHAR2(64) NULL, sm_status VARCHAR2(1024) NULL
Note: For more information, see the documentation or online help provided by your database vendor.
Note: For more information, see the documentation or online help provided by your database vendor.
The administrative audit events appear in the report.
| Copyright © 2011 CA. All rights reserved. | Email CA Technologies about this topic |