Hello,
I have four public folders that are spawning a replicaiton event error every 5 minutes.
Here is the error message:
Event 3092, MSExchangeIS Public Store
Error 1129 occurred while processing a replication event.
Folder: (7-1A9D6) IPM_SUBTREE\"PF Name"\2006 Emails\0206\Invitations
I then have three other folders with the same issue.I have found the following article with a recommended fix.
It recommends this:
This will add replica of public folders on Exchange Server 2003 to Exchange Server 2010. This is the simplest way to add replica of all PFs to Exchange 2010 PF database.
C:\Program Files\Microsoft\Exchange Server\V14\Scripts>.\AddReplicaToPFRecursive.ps1 -TopPublicFolder "\" -ServerToAdd "exchange2010"
Currently the environment is Exchange 2010 SP1
I have three Mail Box servers and the primary holds the main Public Folder data base and the secondary holds the back up public folder data base.
Should this command be run on the server where the main on the back up Public Folder data base lives.
Also in the command .\AddReplicaToPFRecursive.ps1 -TopPublicFolder "\" -ServerToAdd "exchange2010" where it states "exchange2010" I would imagine this is where I would enter the name of the server that this should run against.
Thanks