As i am doing transition from Exchange 2007 to Exchange 2013, i am not able to configure OAB
ON my EXchange 2013 i ran the following powershell commands
[PS] C:\Windows\system32>Get-OfflineAddressBook
Name Versions
AddressLists
---- --------
------------
Default Offline Address List {Version2, Version3, Version4} {\Default Global Address List}
Default Offline Address List (Ex2013) {Version4} {\Default Global Address
List}
[PS] C:\Windows\system32>Get-MailboxDatabase | Set-MailboxDatabase -OfflineAddressBook "\Default Offline Address List (Ex2013)"
On my Exchange 2007 Server i am trying move OAB but i am getting error( mail is my exchange 2007, mail1 is my exchange 2013)
[PS] C:\Users\Administrator\Desktop>Move-OfflineAddressBook -Identity "Default offline Address List" -Server mail1
Confirm
Are you sure you want to perform this action?
Moving Offline Address Book "Default offline Address List" to Server "mail1".
[Y] Yes [A] Yes to All [N] No [L] No to All [S] Suspend [?] Help (default is "Y"): Y
Move-OfflineAddressBook : Failed to create the 'ExchangeOAB' folder on the target server 'MAIL1'. Two possible reasons for the failure are that the System Attendant Service is not running or you do not have permission to perform this operation. Error message
: 'Catastrophic failure (Exception from HRESULT: 0x8000FFFF
(E_UNEXPECTED))'.
At line:1 char:24
+ Move-OfflineAddressBook <<<< -Identity "Default offline Address List" -Server mail1
+ CategoryInfo : InvalidResult: (Default offline Address List:OfflineAddressBookIdParameter) [Move-OfflineAddressBook], LocalizedException
+ FullyQualifiedErrorId : BC0D046F,Microsoft.Exchange.Management.SystemConfigurationTasks.MoveOfflineAddressBook
all my exchange services are up and running.and then i used the below three commands in exchange 2007 and tried to move OAB but still same error
[PS] C:\Users\Administrator\Desktop>Get-MailboxDatabase | Where {$_.OfflineAddressBook -eq $Null} | FT Name,OfflineAddressBook -AutoSize
[PS] C:\Users\Administrator\Desktop>Get-MailboxDatabase | Where {$_.OfflineAddressBook -eq $Null} | Set-MailboxDatabase -OfflineAddressBook (Get-OfflineAddressBook | Where {$_.IsDefault -eq $True})
[PS] Get-MailboxDatabase | Set-MailboxDatabase -OfflineAddressBook "Default Offline Address List"
The command completed successfully but no settings of 'MAIL\First Storage Group\Mailbox Database' have been modified'
PS] C:\Users\Administrator\Desktop>Move-OfflineAddressBook -Identity "Default offline Address List" -Server mail1
same error as above