Public Folder replication issues with E2K7 to E2K10
Hey all,
I recently added a E2K10 server to our domain and I'm in the process of migrating from E2K7 to E2K20. I first moved my mailbox in case there are any issues.
Lets call the 2 servers E2K7 and E2K10.
I created a new PF database on the new E2K10 server. It seems that the Public Folder Hierarchy replicates between the 2 servers, but the content inside the folders do not?
When I have Mailbox Database on the E2K10 server pointed to E2K7 default public folder database, PF's work just fine on my mailbox. However, when I change the default public folder database to the new database on the E2K10 server, I get "Cannot expand the folder. Microsoft Exchange is not available".
I have run the cmdlet "Get-PublicFolder \ -Recurse" on both servers and both show the correct hierarachy.
Does anyone know where to start on this issue?
Hopefully this makes sense.
Thank you,
Don Hess, MCP, A+
Exchange
Last Comment
sunnyc7
8/22/2022 - Mon
sunnyc7
Don
You have to run
AddreplicatoPFrecursive.ps1
cd $exscripts
AddReplicatoPFRecursive.ps1 –TopPulblicFolder <\folder> -ServerToAdd <servername>
I came in this morning and checked the size of both PF's.
E2K7 server PF = 26,640 kb - same as yesterday
E2K10 server PF = 139,328 kb - decreased from yesterday
I'm the only one trying to use the new PF database as of right now. Strange that it would decrease in size.
What is also strange is that I know we have received quite a few emails to the E2K7 PF database and it has not grown.
sunnyc7
What are the DB sizes now - did the PF databases replicate completely ?
Pest-tech
ASKER
Still the same...
E2K7 = 26,640 kb
E2K10 = 139,328 kb
I'm thinking if I can't figure this out, move everyone to the new server, then mount the database to the new server. I know it can be done with a Mailbox Database, not sure about a PF Database.
You have to run
AddreplicatoPFrecursive.ps
cd $exscripts
AddReplicatoPFRecursive.ps
check the guide here
http://msexchangeteam.com/archive/2007/06/25/445429.aspx
Also check this on-going case of moving replicas and how to track them
https://www.experts-exchange.com/questions/26455821/Exchange-2010-Offline-Address-Book-not-Updating.html
Post back questions.