Author |
Message
|
marcioalcantara |
Posted: Tue May 21, 2002 6:05 am Post subject: Use of Audit Trail |
|
|
Novice
Joined: 25 Jun 2001 Posts: 23
|
Hi All.
Does Anyone know if Audit Trail is implemented only via API?
Thanx a lot. |
|
Back to top |
|
 |
jmac |
Posted: Tue May 21, 2002 10:27 am Post subject: |
|
|
 Jedi Knight
Joined: 27 Jun 2001 Posts: 3081 Location: EmeriCon, LLC
|
There is no API to read the audit trail. You can read the DB2 table using SQl, or if you audit to an MQ Queue you can just process the records on the queue to obtain your audit information _________________ John McDonald
RETIRED |
|
Back to top |
|
 |
vedbhat |
Posted: Tue May 21, 2002 5:09 pm Post subject: |
|
|
 Disciple
Joined: 19 Mar 2002 Posts: 186 Location: Singapore
|
Hi,
There is no API Support for accessing Audit Trail table from database but MQWF gives you an option to set the audit trail either to database or into MQSeries Queue.
If the Audit trail records are pushed to Database table then use necessary ODBC/JDBC call to access then and inorder to retrieve the message from MQSeries Queue, use MQSeries API's.
Cheers
Ved _________________ IBM Certified Solutions Expert - MQSeries Workflow
IBM Certified Specialist - MQSeries |
|
Back to top |
|
 |
marcioalcantara |
Posted: Wed May 22, 2002 3:44 am Post subject: Re: |
|
|
Novice
Joined: 25 Jun 2001 Posts: 23
|
Thanks, John and Ved.
But I need to configure anything on Buildtime so I can populate the Audit_Trai table? Because this table is empty today...
Thanks a lot. |
|
Back to top |
|
 |
jmac |
Posted: Wed May 22, 2002 4:53 am Post subject: |
|
|
 Jedi Knight
Joined: 27 Jun 2001 Posts: 3081 Location: EmeriCon, LLC
|
Yes, you have to set AuditTrail on in the Network Properties. The best place to do this is on the Process Tab of the Domain object. This will set AuditTrail on for ALL processes.
IF you wish to use the Audit to MQ options, then you must edit the raw FDL since these options are not currently supported by Buildtime. The avaialble values can be found in the Buildtime manual.
GOOD LUCK _________________ John McDonald
RETIRED |
|
Back to top |
|
 |
marcioalcantara |
Posted: Wed May 29, 2002 11:21 am Post subject: |
|
|
Novice
Joined: 25 Jun 2001 Posts: 23
|
|
Back to top |
|
 |
|