Problems Global Address List
Hi people, After migration from ex2003 to ex2007 (currently no more legacy exchange servers), some users have problems updating the global address list with the new created users. Then, they have the error 0x80040010F from outlook 2007 (cache mode) when they tried to upgrade it. Hereis the problem, no recipient filter:[PS] C:\Documents and Settings\Desktop>Get-GlobalAddressList Name RecipientFilter---- ---------------Default Global Address List[PS] C:\Documents and Settings\Desktop>Get-GlobalAddressList | Update-GlobalAddressListWARNING: The recipient "domain.inet/Microsoft Exchange System Objects/Offline Address Book - \/o=DOMAIN\/cn=addrlists\/cn=oabs\/cn=Defaul" isinvalid and could not be updated.WARNING: The recipient "domain.inet/Microsoft Exchange System Objects/Schedule+ Free Busy Information - First Administrative Group" is invalid andcould not be updated.WARNING: The recipient "domain.inet/Microsoft Exchange System Objects/OAB Version 2" is invalid and could not be updated.WARNING: The recipient "domain.inet/Microsoft Exchange System Objects/OAB Version 3a" is invalid and could not be updated.With the OAB I think there is no problem:[PS] C:\Documents and Settings\Desktop>Get-OfflineAddressBook Name Server Versions AddressLists---- ------ -------- ------------Default Offline Address List SERVER {Version2, Version3, Version4} {Default Global Address List} [PS] C:\Documents and Settings\Desktop>Get-OfflineAddressBook | Update-OfflineAddressBook[PS] C:\Documents and Settings\Desktop>Ive maked the file distribution update without errors:[PS] C:\Documents and Settings\Desktop>Update-FileDistributionService -Identity Server -Type "OAB"[PS] C:\Documents and Settings\Desktop>Any suggestions???...will be apreciate...thanks a lot
July 8th, 2009 5:55pm

Under Default Global Address List>All Global Address List> Address List Container> DOMAIN> Microsoft Exchange> Services> Configuration (IN ADSIEdit), there isnt anything....Its that normal?, In the EMC, there IS Global Address List, and everything seems to be ok, address list are listed.....
Free Windows Admin Tool Kit Click here and download it now
July 8th, 2009 6:52pm

ADSIEdit thing is normal. A basic question, is correct OAB pointed in the properties of all Mailbox Databases in Server Configuration -> Mailbox? Mailbox Database Properties > Client Settings Tab http://technet.microsoft.com/en-us/library/aa997902.aspxAmit Tank | MVP Exchange Server | MCITP: EMA | MCSA: M | http://ExchangeShare.WordPress.com
July 8th, 2009 7:06pm

Yes, its configured with the default Offline address list...Should I have to regenerate it for exclude the above errors???.Is it significant that the error mentioned "Offline Address Book - \/o=DOMAIN\/cn=addrlists\/cn=oabs\/cn=Defaul"", instead of DEFAULT ????thanks again
Free Windows Admin Tool Kit Click here and download it now
July 9th, 2009 10:41am

Hi,First when we run Get-Globaladdresslist, we can find the recipient filter should be (& (mailnickname=*) (| (&(objectCategory=person)(objectClass=user)(!(homeMDB=*))(!(msExchHomeServerName=*)))(&(objectCategory=person)(objectClass=user)(|(homeMDB=*)(msExchHomeServerName=*)))(&(objectCategory=person)(objectClass=contact))(objectCategory=group)(objectCategory=publicFolder) )) After you modify the Default Globaladdresslist filter, please try to run Update-GlobalAddressList.If the issue still persists, then please try to follow the steps below: 1. Please check OAB (C:\Program files\Microsoft\Exchange Server\ExchangeOAB\) from Mailbox Server to see if it is there. 2. Please check OAB (C:\Program files\Microsoft\Exchange Server\Client Access\OAB <oabguid>) from CAS server and then delete it. 3. Please restart Microsoft Exchange File Distribution on CAS server to re-generate the OAB. More information to share with you: http://blogs.msdn.com/dgoldman/archive/2006/08/25/How-Exchange-2007-OAB-Files-are-replicated-to-a-Client-Access-Server-for-download.aspx Regards, Xiu
July 9th, 2009 11:26am

Ok, I disabled, and then re-enabled mailfolder option on the folders related to the error. Now, thereis no display errorwhen I run Update-GlobalAddressListBut, there is NOT recipient filter, as you mentioned, I have nothing:[PS] C:\Documents and Settings\Desktop>Get-Globaladdresslist Name RecipientFilter---- ---------------Default Global Address ListWhy can I re-create the recipient filters????thanks a lot
Free Windows Admin Tool Kit Click here and download it now
July 9th, 2009 11:33am

Regarding to: 1. Please check OAB (C:\Program files\Microsoft\Exchange Server\ExchangeOAB\) from Mailbox Server to see if it is there.YES, there is one folder. 2. Please check OAB (C:\Program files\Microsoft\Exchange Server\Client Access\OAB <oabguid>) from CAS server and then delete it.I HAVE two folders, is it normal?, one identical to the above mentioned, and another one.... 3. Please restart Microsoft Exchange File Distribution on CAS server to re-generate the OAB. Not deleted at this moment....
July 9th, 2009 11:51am

New Command displayed:[PS] C:\Documents and Settings\Desktop>Get-Globaladdresslist -Identity "Default Global Address List" | format-list IsDefaultGlobalAddressList : TrueRecipientFilter :LdapRecipientFilter : (& (mailnickname=*) (| (&(objectCategory=person) (objectClass=user)(!(homeMDB=*))(!(msExchHomeSer verName=*)))(&(objectCategory=person)(objectClas s=user)(|(homeMDB=*)(msExchHomeServerName=*)))(& (objectCategory=person)(objectClass=contact))(ob jectCategory=group)(objectCategory=publicFolder) (objectCategory=msExchDynamicDistributionList) ) )LastUpdatedRecipientFilter :RecipientFilterApplied : FalseIncludedRecipients :ConditionalDepartment :ConditionalCompany :ConditionalStateOrProvince :ConditionalCustomAttribute1 :ConditionalCustomAttribute2 :ConditionalCustomAttribute3 :ConditionalCustomAttribute4 :ConditionalCustomAttribute5 :ConditionalCustomAttribute6 :ConditionalCustomAttribute7 :ConditionalCustomAttribute8 :ConditionalCustomAttribute9 :ConditionalCustomAttribute10 :ConditionalCustomAttribute11 :ConditionalCustomAttribute12 :ConditionalCustomAttribute13 :ConditionalCustomAttribute14 :ConditionalCustomAttribute15 :RecipientFilterType : LegacyIsValid : TrueOriginatingServer : SERVER.domain.inetExchangeVersion : 0.0 (6.5.6500.0)Name : Default Global Address ListDistinguishedName : CN=Default Global Address List,CN=All Global Add ress Lists,CN=Address Lists Container,CN=DOMAIN ,CN=Microsoft Exchange,CN=Services,CN=Configurat ion,DC=domain,DC=inetIdentity : \Default Global Address ListGuid : afcb37ca-ec8b-497c-b7db-5887215adc33ObjectCategory : domain.inet/Configuration/Schema/Address-Book-Co ntainerObjectClass : {top, addressBookContainer}WhenChanged : 18/02/2009 12:27:51WhenCreated : 30/03/2004 12:59:16 Any issues?....any suggestions will be apreciated....thanks in advanced
Free Windows Admin Tool Kit Click here and download it now
July 10th, 2009 11:03am

Hi,At this time,please try to delete oabguid from CAS and then re-generate the OAB.I suspect it could be the issue.Regards,Xiu
July 17th, 2009 1:01pm

This topic is archived. No further replies will be accepted.

Other recent topics Other recent topics