Hello. We are in nearing the end of our Exchange 2003 to 2010 transition and we have run into an issue with the Public Folders.
After we attempted to move them to the new server no one can access them.
We all can see them but when anyone tries to access them we get the following error message.
Cannot display the folder. Microsoft Outlook cannot access teh specified folder location. Network problems are preventing connection to Microsoft Exchange.
How can we fix this?
----------------------------------------------------------------------------------
Additional Info:
We used the following procedures to move the Public Folders.
.\MoveAllReplicas.ps1 -Server Server01 -NewServer Server02 This did not work. It gave us the following error:
PS C:\program files\microsoft\exchange server\v14\scripts> ./moveallreplicas
cmdlet MoveAllReplicas.ps1 at command pipeline position 1
Supply values for the following parameters:
Server: (old server)
NewServer: (new server)
The term 'Get-ExchangeServer' is not recognized as the name of a cmdlet, function, script file, or operable program. Ch
eck the spelling of the name, or if a path was included, verify that the path is correct and try again.
At C:\program files\microsoft\exchange server\v14\scripts\MoveAllReplicas.ps1:34 char:29
+ $s1 = Get-ExchangeServer <<<< $Server
+ CategoryInfo : ObjectNotFound: (Get-ExchangeServer:String) [], CommandNotFoundException
+ FullyQualifiedErrorId : CommandNotFoundException
The term 'Get-ExchangeServer' is not recognized as the name of a cmdlet, function, script file, or operable program. Ch
eck the spelling of the name, or if a path was included, verify that the path is correct and try again.
At C:\program files\microsoft\exchange server\v14\scripts\MoveAllReplicas.ps1:44 char:29
+ $s2 = Get-ExchangeServer <<<< $NewServer
+ CategoryInfo : ObjectNotFound: (Get-ExchangeServer:String) [], CommandNotFoundException
+ FullyQualifiedErrorId : CommandNotFoundException
ValidateParams :
Incorrect parameter. The server specified by using the -Server or -NewServer parameter must be running Exchange 2007 or
later.
At C:\program files\microsoft\exchange server\v14\scripts\MoveAllReplicas.ps1:82 char:32
+ $ifValidParams = ValidateParams <<<< ;
+ CategoryInfo : NotSpecified: (:) [Write-Error], WriteErrorException
+ FullyQualifiedErrorId : Microsoft.PowerShell.Commands.WriteErrorException,ValidateParams
----------
We have also tried moving them from the old server from within the Exchange System Manager.
Administrative Groups\First Administrative Group\Server\(server name)\First Storage Group\Public Folder Store.
I right-clicked and chose Move All Replicas
The new public folder database shows up and I clicked OK twice and it seemed to run through with no issues.
-----------
Old Server: Server 2003 SP2, Exchange 2003 SP2
New Server: Server 2008 SP1, Exchange 2010 SP3
All help is much appreciated.