Author |
Message
|
kutulu2000 |
Posted: Mon Aug 28, 2006 10:35 am Post subject: Set audit trail filters |
|
|
 Acolyte
Joined: 08 Nov 2005 Posts: 63 Location: Mexico
|
Hi and thanx for your time.
I need to specify certain events to be registered in the audit trail table. I want to filter these events in the fdl. Can you tell me by example how to perform this?
I appreciate your help.
Thanx. _________________ #10 |
|
Back to top |
|
 |
Ratan |
Posted: Mon Aug 28, 2006 11:57 am Post subject: |
|
|
 Grand Master
Joined: 18 Jul 2002 Posts: 1245
|
Go through the Administration Guide(Chapter: How to use Audit Trail) and the Buildtime guide. _________________ -Ratan |
|
Back to top |
|
 |
kutulu2000 |
Posted: Mon Aug 28, 2006 12:42 pm Post subject: |
|
|
 Acolyte
Joined: 08 Nov 2005 Posts: 63 Location: Mexico
|
Thanx Ratan I already check the point that you have mentioned, but I want to know if the set of the filters must be done with specific syntaxis and what options of audit trail must be choose in BuildTime( Full, Condensed or NO ).
I appreciate your help _________________ #10 |
|
Back to top |
|
 |
jmac |
Posted: Mon Aug 28, 2006 1:56 pm Post subject: |
|
|
 Jedi Knight
Joined: 27 Jun 2001 Posts: 3081 Location: EmeriCon, LLC
|
Unfortuantly you can not deal with Filters from Buildtime. You must modify the FDL by hand. _________________ John McDonald
RETIRED |
|
Back to top |
|
 |
Ratan |
Posted: Mon Aug 28, 2006 2:22 pm Post subject: |
|
|
 Grand Master
Joined: 18 Jul 2002 Posts: 1245
|
In the FDL for the activity you should specify
AUDIT_FILTER_DB "<AuditEvent1>" "<AuditEvent2>" ....
For Audit Events refer the Administration guide. _________________ -Ratan |
|
Back to top |
|
 |
kutulu2000 |
Posted: Mon Aug 28, 2006 2:34 pm Post subject: |
|
|
 Acolyte
Joined: 08 Nov 2005 Posts: 63 Location: Mexico
|
Ok, I must edit de FDL, but what is the correct syntaxis to define the filters by event, For example in our FDL's we have the following line;
CONDENSED AUDIT_TO_DB
if I want define what events must be write in the audit trail, what must be the correct syntaxis?
For example the following line is valid?
AUDIT_TO_DB 21000, 210001, 21002
Thank you very much _________________ #10 |
|
Back to top |
|
 |
jmac |
Posted: Mon Aug 28, 2006 2:37 pm Post subject: |
|
|
 Jedi Knight
Joined: 27 Jun 2001 Posts: 3081 Location: EmeriCon, LLC
|
I dont know the syntax off the top of my head... I would go to the manual (most likely the ones that Ratan has recommended) to get the proper syntax. _________________ John McDonald
RETIRED |
|
Back to top |
|
 |
kutulu2000 |
Posted: Mon Aug 28, 2006 2:40 pm Post subject: |
|
|
 Acolyte
Joined: 08 Nov 2005 Posts: 63 Location: Mexico
|
Thanx Ratan, Thanx JMAC!!
I'll define this filters and begin the test.
Thank you very much!! _________________ #10 |
|
Back to top |
|
 |
MaheshPN |
Posted: Tue Aug 29, 2006 6:20 am Post subject: |
|
|
 Master
Joined: 21 May 2003 Posts: 245 Location: Charlotte, NC
|
It looks like below..
PROCESS
FILTER AUDIT_TO_DB
AUDIT_FILTER_DB '21018 21000 21026 21006 21022 21023 21021'
NO AUDIT_TO_MQ
.
Thanks,
-Mahesh |
|
Back to top |
|
 |
|