Cannot create a new Offline Address Book

I have 2 instances of Exchange Server installation  in one single organisation (by one per domain):
1. Exchange 2010 Version 14.3 (Build 123.4).
2. Echange 2013 Version 15.0 (Build 1044.25).
I have created new OAB and arbitration mailbox following
this article.
It  is result of command:
[PS] C:\Windows\system32>Get-Mailbox -Arbitration | where {$_.PersistedCapabilities -like "*oab*"} | ft name,servername
Name ServerName
BK Arbitration OAB vsrv-exbk
But when i try generate new OAB using command:
Update-OfflineAddressBook -Identity "OAB-FAB"
I get this error message:
Не удалось создать автономную адресную книгу "\OAB-FAB". Это может быть вызвано двумя причинами: служба помощников по обслуживанию почтовых ящиков не
 запущена на сервере "SRV-MAILBOX.xxx.local" или у вас нет разрешений на выполнение этой операции. Сообщение об ошибке: "Не удается вызвать службу по
мощников по обслуживанию почтовых ящиков на сервере. 'SRV-MAILBOX.xxx.local': сбой. Ошибка RPC: -2147220990.".
    + CategoryInfo          : InvalidResult: (OAB-FAB:OfflineAddressBookIdParameter) [Update-OfflineAddressBook], LocalizedException
    + FullyQualifiedErrorId : [Server=VSRV-EXBK,RequestId=84bb0fb1-d6dd-4718-a704-4e9a20e178b6,TimeStamp=19.02.2015 12:07:00] [FailureCategory=Cmdle
   t-LocalizedException] 12FE7FE1,Microsoft.Exchange.Management.SystemConfigurationTasks.UpdateOfflineAddressBook
    + PSComputerName        : vsrv-exbk.xxx.local
Roughly translation from Russian is - "Cannot create a new Offline Address Book
"\OAB-FAB" This may be caused to two reasons: the service "Mailbox Assistant service." did not started on "SRV-MAILBOX.xxx.local"
server or you  do not have permission to perform this operation.
I investigated this situation and found out that i have "Organisation Management" role on my account, and "Mailbox Assistant service." is started on server "SRV-MAILBOX.xxx.local".
I try to restart the service but it does not fix this issue.
Please help me ;)

Hi,
How did you create a new OAB and an OAB Generation Mailbox? When creating new OABs after Exchange CU5, we need to specify the GeneratingMailbox property.
For example:
New-Mailbox -Arbitration -Name "BK Arbitration OAB" -Database DB4 -UserPrincipalName [email protected] –DisplayName " BK Arbitration OAB"
Set-Mailbox "BK Arbitration OAB" –Arbitration –OABGen $true
New-OfflineAddressBook -Name "OAB-FAB" –GeneratingMailbox "CN= BK Arbitration OAB,CN=Users,DC=contoso,DC=com" –AddressLists "Default Global Address List"
For more information, please refer to this article.
http://blogs.technet.com/b/exchange/archive/2014/05/13/oab-improvements-in-exchange-2013-cumulative-update-5.aspx
Best Regards.

Similar Messages

  • Cannot Edit or Create Offline Address Books

    I am not able to edit (change versions, edit distribution methods, edit distribution points, etc.) the existing offline address book. I am also not able to create a new offline address book.
    In the EMC is see this:
    I am a member of the organization management group, which is required to manage address books. The EMS is no help either. I am missing the set-offlineaddressbook command. Error indicates that the term 'set-offlineaddressbook' is not recognized as the name
    of a cmdlet.
    I took over this installation of Exchange in September 2014. In October 2014, the two existing servers became unstable and I had to rebuild a new Exchange server and migrate the email services (mailbox, CAS, etc.) to the new Exchange Server. Previous
    Exchange servers were a migration from Exchange 2003.
    Old 2010 servers were running SP3 RU7 (they started exhibiting stability problems after they were upgraded to RU7. Runaway iis processes, 100% CPU utilization and memory utilization).
    New 2010 server is running SP3.
    Thank you,
    David

    The reason why I am trying to edit the offline address book is the distribution point currently points to one of the old exchange servers I need to retire.
    A new issue has surfaced as well. The distribution method in my autoconfiguration for my outlook clients has changed to public folder. Which is not supported by Outlook 2013.
     

  • Create Offline Address Book using powershell - PublicFolderDistributionEnabled not found

    We are using the following commands to create a new Offline Address book using powershell. The command New-OfflineAddressBook runs successfully and creates an Offline Address Book. However when we try to set the value of PublicFolderDistributionEnabled property
    using Set-OfflineAddressBook we get the following exception
    Remote Exception: A parameter cannot be found that matches parameter name 'PublicFolderDistributionEnabled'
                try
                    using (Runspace runSpace = OpenRunspace())
                        // Create offline address book command
                        var command = new Command("New-OfflineAddressBook");
                        command.Parameters.Add("Name", name);
                        command.Parameters.Add("AddressLists", addressListName);
                        command.Parameters.Add("VirtualDirectories", OABServer);
                        // Execute command
                        if ((res = ExecuteShellCommand(runSpace, command)) == false)
                            return false;
                        // Set offline address book command
                        var command1 = new Command("Set-OfflineAddressBook");
                        command1.Parameters.Add("Identity", name);
                        command1.Parameters.Add("PublicFolderDistributionEnabled", publicFolderEnabled);
                        command1.Parameters.Add("Confirm", new SwitchParameter(false));
                        // Execute command
                        if ((res = ExecuteShellCommand(runSpace, command1)) == false)
                            DeleteOfflineAddressBook(name);
                            return false;
                catch (Exception ex)
                    DeleteOfflineAddressBook(name);
                    throw;

    If your Exchange version is 2013 it supports only the web distribution method.
    Please follow this to create OAB in Exchange2013 
    http://blogs.technet.com/b/exchange/archive/2013/01/14/managing-oab-in-exchange-server-2013.aspx
    Please check this for the details of OAB in Exchange2013
    http://blogs.technet.com/b/exchange/archive/2012/10/26/oab-in-exchange-server-2013.aspx
    If it Exchange2010 please check
    this
    Thanks, MAS
    Please mark as helpful if you find my comment helpful or as an answer if it does answer your question. That will encourage me - and others - to take time out to help you.

  • Offline Address Book Missing Random Recipients

    I'm coming from an upgrade of Exchange 2007 to 2010 in our organization. One major change I've made with our new Offline Address Book is that we no longer have Public Folder distribution enabled, just Web Distribution.
    I'm having an issue where Outlook clients in "Cached Mode" are missing random recipients from their offline address book.  These aren't just new users, but appear to be random.  A client in non-cached mode does not have this problem,
    and OWA users do not either.  I can delete the offline address book from AppData folder, connect in cached mode, and before the book downloads, I see the missing entries.  However as soon as I download the address book, they disappear.
    This is causing problems because users cannot Send As one of the missing recipients because they are not in the address book.  Another user sees in Outlook that "delivery will fail to these recipients" because they are not in his address book.
    I've tried creating a new address book, scanning with OABValidate, etc.  OABValidate did find 10 errors out of close to 5000 users, but none of them are users that are missing in the address book.  Not sure where else the problem might be, it was
    OK in Exchange 2007. Only difference was "Public Folder Distribution" was enabled.

    Thanks for your suggestion.  I just tried this, and I do see many entries for users have properties truncated or dropped because they exceeded the size limits.  These users do still appear in the OAB.  However I am still not seeing at least
    one of the particular users that I am looking for in the logs.  I'm not sure why they would be getting skipped from the OAB but are fine in the address list itself.
    EDIT:  Another note, on an affected client which is in Cached mode, I can change from Global Address list to *All Users address list, and the missing users are there.
    I came across this article, which is for 2003, but seems to describe my situation exactly.  However I don't see the missing users show up in logs when enabling the debugging as specified.
    http://exchangepedia.com/2007/02/offline-address-book-mystery-of-the-missing-recipients.html

  • Exchange 2013 Offline Address Book generat failure Event ID 17004

    Hello guys,
    i met the following event id when I tried to update the offline address book on my mailbox server (Exchange 2013),
    i have done the troubleshooting steps as below,
    1 Reboot the mailbox server
    2 restart the mailbox assistant service
    I'd like know what can i do  next step?
           Generation of OAB "\Default Offline Address Book" failed.       
    Dn: CN=Default Offline Address Book,CN=Offline Address Lists,CN=Address Lists Container,CN=zteservices,CN=Microsoft Exchange,CN=Services,CN=Configuration,DC=zteservices,DC=eu       
    ObjectGuid: a603acd4-ea74-47c3-88a5-ebf25cbc663a       
    Stats: S:OAB='\Default Offline Address Book';I32:Status=2147500037;Dt:StartTime=2014-02-04T14:50:14.9300281Z;Dt:EndTime=0001-01-01T00:00:00.0000000;S:DC=ztedomain01.zteservices.eu;I32:Total.Records=1908;Ti:TimeWritingFiles=00:00:04.7035164;S:Wasted=False;Ti:Al.Unsorted.LdapElapsedTime=00:00:04.6206741;Ti:MailboxDownload.StoreRpcLatency=00:00:00.0160000;I32:MailboxDownload.StoreRpcCount=6;Ti:MailboxDownload.CpuTime=00:00:00.0312500;Ti:MailboxDownload.ElapsedTime=00:00:00.0496183;I32:Template.FS.BytesRead=1499956;I32:Template.FS.BytesWritten=2216646;Ti:Template.FS.Reading.ElapsedTime=00:00:00.0077045;Ti:Template.FS.Writing.ElapsedTime=00:00:00.0285458;Ti:Template.CpuTime=00:00:03.2031250;Ti:Template.ElapsedTime=00:00:04.7140032;I32:AL.Unsorted.FS.BytesRead=0;I32:AL.Unsorted.FS.BytesWritten=1874031;Ti:AL.Unsorted.FS.Reading.ElapsedTime=00:00:00;Ti:AL.Unsorted.FS.Writing.ElapsedTime=00:00:00.0224695;Ti:AL.Unsorted.LdapLatency=00:00:14.1220000;I32:AL.Unsorted.LdapCount=4844;Ti:AL.Unsorted.CpuTime=00:00:09.8125000;Ti:AL.Unsorted.ElapsedTime=00:00:23.4694472;I32:AL.Sorted.FS.BytesRead=1866395;I32:AL.Sorted.FS.BytesWritten=1866419;Ti:AL.Sorted.FS.Reading.ElapsedTime=00:00:00.0157892;Ti:AL.Sorted.FS.Writing.ElapsedTime=00:00:00.0104285;Ti:AL.Sorted.CpuTime=00:00:00.0468750;Ti:AL.Sorted.ElapsedTime=00:00:00.0573755;I32:AL.Compress.FS.BytesRead=1866407;I32:AL.Compress.FS.BytesWritten=1866407;Ti:AL.Compress.FS.Reading.ElapsedTime=00:00:00.0009518;Ti:AL.Compress.FS.Writing.ElapsedTime=00:00:01.3330312;Ti:AL.Compress.CpuTime=00:00:01.3593750;Ti:AL.Compress.ElapsedTime=00:00:01.3756676;I32:DiffGen.FS.BytesRead=0;I32:DiffGen.FS.BytesWritten=0;Ti:DiffGen.FS.Reading.ElapsedTime=00:00:00;Ti:DiffGen.FS.Writing.ElapsedTime=00:00:00;Ti:DiffGen.CpuTime=00:00:00;Ti:DiffGen.ElapsedTime=00:00:00.0155622;Ti:AL.Total.CpuTime=00:00:11.2187500;Ti:AL.Total.ElapsedTime=00:00:24.9209864;Ti:Total.CpuTime=00:00:14.5468750;Ti:Total.ElapsedTime=00:00:29.8092411;;     
    System.NullReferenceException: Object reference not set to an instance of an object.
       at Microsoft.Exchange.OAB.BaseStream.Seek(Int64 offset, SeekOrigin origin)
       at Microsoft.Exchange.MailboxAssistants.Assistants.OABGenerator.DiffFileGenerator.ReadFileHeader(Stream stream, Byte[] buffer, Int32& numberOfBytesRead, UInt32& crc)
       at Microsoft.Exchange.MailboxAssistants.Assistants.OABGenerator.DiffFileGenerator.CreatePatch(Stream diffStream)
       at Microsoft.Exchange.MailboxAssistants.Assistants.OABGenerator.DiffFileGenerator.GenerateDiffFile(FileSet fileSet)
       at Microsoft.Exchange.MailboxAssistants.Assistants.OABGenerator.OABGenerator.GenerateDiffFile(OABFile addressListFile, OABFile oldFile)
       at Microsoft.Exchange.MailboxAssistants.Assistants.OABGenerator.OABGenerator.GenerateAddressListFiles(ADObjectId addressList, String habRootLegacyDN)
       at Microsoft.Exchange.MailboxAssistants.Assistants.OABGenerator.OABGenerator.Generate()
       at Microsoft.Exchange.MailboxAssistants.Assistants.OABGenerator.OABGeneratorAssistant.ProcessSingleOAB(MailboxSession mailboxSession, IConfigurationSession perOrgAdSystemConfigSession, OfflineAddressBook oab, SecurityIdentifier mailboxSid, String
    mailboxDomain)
    Exchange Lync Sharepoint

    Hi,
    Do you mean the new Offline Address Book has been set to default and can be updated successfully? And now, the new issue is that send/receive hang on "Offline address book Connecting to Microsoft Exchange" and will never finish. Is it right?
    The following link is a general discussion thread about the same issue. Please refer to it for more helpful suggestions or you can run Test E-mail AutoConfiguration tool and collect some error descriptions to open a new case
    for more troubleshooting.
    http://social.technet.microsoft.com/Forums/exchange/en-US/548f2ecc-faae-4744-8b33-7de536196d7d/sendreceive-hang-on-offline-address-book-connecting-to-microsoft-exchange-and-will-never-finish?forum=exchangesvrgenerallegacy
    Thanks,
    Winnie Liang
    TechNet Community Support

  • After install KB2889927 Outlook client cannot load Offline address book.

    After install KB2889927 Outlook client cannot load Offline address book. Client says: Offline address book Connecting to Microsoft Exchange, and does nothing.
    After Uninstall KB2889927 Outlook clent download address book successfully.
    Somebody has a problem with KB2889927?
    P.S. Exchange 2013 SP1 RU6

    Hi,
    According to your description, I noticed that the issue occurred after install KB2889927 for October 2014 Office 2013 updates.
    I read the
    November 2014 Office Update Release and find that the following KB can resolve the OAB download issue in Outlook 2013, please install it to have a try:
    For Office 2013: http://support2.microsoft.com/kb/2899493
    Or for Outlook 2013: http://support2.microsoft.com/kb/2899504
    Regards,
    Winnie Liang
    TechNet Community Support

  • Offline Address Book and GAL corrupted.

    I have and Exchange 2013 cluster with 3 servers all performing both CAS and MB roles. This environment was originally a 2003 server, then 2007, then 2010, and now 2013 so it has been migrated many times in the past. It seems at some point something was missed
    and now we are having serious issues.
    It started when I was unable to create new profiles in Outlook. After much troubleshooting and digging I found I was also having a problem creating new mailboxes in Exchange and even updating settings such as mailbox limits. When I try to create a new Mailbox
    I receive the error:
    The LdapRecipientFilter "(& (mailnickname=*) (| (&(objectCategory=person)(objectClass=user)(!(homeMDB=*))(!(msExchHomeServerName=*)))(&(objectCategory=person)(objectClass=user)(|(homeMDB=*)(msExchHomeServerName=*)))(&(objectCategory=person)(objectClass=contact))(objectCategory=group)(objectCategory=publicFolder)(objectCategory=msExchDynamicDistributionList)
    ))" on Address List or Email Address Policy "\Default Global Address List" is invalid. Additional information: The attribute type 'mailnickname' or its syntax is not defined in the schema.
    This all seems to come down to issues with the Global AddressList and the Offline Address List. Thanks to other posts and Google I found that I should simply update these list using Get-AddressList | Update-AddressList and Get-GlobalAddressList | Update-GlobalAddressList.
    These commands however through some erros:
    Get-AddressList | Update-AddressList
    WARNING: The recipient "MyDomain.local/Users/HealthMailboxc5809e7b325d447f91bc3d7ea36c15e2" is invalid and couldn't be
    updated.
    WARNING: The recipient "MyDomain.local/Users/HealthMailbox6d5b50c9e47e4ad283e5ceef43f051e8" is invalid and couldn't be
    updated.
    WARNING: The recipient "MyDomain.local/Users/HealthMailbox033a6d5dc2734020861241094e333a83" is invalid and couldn't be
    updated.
    WARNING: The recipient "MyDomain.local/Microsoft Exchange System Objects/Monitoring
    Mailboxes/HealthMailbox3b9adbecf3224170aa5827a8b9dd8173" is invalid and couldn't be updated.
    WARNING: The recipient "MyDomain.local/Microsoft Exchange System Objects/Monitoring
    Mailboxes/HealthMailboxb55608d9ec2c42029346ccf54541fc45" is invalid and couldn't be updated.
    WARNING: The recipient "MyDomain.local/Microsoft Exchange System Objects/Monitoring
    Mailboxes/HealthMailbox70d4dd84317b4819a90a2dff0178614b" is invalid and couldn't be updated.
    WARNING: The recipient "MyDomain.local/Microsoft Exchange System Objects/OAB Version 2" is invalid and couldn't be
    updated.
    WARNING: The recipient "MyDomain.local/Microsoft Exchange System Objects/OAB Version 3a" is invalid and couldn't be
    updated.
    WARNING: The recipient "MyDomain.local/Microsoft Exchange System Objects/OAB Version 4" is invalid and couldn't be
    updated.
    WARNING: The recipient "MyDomain.local/Microsoft Exchange System Objects/Offline Address Book -
    \/o=MyDomain\/cn=addrlists\/cn=oabs\/cn=Default" is invalid and couldn't be updated.
    WARNING: The recipient "MyDomain.local/Microsoft Exchange System Objects/Offline Address Book - first administrative
    group" is invalid and couldn't be updated.
    WARNING: The recipient "MyDomain.local/Microsoft Exchange System Objects/Schedule+ Free Busy Information - first
    administrative group" is invalid and couldn't be updated.
    WARNING: The recipient "MyDomain.local/Users/HealthMailboxc5809e7b325d447f91bc3d7ea36c15e2" is invalid and couldn't be
    updated.
    WARNING: The recipient "MyDomain.local/Users/HealthMailbox6d5b50c9e47e4ad283e5ceef43f051e8" is invalid and couldn't be
    updated.
    WARNING: The recipient "MyDomain.local/Users/HealthMailbox033a6d5dc2734020861241094e333a83" is invalid and couldn't be
    updated.
    WARNING: The recipient "MyDomain.local/Microsoft Exchange System Objects/Monitoring
    Mailboxes/HealthMailbox3b9adbecf3224170aa5827a8b9dd8173" is invalid and couldn't be updated.
    WARNING: The recipient "MyDomain.local/Microsoft Exchange System Objects/Monitoring
    Mailboxes/HealthMailboxb55608d9ec2c42029346ccf54541fc45" is invalid and couldn't be updated.
    WARNING: The recipient "MyDomain.local/Microsoft Exchange System Objects/Monitoring
    Mailboxes/HealthMailbox70d4dd84317b4819a90a2dff0178614b" is invalid and couldn't be updated.
    WARNING: The recipient "MyDomain.local/Microsoft Exchange System Objects/OAB Version 2" is invalid and couldn't be
    updated.
    WARNING: The recipient "MyDomain.local/Microsoft Exchange System Objects/OAB Version 3a" is invalid and couldn't be
    updated.
    WARNING: The recipient "MyDomain.local/Microsoft Exchange System Objects/OAB Version 4" is invalid and couldn't be
    updated.
    WARNING: The recipient "MyDomain.local/Microsoft Exchange System Objects/Offline Address Book -
    \/o=MyDomain\/cn=addrlists\/cn=oabs\/cn=Default" is invalid and couldn't be updated.
    WARNING: The recipient "MyDomain.local/Microsoft Exchange System Objects/Offline Address Book - first administrative
    group" is invalid and couldn't be updated.
    WARNING: The recipient "MyDomain.local/Microsoft Exchange System Objects/Schedule+ Free Busy Information - first
    administrative group" is invalid and couldn't be updated.
    [PS] C:\Windows\system32>Get-GlobalAddressList | Update-GlobalAddressList
    WARNING: The recipient "MyDomain.local/Users/HealthMailboxc5809e7b325d447f91bc3d7ea36c15e2" is invalid and couldn't be
    updated.
    WARNING: The recipient "MyDomain.local/Users/HealthMailbox6d5b50c9e47e4ad283e5ceef43f051e8" is invalid and couldn't be
    updated.
    WARNING: The recipient "MyDomain.local/Users/HealthMailbox033a6d5dc2734020861241094e333a83" is invalid and couldn't be
    updated.
    WARNING: The recipient "MyDomain.local/Microsoft Exchange System Objects/Monitoring
    Mailboxes/HealthMailbox3b9adbecf3224170aa5827a8b9dd8173" is invalid and couldn't be updated.
    WARNING: The recipient "MyDomain.local/Microsoft Exchange System Objects/Monitoring
    Mailboxes/HealthMailboxb55608d9ec2c42029346ccf54541fc45" is invalid and couldn't be updated.
    WARNING: The recipient "MyDomain.local/Microsoft Exchange System Objects/Monitoring
    Mailboxes/HealthMailbox70d4dd84317b4819a90a2dff0178614b" is invalid and couldn't be updated.
    WARNING: The recipient "MyDomain.local/Microsoft Exchange System Objects/OAB Version 2" is invalid and couldn't be
    updated.
    WARNING: The recipient "MyDomain.local/Microsoft Exchange System Objects/OAB Version 3a" is invalid and couldn't be
    updated.
    WARNING: The recipient "MyDomain.local/Microsoft Exchange System Objects/OAB Version 4" is invalid and couldn't be
    updated.
    WARNING: The recipient "MyDomain.local/Microsoft Exchange System Objects/Offline Address Book -
    \/o=MyDomain\/cn=addrlists\/cn=oabs\/cn=Default" is invalid and couldn't be updated.
    WARNING: The recipient "MyDomain.local/Microsoft Exchange System Objects/Offline Address Book - first administrative
    group" is invalid and couldn't be updated.
    WARNING: The recipient "MyDomain.local/Microsoft Exchange System Objects/Schedule+ Free Busy Information - first
    administrative group" is invalid and couldn't be updated.
    Get-AddressList | Update-AddressList
    WARNING: The recipient "MyDomain.local/Users/HealthMailboxc5809e7b325d447f91bc3d7ea36c15e2" is invalid and couldn't be
    updated.
    WARNING: The recipient "MyDomain.local/Users/HealthMailbox6d5b50c9e47e4ad283e5ceef43f051e8" is invalid and couldn't be
    updated.
    WARNING: The recipient "MyDomain.local/Users/HealthMailbox033a6d5dc2734020861241094e333a83" is invalid and couldn't be
    updated.
    WARNING: The recipient "MyDomain.local/Microsoft Exchange System Objects/Monitoring
    Mailboxes/HealthMailbox3b9adbecf3224170aa5827a8b9dd8173" is invalid and couldn't be updated.
    WARNING: The recipient "MyDomain.local/Microsoft Exchange System Objects/Monitoring
    Mailboxes/HealthMailboxb55608d9ec2c42029346ccf54541fc45" is invalid and couldn't be updated.
    WARNING: The recipient "MyDomain.local/Microsoft Exchange System Objects/Monitoring
    Mailboxes/HealthMailbox70d4dd84317b4819a90a2dff0178614b" is invalid and couldn't be updated.
    WARNING: The recipient "MyDomain.local/Microsoft Exchange System Objects/OAB Version 2" is invalid and couldn't be
    updated.
    WARNING: The recipient "MyDomain.local/Microsoft Exchange System Objects/OAB Version 3a" is invalid and couldn't be
    updated.
    WARNING: The recipient "MyDomain.local/Microsoft Exchange System Objects/OAB Version 4" is invalid and couldn't be
    updated.
    WARNING: The recipient "MyDomain.local/Microsoft Exchange System Objects/Offline Address Book -
    \/o=MyDomain\/cn=addrlists\/cn=oabs\/cn=Default" is invalid and couldn't be updated.
    WARNING: The recipient "MyDomain.local/Microsoft Exchange System Objects/Offline Address Book - first administrative
    group" is invalid and couldn't be updated.
    WARNING: The recipient "MyDomain.local/Microsoft Exchange System Objects/Schedule+ Free Busy Information - first
    administrative group" is invalid and couldn't be updated.
    WARNING: The recipient "MyDomain.local/Users/HealthMailboxc5809e7b325d447f91bc3d7ea36c15e2" is invalid and couldn't be
    updated.
    WARNING: The recipient "MyDomain.local/Users/HealthMailbox6d5b50c9e47e4ad283e5ceef43f051e8" is invalid and couldn't be
    updated.
    WARNING: The recipient "MyDomain.local/Users/HealthMailbox033a6d5dc2734020861241094e333a83" is invalid and couldn't be
    updated.
    WARNING: The recipient "MyDomain.local/Microsoft Exchange System Objects/Monitoring
    Mailboxes/HealthMailbox3b9adbecf3224170aa5827a8b9dd8173" is invalid and couldn't be updated.
    WARNING: The recipient "MyDomain.local/Microsoft Exchange System Objects/Monitoring
    Mailboxes/HealthMailboxb55608d9ec2c42029346ccf54541fc45" is invalid and couldn't be updated.
    WARNING: The recipient "MyDomain.local/Microsoft Exchange System Objects/Monitoring
    Mailboxes/HealthMailbox70d4dd84317b4819a90a2dff0178614b" is invalid and couldn't be updated.
    WARNING: The recipient "MyDomain.local/Microsoft Exchange System Objects/OAB Version 2" is invalid and couldn't be
    updated.
    WARNING: The recipient "MyDomain.local/Microsoft Exchange System Objects/OAB Version 3a" is invalid and couldn't be
    updated.
    WARNING: The recipient "MyDomain.local/Microsoft Exchange System Objects/OAB Version 4" is invalid and couldn't be
    updated.
    WARNING: The recipient "MyDomain.local/Microsoft Exchange System Objects/Offline Address Book -
    \/o=MyDomain\/cn=addrlists\/cn=oabs\/cn=Default" is invalid and couldn't be updated.
    WARNING: The recipient "MyDomain.local/Microsoft Exchange System Objects/Offline Address Book - first administrative
    group" is invalid and couldn't be updated.
    WARNING: The recipient "MyDomain.local/Microsoft Exchange System Objects/Schedule+ Free Busy Information - first
    administrative group" is invalid and couldn't be updated.
    [PS] C:\Windows\system32>Get-GlobalAddressList | Update-GlobalAddressList
    WARNING: The recipient "MyDomain.local/Users/HealthMailboxc5809e7b325d447f91bc3d7ea36c15e2" is invalid and couldn't be
    updated.
    WARNING: The recipient "MyDomain.local/Users/HealthMailbox6d5b50c9e47e4ad283e5ceef43f051e8" is invalid and couldn't be
    updated.
    WARNING: The recipient "MyDomain.local/Users/HealthMailbox033a6d5dc2734020861241094e333a83" is invalid and couldn't be
    updated.
    WARNING: The recipient "MyDomain.local/Microsoft Exchange System Objects/Monitoring
    Mailboxes/HealthMailbox3b9adbecf3224170aa5827a8b9dd8173" is invalid and couldn't be updated.
    WARNING: The recipient "MyDomain.local/Microsoft Exchange System Objects/Monitoring
    Mailboxes/HealthMailboxb55608d9ec2c42029346ccf54541fc45" is invalid and couldn't be updated.
    WARNING: The recipient "MyDomain.local/Microsoft Exchange System Objects/Monitoring
    Mailboxes/HealthMailbox70d4dd84317b4819a90a2dff0178614b" is invalid and couldn't be updated.
    WARNING: The recipient "MyDomain.local/Microsoft Exchange System Objects/OAB Version 2" is invalid and couldn't be
    updated.
    WARNING: The recipient "MyDomain.local/Microsoft Exchange System Objects/OAB Version 3a" is invalid and couldn't be
    updated.
    WARNING: The recipient "MyDomain.local/Microsoft Exchange System Objects/OAB Version 4" is invalid and couldn't be
    updated.
    WARNING: The recipient "MyDomain.local/Microsoft Exchange System Objects/Offline Address Book -
    \/o=MyDomain\/cn=addrlists\/cn=oabs\/cn=Default" is invalid and couldn't be updated.
    WARNING: The recipient "MyDomain.local/Microsoft Exchange System Objects/Offline Address Book - first administrative
    group" is invalid and couldn't be updated.
    WARNING: The recipient "MyDomain.local/Microsoft Exchange System Objects/Schedule+ Free Busy Information - first
    administrative group" is invalid and couldn't be updated.
    From what I read this is due to invalid characters in these entries of the Address Books. If I still had my 2010 box I could go in to the Exchange Toolbox, manage the Address Lists and change the Alias of these entries. I don't have a 2010 box though. All
    I have is 2013 and from what I have read there is no way to manage the Address lists through the ECP.
    I have tried changing them in the Shell with this command:
    Get-Mailbox | Where {$_.Alias -like "* *"} | ForEach-Object {Set-Mailbox $_.Name -Alias:($_.Al
    as -Replace " ","")}
    But this did not work.
    How do I fix this issue in an Exchange 2013 environment? Please let me know if more information is needed and thank you in advance for any help.

    Hi,
    I suggest we rebuild the GAL by contacting a Microsoft Support, or it will be a non-support environment. For your reference, a simple version of the rebuilding steps:
    1. Remove the current GAL
    2. Run “/PrepareAD” and it will recreate the GAL.
    Regards,
    Please remember to mark the replies as answers if they help and unmark them if they provide no help. If you have feedback for TechNet Subscriber Support, contact
    [email protected]
    Simon Wu
    TechNet Community Support

  • Cannot Create a New Group

    All of a sudden, I cannot create any new groups within Address Book! Will not work either from the plus sign at the bottom of the group list or the main menu!
    Any advice on how to resolve?

    quit Address book and delete the file homedirectory/library/application support/address book/AddressBook-v22.abcddb. then start Address Book and see if you can create groups.

  • Problem with an unavailable server and the "Offline address book" rol

    I have a site with two Exchange 2007 servers and tried to install a new Exchange 2013 but the process did not end well.
    Now the 2013 server has the role of "Offline address book" and is no longer available which creates multiple problems. How I can do to remove the references to the 2013 server and move the role referred to one of the existing Exchange 2007 servers? 

    My recommendation would be to fix whatever went wrong and complete the setup.
    The server is probably the generation server for a new offline address list.  Check that by entering the following command.
    Get-OfflineAddressBook
    If there's a new list created by Exchange 2013 setup, you can simply remove it using Remove-OfflineAddressBook, and that should take care of what you're seeing.
    Ed Crowley MVP "There are seldom good technological solutions to behavioral problems."

  • Unable to download offline address book

    Upgraded from Exchange 2003 to 2010 and ran through the steps upgrading the OAB to the new format.
    I have configured Outlook Anywhere which works but when I attempt to download the offline address book I get the following error:-"Task Microsoft Exchange Server reported error (0x800401f): The operation failed."
    These are the steps I have already taken:-
    Turn off SSL for the OAB directory in IIS
    Created a new OAB on Exchange 2010 and waited overnight to allow for changes.
    When I then tried to select the new OAB, this does not appear in the dropdown list on the client either.
    Can anyone advise?

    check out this...it will work
    1
    On the CAS server/s stop the Microsoft Exchange File Distribution Service. You can do this from the command prompt with
    'net stop MSExchangeFDS'
    2
    Untick 'Enable Web-based Distribution' of OAB: From EMC-->Org-->Mailbox-->Offline Address Book-->double click on your Offline Address Book (normally called 'Default Offline Address Book')-->'Distribution' Tab-->Untick
    'Enable Web-based Distribution' then press Apply. You can also do it from
    EMS with the command 'Get-OfflineAddressBook | Set-OfflineAddressBook -VirtualDirectories:$Null'. This should of resulted in the
    <Drive>:\Program Files\Microsoft\Exchange Server\ClientAccess\OAB\<GUID> folder being removed from your CAS server/s
    3
    Open EMS and do "Get-OABVirtualDirectory | Remove-OABVirtualDirectory-confirm:$false". This will remove the OAB Virtual Directory from all of your CAS server/s. So use the -WebSiteName parameter if you have more than 1 CAS
    server and you only want to perform this reset on 1 server.
    4
    Delete/Rename the <Drive>:\Program Files\Microsoft\Exchange Server\ClientAccess\OAB folder on the CAS server/s
    5
    Delete/rename the <Drive>:\Program Files\Microsoft\Exchange Server\ExchangeOAB
    folder on the OAB Generating server (usually a mailbox server).
    6
    Open EMS and do "New-OABVirtualDirectory -Server <CASServerName>".
    This will create the OAB Virtual Directory on the CAS server and will create the  <Drive>:\Program Files\Microsoft\Exchange Server\ClientAccess\OAB
    folder on the CAS server too. Repeat this step for each of your CAS servers. If you only have one CAS server then you do not need the
    Server parameter. This will also set the InternalURL value of the
    OABVirtualDirectory to "http://<CASfqdn>/OAB" which is fine if you don't want to use SSL internally to download the OAB (this is the default Exchange setting). WARNING: SBS seems to default to HTTPs on the OAB
    VD because of the Bindings on the SBS Web Applications web site, so I suggest you use HTTPs, or if you really want to use HTTP then look at the Bindings and which HostNames will allow you to connect to the SBS Web Applications web site on port 80. on SBS use
    'New-OABVirtualDirectory -WebSiteName "SBS  Web Applications"' To ensure the OAB VD is created under the correct web site.  
    7
    Open EMS and do 'Get-OfflineAddressBook | Set-OfflineAddressBook -VirtualDirectories "<CASServerName>\oab (default web site)"'. On a SBS server the (default web site) is normally (SBS Web Applications), so open IIS and confirm
    what the web site name is that contains your Exchange Virtual Directories and then use that value instead of (default web site) if you need to. You can do this step in EMC as you may find it easier, especially if you are running multiple CAS servers.
    8
    Open EMS and do "Get-OfflineAddressBook | Update-OfflineAddressBook". This will recreate and populate the
    <Drive>:\Program Files\Microsoft\Exchange Server\ExchangeOAB folder on the OAB Generating server (usually a mailbox server) and it will also share the folder out as
    ExchangeOAB.
    9
    On the CAS server/s start the Microsoft Exchange File Distribution Service. You can do this from the command prompt with "net start MSExchangeFDS". This will copy the
    <Drive>:\Program Files\Microsoft\Exchange Server\ExchangeOAB\<GUID> folder on the OAB Generating server to the  <Drive>:\Program Files\Microsoft\Exchange Server\ClientAccess\OAB
    folder on the CAS server/s.
    Recycle the MSExchangeAutodiscoverAppPool Application Pool in IIS, so autodiscover picks up the new OAB URLs. Then restart Outlook so it reads the new Autodiscover information about the OAB URLs and test Downloading the Offline Address
    Book from an internal Outlook 2007/2010 client and it should now work.
    regards

  • Send/receive hang on "Offline address book Connecting to Microsoft Exchange" and will never finish?

    When I hit send/receive on a few clients the process will hang on "Offline address book Connecting to Microsoft Exchange" and will never finish? These same user can long on the OWA and send/receive just fine. The problem is that while it's hanging it can't go out and look for new email. Any thoughts?

    I had similar problem.
    This actually arose due to the fact I had mistakenly set the Default web Site directory with a HTTP redirect which applied to all subfolders including OAB.
    I did then rectify this by going into individual subfolders and unchecking Http Redirect from each sub folder, however unknowingly  it created/modified a webconfig file under the OAB virtual directory. (you can explore it to see the
    file there)
    If you test your OAB url (for people with the issue), which is : http(s)://servername/oab/[code]/oab.xml you will get Error 500.
    Each time Outlook 2007 was trying to connect to get OAB, it was trying to read that webconfig file.
    I fixed this by changing the permissions on that webconfig file to allow everyone and the above error was done, and also my Outlook 2007 was downloading the OAB again!
    Now if the above fix did not fix your problem, you can temporarily effectively disable OAB by unticking Web Distribution of OAB and Public Folder Distribution in EMC under Organisation/Mailbox/Offline Address Book. Users will be able to do a
    send/reiceve without any errors/issues. However, if a new contact/user is added to your AD with exchange attributes, the clients will not be able to see this. I'm guessing if cached mode was also not used, issues would also occur if they tried using the GAL.
    acidack, you are a lifesaver.
    I looked at the other webconfig files in the internet directories and noticed they all had 'Authenticated Users' with read permissions while the OAB one did not.  Adding this group with read permissions solved the problem; Outlook 2007
    users are no longer frozen on the 'Offline address book connecting to Microsoft Exchange" message.
    What caused this? I'm not sure.  I was messing with the web settings trying to redirect people to OWA. Something I did must have caused this file to be re-created without the needed permissions.
    Acidack and AndrewB, You are both live savers.  After all these years, your solution to this problem is still spot on.

  • Offline Address Book problem

    Scenario:
    We had an Exchange 2010 Server that we wanted to temporarily migrate over to another server, then migrate back.  We ended up deciding not to migrate it back, but now it will be migrated to another piece of hardware. There are 3 Exchange Servers involved;
     Exchange1 (the originating server, which has since been deleted from AD), Exchange2 (the temporary mail server), and Exchange3 (the final destination).
    Problem:
    Currently, Exchange1 has been deleted from AD, mail is flowing on Exchange2 and I'm trying it install Exchange onto the third server, but I'm having a problem with Offline Address Books. I receive the following error during the initial installation process
    for Exchange 2010...
    Client Access Role Prerequisites:  Failed
    Error:  The nominated Exchange server for offline address book 'Base-OAB' has been deleted. Nominate a valid server and restart setup.
    And naturally, I receive the following when I attempt to update the OAB...
    Error:  Exchange server "PEARCEDEL:903400db-dd36-463f-950e-3d1db9313db0" was not found. Please make sure you typed the name correctly.
    Details:
    When I look at the OAB on Exchange2, I can see the default OAB that derived from Exchange1.  I've tried to move that OAB to Exchange3, but i get the following (I'm also unable to delete it):
    Error:   You must provide a value for this property.  Warning:  The server from which this offline address book is being moved, "PEARCEDEL:903400db-dd36-463f-950e-3d1db9313db0", no longer exists in Active Directory.  The
    OAB will be moved, but this will lead to a full OAB download for all users who are provisioned to use this OAB.  If public folder distribution was enabled, the older replica will be removed from the public folder.  Also, some OAB settings may be
    changed during the move.  Please examine the OAB after it has been moved and verify the settings.
    Now, the above message says that it will move, but it doesn't.
    I also receive that same "You must provide a value for this property." error when I try to create a new OAB.
    I'm not concerned about salvaging the old OAB, I just need to be able to install Exchange on Exchange3.
    Thank you  in advance for your help!

    And naturally, I receive the following when I attempt to update the OAB...
    Error:  Exchange server "PEARCEDEL:903400db-dd36-463f-950e-3d1db9313db0" was not found. Please make sure you typed the name correctly.
    Details:
    When I look at the OAB on Exchange2, I can see the default OAB that derived from Exchange1.  I've tried to move that OAB to Exchange3, but i get the following (I'm also unable to delete it):
    Error:   You must provide a value for this property.  Warning:  The server from which this offline address book is being moved, "PEARCEDEL:903400db-dd36-463f-950e-3d1db9313db0", no longer exists in Active Directory.
    Hi,
    Manually removing Exchange 2007 and later versions using ADSIEDIT is not supported and will not do the necessary cleanups of different settings outside the servers own container.
    With that said, you will need to manually change the OAB Generation Server for your OAB using ADSIEdit and you do that by modifying the setting configured for
    offLineABServer shown in the picture below.
    Martina Miskovic

  • Outlook 2013 Not Responding and Offline Address Book Issues with Office 365

    Around 3 months ago I setup a small business with Office 365 for email. They have 10 PCs, all running newly installed Windows 7 Professional 64-bit, eight with Office 2013 and two with Office 2010. All are connected to a local domain (Server Essentials
    2012) with a single internet connection through a new TP-LINK router. Each user logs into their own PC only.
    The network runs perfectly, internet connection is good but there seems to be RANDOM, INTERMITTENT issues with email not being SENT from Outlook every so often. Email will sit in the outbox for up to an hour sometimes before, eventually, being sent. Incoming
    email seems ok, although this is more difficult to tell. At others times, email will be sent instantly - the size of the message and any attachments makes no difference.
    The issue has happened at some point on every one of the PCs but no particular PC/user seems worse than any other. When email is stuck on one user's PC it can still be sent ok by other users at the same time - so the internet connection is not down. Users can
    can always login to the OWA service ok and iPhones etc. all sync ok even when email is stuck in the Outbox.
    To debug the issue I have worked on one particular user's PC and carried out the following changes - 
    Changes that made no difference
    I have checked the router. A SPI firewall is available on the router but this is switched off.
    I have changed the MTU on the router with no effect.
    There are no unsual add-ins to Outlook
    Outgoing email virus scanning is disabled
    Outlook is NOT integrated with Lync
    The OST file is around 1.7 GBytes is size.
    I have recreated the Outlook profile twice but this made no difference
    Switched OFF "Cached Exchange Mode" - this made things worse !
    The Outlook address book is set to \Offline Global Address List
    I have disabled with Windows firewall on the client PC - no change
    I have adjusted the KeepAliveTime for packets in the registry of the PC to 20 minutes
    Changes that reduced the frequency of "Not Responding"
    I have changed the Outlook automatic Send/Receive time from 30 to 10 minutes - this seemed to help 
    Possible Related Problem
    I have attempted to download the offline address book manually - this hangs at "Copying offline address book template file" in the Send/Receive dialog and there a NO OAB files in the data file location on the PC. 
    So the only measure that has so far "helped" has been the Outlook Send/Receive time change - now set to 10 minutes. Even so, Outlook will occasionally go "Not Responding" for 30 minutes or more (no windows active - only option
    is to close and reopen Outlook).
    There does seem to be a problem with the Offline Address book. I can download this ok for this user on my home PC (Outlook 2010) but this will not download manually on the work pc with Outlook 2013 (despite following all the debug steps above).
    On work PC I can see literally hundreds of "Schannel" errors in the Windows System event logs - 
    Error - Event 36888 Schannel
    The following fatal error was generated :10
    The internal error state is 10
    These errors occur every 2-4 minutes continually all the time Outlook is running. When Outlook is closed the "Schannel" errors stop !
    Can anyone suggest what else to try, please ?
    I have already investigated this issue on the Office 365 Community Forum, and the Outlook forum and they suggested that it was a client (i.e Outlook) issue and that I should post here for further information.
    Thanks for reading !

    An update to this problem.
    I brought one of the office PCs back to my home network and connected it up there. With no changes to the PC I was immediately able to download the Offline Address Book without errors.
    This suggests to me that there must be some problem with the internet connection or router setup in the office environment.
    The router is a TP-LINK W8970. The internet connection is PPPoA. I have seen some suggestion that an SPI firewall can cause issues. This router has an SPI firewall but this feature is disabled on the router.
    While investigating this issue I have frequently been connected remotely to an office PC - sometimes for up to an hour or more. During these periods I have not experienced any connection dropouts so the actual internet connection seems to be ok (i.e. it is
    not dropping out). 
    However, something seems to be preventing the Outlook client from connecting properly with the Office 365 Exchange server in the office environment - or something is dropping the connection to Outlook. Does anyone know of any router settings that might affect
    this ?
    I could try changing the office router but I do not have a spare available. Can anyone suggest a reasonably low cost, currenbtly available router that they know definitely works in the Office 365 environment so that I could buy this for test purposes ?

  • Best Solutions For Offline Address Book on Workstations Not Updating Frequently Enough?

    We use Exchange 2010 SP2 and we set Outlook 2010 to Exchange Cached mode by default for all workstations.  This seems to work OK for the majority of email most of the time, but because we are very frequently adding and removing external mail contacts
    and and adding and removing them from distribution lists, the GAL and  distribution lists memberships are frequently out of date in the middle of the work day.  
    Sometimes the users can manually download an updated OAB assuming it has been updated on the server, but sometimes the OAB is not updated yet and redownloading the OAB solves nothing.  It is a lot of hassle, confusion  about bounced messages and
    missing contacts and phantom names in distribution lists with this method.
    I notice that for mail contacts, there is an All Contacts address book that is live, but it does not include include anything else other than contact addresses.  Distribution List memberships are still out of date until the OAB is updated on the server
    and then downloaded to the Outlook client.  This is taking too long.
    Is there a keyboard shortcut to force the client to do a GAL address lookup in online mode rather than using the cached OAB?
    Can Outlook display both an online and offline address book for the GAL and let the user manually select online version of the GAL if a contact or new mailbox or DL has not synced to the OAB yet?
    If we set the registry key to force online address books even when Outlook is in cached Exchange mode, is there any performance downside for PCs on the LAN other than the GAL being unavailable when the network is not available?
    Would the Exchange server have a significantly higher load if most PCs were accessing the GAL without an OAB cache?
    If we should not expect a significant increase in server load or network traffic, we might set desktops to use online access to the GAL and only laptops to use OAB.

    Hi,
    If users are accessing the GAL without OAB cache, definitely it will increase in server load and network traffic. If you are in cached mode, one suggestion is to define that in Send/Receive Settings:
    Go to Send/Receive Groups -> Define Send/Receive Groups
    -> Select the account and Edit -> Select
    Include the selected account in this group, and check Download offline address book -> Click
    OK -> Go back to Send/Receive Groups, select the frequency for automatic send/receive(Schedule an automatic send/receive every x minutes.), and then close.
    I hope this setting can help in your scenario.
    Regards,
    Melon Chen
    TechNet Community Support

  • How do I create groups in the address book?

    How do I create groups in the address book?

    Hi,
    Open Address Book > go to the File Menu and come down to New Group.
    Hope this helps.

Maybe you are looking for

  • Graphics card upgrade question on the Satellite P10-802

    Hoping someone out there may be able to offer some advice. I'm now finding I probably need to upgrade this system a little. Adding memory looks straight forward but was also interested in upgrading the graphics card. Does anyone know if this is possi

  • Getting long time to execute

    hi all, Table have more than 1.6milion records. to execute following query taking long time. select DISTINCT invoice_id, invoice_number, invoice_dis_id, dis_line, batch_id, invoice_date, cancelled_date, accounting_date, invoice_desc, dist_desc, invoi

  • Why would someone not receive my acceptance notification being sent from Outlook Mac 2011?

    I am using Microsoft Outlook for Mac 2011, version 14.1.2 (110505) on Mac OS X 10.6.8. When I accept a meeting invitation, my My Day window and my Outlook Calendar are both instantly populated with the event however the sender of the meeting does not

  • Creative Cloud no charge possible in Credit Card

    Hi to all, I purchased a membership to the Creative Cloud in August 10, and my next charge is on September 5. Today I received a mail that Adobe were unable to charge the fee to my credit card. I checked the info of my creative cloud account and ever

  • CUIC - CallDetailReport not showing Time

    Hi I have rectently imported CallDetailReport on CUIC v8.5.4. The report is running OK however have following issue; All fields are getting populated correctly but Date Time field only displays Date and not Time (report screen shot is attached). Has