Have you turned up OAB logging? Are you distributing the OAB via web only or Public folders too? Have you tried deleting the OAB files on the desktop client and looking at a fresh copy of the OAB?
The sig is smaller, but that doesn't make it any less painful. In its original form, it was simply a bomb exploding in our face. In its current form, it seems you've chosen to use a 9mm and put a bullet in a single appendage at a time thus increasing the agony... On Thu, Nov 18, 2010 at 11:30 AM, Chris Drobny <[email protected]>wrote: > It is pointing to my new exchange server, and I have Include the default > GAL and Include the following address lists checked, All Users, and sorry to > all about the Sig. > > > > *Chris Drobny* > > *Network/Systems Administrator* > > *LMS Intellibound, Inc.* > > *[email protected]* > > *770.724.0562 office* > > *404.797.9710 cell* > > > > *From:* Michael B. Smith [mailto:[email protected]] > *Sent:* Thursday, November 18, 2010 2:18 PM > > *To:* MS-Exchange Admin Issues > *Subject:* RE: Problem updating GAL > > > > On the properties of the OAB in the EMC. > > > > Regards, > > > > Michael B. Smith > > Consultant and Exchange MVP > > http://TheEssentialExchange.com <http://theessentialexchange.com/> > > > > *From:* Chris Drobny [mailto:[email protected]] > *Sent:* Thursday, November 18, 2010 1:56 PM > > *To:* MS-Exchange Admin Issues > *Subject:* RE: Problem updating GAL > > > > Well the GAL is updating, I didn’t see anything on that link for the OAB. > Just to double check where should I look for the generation server and which > GAL its pointing to? > > > > *Chris Drobny* > > *Network/Systems Administrator* > > *LMS Intellibound, Inc.* > > *[email protected]* > > *770.724.0562 office* > > *404.797.9710 cell* > > > > *From:* Michael B. Smith [mailto:[email protected]] > *Sent:* Thursday, November 18, 2010 1:57 PM > *To:* MS-Exchange Admin Issues > *Subject:* RE: Problem updating GAL > > > > You missed the OAB. What’s the Generation Server and what GAL is it > pointing to? > > > > Regards, > > > > Michael B. Smith > > Consultant and Exchange MVP > > http://TheEssentialExchange.com <http://theessentialexchange.com/> > > > > *From:* Chris Drobny [mailto:[email protected]] > *Sent:* Thursday, November 18, 2010 1:16 PM > *To:* MS-Exchange Admin Issues > *Subject:* RE: Problem updating GAL > > > > Ok ran thru the default email address policy part, here is my command shell > responses. Does this point in a direction? > > > > > > [PS] C:\Windows\system32>Get-EmailAddressPolicy | Format-List > Name,*RecipientFilter*,ExchangeVersion > > > > > > Name : Default Policy > > RecipientFilter : Alias -ne $null > > LdapRecipientFilter : (mailNickname=*) > > LastUpdatedRecipientFilter : > > RecipientFilterApplied : False > > RecipientFilterType : Precanned > > ExchangeVersion : 0.1 (8.0.535.0) > > > > > > > > [PS] C:\Windows\system32>Get-EmailAddressPolicy | where { > $_.RecipientFilterType -eq "Legacy" } > > [PS] C:\Windows\system32>Set-EmailAddressPolicy "Default Policy" > -IncludedRecipients AllRecipients > > The operation can't be performed on the default e-mail address policy. > > + CategoryInfo : InvalidOperation: (Default Policy:ADObjectId) > [Set-EmailAddressPolicy], InvalidOperation > > Exception > > + FullyQualifiedErrorId : > 7120D023,Microsoft.Exchange.Management.SystemConfigurationTasks.SetEmailAddressPolicy > > > > [PS] C:\Windows\system32>Get-AddressList | Format-List > Name,*RecipientFilter*,ExchangeVersion > > > > > > Name : All Rooms > > RecipientFilter : (Alias -ne $null -and (RecipientDisplayType > -eq 'ConferenceRoomMailbox' -or RecipientDispl > > ayType -eq 'SyncedConferenceRoomMailbox')) > > LdapRecipientFilter : > (&(mailNickname=*)(|(msExchRecipientDisplayType=7)(msExchRecipientDisplayType=-2147481850) > > )) > > LastUpdatedRecipientFilter : > > RecipientFilterApplied : False > > RecipientFilterType : Custom > > ExchangeVersion : 0.1 (8.0.535.0) > > > > Name : All Users > > RecipientFilter : RecipientType -eq 'UserMailbox' > > LdapRecipientFilter : > (&(objectClass=user)(objectCategory=person)(mailNickname=*)(msExchHomeServerName=*)) > > LastUpdatedRecipientFilter : RecipientType -eq 'UserMailbox' > > RecipientFilterApplied : True > > RecipientFilterType : Precanned > > ExchangeVersion : 0.1 (8.0.535.0) > > > > Name : All Groups > > RecipientFilter : ((RecipientType -eq > 'MailUniversalDistributionGroup') -or (RecipientType -eq 'MailUniversa > > lSecurityGroup') -or (RecipientType -eq > 'MailNonUniversalGroup') -or (RecipientType -eq 'D > > ynamicDistributionGroup')) > > LdapRecipientFilter : > (|(&(objectCategory=group)(groupType:1.2.840.113556.1.4.804:=8)(!(groupType:1.2.840.113556 > > > > .1.4.804:=2147483648))(mailNickname=*))(&(objectCategory=group)(groupType:1.2.840.113556.1 > > > .4.803:=2147483656)(mailNickname=*))(&(objectCategory=group)(!(groupType:1.2.840.113556.1. > > > > 4.804:=8))(mailNickname=*))(&(objectCategory=msExchDynamicDistributionList)(mailNickname=* > > ))) > > LastUpdatedRecipientFilter : > > RecipientFilterApplied : False > > RecipientFilterType : Precanned > > ExchangeVersion : 0.1 (8.0.535.0) > > > > Name : All Contacts > > RecipientFilter : RecipientType -eq 'MailContact' > > LdapRecipientFilter : (&(objectClass=contact)(mailNickname=*)) > > LastUpdatedRecipientFilter : > > RecipientFilterApplied : False > > RecipientFilterType : Precanned > > ExchangeVersion : 0.1 (8.0.535.0) > > > > Name : Public Folders > > RecipientFilter : > > LdapRecipientFilter : (& (mailnickname=*) (| > (objectCategory=publicFolder) )) > > LastUpdatedRecipientFilter : > > RecipientFilterApplied : False > > RecipientFilterType : Legacy > > ExchangeVersion : 0.0 (6.5.6500.0) > > > > > > > > [PS] C:\Windows\system32>Set-AddressList "All Users" -IncludedRecipients > MailboxUsers > > WARNING: The command completed successfully but no settings of '\All Users' > have been modified. > > [PS] C:\Windows\system32>Set-AddressList "All Groups" -IncludedRecipients > MailGroups > > WARNING: The command completed successfully but no settings of '\All > Groups' have been modified. > > [PS] C:\Windows\system32>Set-AddressList "All Contacts" -IncludedRecipients > MailContacts > > WARNING: The command completed successfully but no settings of '\All > Contacts' have been modified. > > [PS] C:\Windows\system32>Set-AddressList "Public Folders" -RecipientFilter > { RecipientType -eq 'PublicFolder' } > > > > Confirm > > To save changes on object "Public Folders", the object must be upgraded to > the current Exchange version. After the > > upgrade, this object cannot be managed by an earlier version of the > Exchange Management Tools. Do you want to continue > > to upgrade and save the object? > > [Y] Yes [A] Yes to All [N] No [L] No to All [?] Help (default is "Y"): > a > > [PS] C:\Windows\system32>Set-GlobalAddressList "Default Global Address > List" -RecipientFilter {(Alias -ne $null -and (Ob > > jectClass -eq 'user' -or ObjectClass -eq 'contact' -or ObjectClass -eq > 'msExchSystemMailbox' -or ObjectClass -eq 'msExch > > DynamicDistributionList' -or ObjectClass -eq 'group' -or ObjectClass -eq > 'publicFolder'))} > > > > Confirm > > To save changes on object "Default Global Address List", the object must be > upgraded to the current Exchange version. > > After the upgrade, this object cannot be managed by an earlier version of > the Exchange Management Tools. Do you want to > > continue to upgrade and save the object? > > [Y] Yes [A] Yes to All [N] No [L] No to All [?] Help (default is "Y"): > a > > > > [PS] C:\Windows\system32> > > > > *Chris Drobny* > > *Network/Systems Administrator* > > *LMS Intellibound, Inc.* > > *[email protected]* > > *770.724.0562 office* > > *404.797.9710 cell* > > > > *From:* Jonathan Link [mailto:[email protected]] > *Sent:* Thursday, November 18, 2010 1:12 PM > *To:* MS-Exchange Admin Issues > *Subject:* Re: Problem updating GAL > > > > It's good you're thinking about the sight disavantaged on this list! > > On Thu, Nov 18, 2010 at 12:13 PM, Chris Drobny < > [email protected]> wrote: > > I believe I did, but it seems like something didn’t take. Its not that the > addresses created on the new exchangeserver do not show, it is just the > updating that isn’t working. The intial download on a new profile works > fine. How can I test to see if the updates are in place? > > > > *Chris Drobny* > > *Network/Systems Administrator* > > *LMS Intellibound, Inc.* > > *[email protected]* > > *770.724.0562 office* > > *404.797.9710 cell* > > > > *From:* Michael B. Smith [mailto:[email protected]] > *Sent:* Thursday, November 18, 2010 11:46 AM > > > *To:* MS-Exchange Admin Issues > > *Subject:* RE: Problem updating GAL > > > > Did you update your address lists and OABs for Exchange 2010? > > > > Regards, > > > > Michael B. Smith > > Consultant and Exchange MVP > > http://TheEssentialExchange.com <http://theessentialexchange.com/> > > > > *From:* Chris Drobny [mailto:[email protected]] > *Sent:* Thursday, November 18, 2010 11:39 AM > *To:* MS-Exchange Admin Issues > *Subject:* Problem updating GAL > > > > I have recently migrated from Exchange 2003 to Exchange 2010. I have > created new users but they do not appear in the GAL, so I ran a download on > the GAL and it fails saying the object cant be found. But if I create a new > profile for my or any other account it will pull the new users I have > added. Any ideas? > > > > Chris Drobny > Network/Systems Administrator > LMS Intellibound, Inc. > [email protected] > Office-770.724.0562 > Cell-404.797.9710 > > --- > To manage subscriptions click here: > http://lyris.sunbelt-software.com/read/my_forums/ > or send an email to [email protected] > with the body: unsubscribe exchangelist > > --- > To manage subscriptions click here: > http://lyris.sunbelt-software.com/read/my_forums/ > or send an email to [email protected] > with the body: unsubscribe exchangelist > > --- > To manage subscriptions click here: > http://lyris.sunbelt-software.com/read/my_forums/ > or send an email to [email protected] > with the body: unsubscribe exchangelist > > > > --- > To manage subscriptions click here: > http://lyris.sunbelt-software.com/read/my_forums/ > or send an email to [email protected] > with the body: unsubscribe exchangelist > > --- > To manage subscriptions click here: > http://lyris.sunbelt-software.com/read/my_forums/ > or send an email to [email protected] > with the body: unsubscribe exchangelist > > --- > To manage subscriptions click here: > http://lyris.sunbelt-software.com/read/my_forums/ > or send an email to [email protected] > with the body: unsubscribe exchangelist > > --- > To manage subscriptions click here: > http://lyris.sunbelt-software.com/read/my_forums/ > or send an email to [email protected] > with the body: unsubscribe exchangelist > > --- > To manage subscriptions click here: > http://lyris.sunbelt-software.com/read/my_forums/ > or send an email to [email protected] > with the body: unsubscribe exchangelist > > --- > To manage subscriptions click here: > http://lyris.sunbelt-software.com/read/my_forums/ > or send an email to [email protected] > with the body: unsubscribe exchangelist > --- To manage subscriptions click here: http://lyris.sunbelt-software.com/read/my_forums/ or send an email to [email protected] with the body: unsubscribe exchangelist
