cancel
Showing results for 
Search instead for 
Did you mean: 

enabling audit option

vvm
Champ in-the-making
Champ in-the-making
enabling audit option in  produuction corrupted our database.

In auditconfig.xml.

I just did three changes:

  <Audit xmlns="http://www.alfresco.org/model/audit/1.0" xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance" enabled="true" auditInternal="false" mode="all">

and in

   <Service name="FileFolderService" mode="none"> and <Service name="ContentService" mode="none">

we added  : <Method name="getReader" mode="all"/>

In local system wen we tried this worked…

But with the production when the same is tried the databse got corrupted…

Can you please tell  me why
3 REPLIES 3

vvm
Champ in-the-making
Champ in-the-making
some one please help me out …..

juliogg
Champ in-the-making
Champ in-the-making
What database are you using?, What is exactly the error message that you are receiving?, What is the system info (OS version, app. server, etc.)?,
It looks like there must be a difference between Development and Production environment and you may not be aware of it… (you can try to use "diff" command between Dev & Product for alfresco configuration files)

vvm
Champ in-the-making
Champ in-the-making
Thanks for the reply.

Once more i restored the production version into another machine and when i tried out enabling the audit the two changes were made one at a time then it woked fine…..