Reset the web content event log
From time to time you may need to reset the web content event log. The event log can be reset only on a syndicator server. Any changes made by resetting the event log are then syndicated to its corresponding subscribers. In most cases you reset the event log on the server you have imported or migrated data onto, or on a syndicator to troubleshoot syndication problems in a syndication relationship.
You must first enable the reset event log module by adding the following parameters to the WCM WCMConfigService service.
- connect.businesslogic.module.reseteventlog.class=com.ibm.workplace.wcm.services.eventlog.ResetEventLogModule
- connect.businesslogic.module.reseteventlog.remoteaccess=true
- connect.businesslogic.module.reseteventlog.autoload=false
You should reset the web content event log under these circumstances:
- The contents of the repository have been modified through an external mechanism such as a JCR import or some other custom application.
- As a post migration step during migration prior to syndication.
- To troubleshoot syndication problems such as items on the syndicator not being sent.
- Before resetting the web content event log, edit...
WP_PROFILE/ConfigEngine/properties/wkplc_dbtype.properties
...and ensure the DbSafeMode property is set to false.
- In clustered environments, only reset the event log on the primary node.
- Any objects that were "purged" on the syndicator since the last syndication will not be purged on the subscriber. Purged objects are lost since the event log does not maintain records of objects that were deleted. To clean up purged items on a subscriber, you will need to go the subscriber and manually delete them.
To run...
cd WP_PROFILE/ConfigEngine
./ConfigEngine.sh run-wcm-admin-task-reset-event-logIf -Dfix=true is omitted, then the task will run in report-mode only.
When running this task on a virtual portal either add -DVirtualPortalHostName=name or -DVirtualPortalContext=context to the command.
For z/OS :
Submit the EJPSWCMR job to reset the event log. This job is created when you create the jobs for installing the product with the Customization Dialog.
Parent: Maintain web contentRelated: