Skip to content

How to enable CMIS' ChangeLog feature on Alfresco

Nicolas Raoul edited this page Jan 9, 2018 · 9 revisions
  1. Add the following lines at the end of tomcat/shared/classes/alfresco-global.properties
### Enable CMIS Change Log for CmisSync ###
audit.enabled=true
audit.alfresco-access.enabled=true
audit.alfresco-access.sub-actions.enabled=true
audit.cmischangelog.enabled=true
  1. Restart Alfresco.

  2. If your Alfresco is older than 5.0.2: In Alfresco, create a folder and remove it. Anywhere is fine. Due to a bug in Alfresco, you have to perform a change (any change is OK) before ChangeLog starts working correctly.

  3. You can now use CmisSync to synchronize documents efficiently.


For more information, see http://wiki.alfresco.com/wiki/CMIS#Enabling_the_Change_Log