Consultor Eletrônico



Kbase P165557: Is it possible to enable auditing on a replication enabled database ?
Autor   Progress Software Corporation - Progress
Acesso   Público
Publicação   5/25/2010
Status: Unverified

GOAL:

Is it possible to enable auditing on a replication enabled database ?

GOAL:

Is it allowed to start auditing on a database that is already using replication ?

FACT(s) (Environment):

All Supported Operating Systems
OpenEdge 10.1x
OpenEdge 10.2x
OpenEdge Replication

FIX:

No, it is not possible to enable auditing on a replicated database. In order to be able to work with both, enable auditing first and then replication. Example: Assuming that you have a file named add_audit.st with the extend definition for auditing, and two databases named source and target:


1) proshut source 2) proutil source -C disableSiteReplication source 3) proshut target 4) proutil target -C disableSiteReplication target 5) prostrct add source add_audit.st 6) prostrct list source 7) proutil source -C enableauditing area "Audit Data Area" indexarea "Audit Index Area" 8) proutil source -C enableSiteReplication source 9) proserve source -S 2755 -DBService replserv 10) probkup online source source.bkp -REPLTargetCreation 11) prostrct add target add_audit.st 12) prorest target source.bkp 13) proutil target -C enableSiteReplication target 14) proserve target -S 4501 -DBService replagent