OAL Generator EventID 9327 / 9325
I am using Exchange 2007 SP2 an I'm having the following issue:
When my OAB is being generated I recieve the following warning:
OALGen skipped some entries in the offline address list '\Global Address List'. To see which entries are affected, event logging for the OAL Generator must be set to at least medium.
- Default Offline Address Book
I changed the diagnostics logging to medium and updated the OAB one more time and I recieved the following message:
OALGen will skip user entry 'Valid User' in address list '\Global Address List' because the SMTP address '' is invalid.
- Default Offline Address Book
I ran: OABInteg /s:servername /t:proxytest /v:2 /l
and got this:
Processing Address Book Entry #
Display Name = Valid User
Object is a mailbox object
LegacyExchangeDN starts with '/o=' or '/O='. Value = /Correct Path
Primary Proxy Address has a valid domain. Value = @domain.com
Processing Address Book Entry #
Display Name = Same Name for Valid User
Object is a mailbox object
LegacyExchangeDN starts with '/o=' or '/O='. Value = /o=NT5/ou=GUID/cn=GUID
ERROR - Temp LegacyExchangeDN found! Value = /o=NT5/ou=GUID/cn=GUID
How can I delete that entry?
Thank you
January 27th, 2011 11:29am
Please ry to correct the LegDN and Primary Proxy address. try executing ApplyMandatoryProperties command for problamatic user.
set-mailbox -ID Valid user -ApplyMandatoryProperties
Or copy legDN of any other correct user and edit it according to, paste correct DN to problamatic user.
Best Rgds, Ashish | Unified Comunication | MCTS | MCITP | Please remember to select option "Propose As Answer" if solution work for you | My posts hold no assurances, no promises, and they measured no rights.
Free Windows Admin Tool Kit Click here and download it now
January 27th, 2011 11:51am
"WARNING: The command completed successfully but no settings of 'User's Path' have been modified."
When I look at the user he has the correct LegacyExchangeDN; however, the OABInteg test is giving me an extra entry and I cannot find that value.
January 27th, 2011 12:21pm
Try taking LDP dump for the problamatic user, and see if you can find the extra entry.Best Rgds, Ashish | Unified Comunication | MCTS | MCITP | Please remember to select option "Propose As Answer" if solution work for you | My posts hold no assurances, no promises, and they measured no rights.
Free Windows Admin Tool Kit Click here and download it now
January 28th, 2011 1:05am
I did that already and the user shows the correct LegacyExchangeDN.
I am not sure where the system is pulling this from: LegacyExchangeDN starts with '/o=' or '/O='. Value =
/o=NT5/ou=GUID/cn=GUID. It should be /o=Company Name/ou=Exchange Administrative Group (xxxxxxxxx)/cn=Recipients/cn=username. See my first post.***** This posting is provided "AS IS" with no warranties, and confers no rights.
January 28th, 2011 3:17pm
LDIFDE can help searching for a set of objects that meet a certain criteria, and you want to build a list of those users. LDIFDE is a command-line tool that you can use to build this list. Suppose you want to find and save a list of all the users whose mailNickName
starts with Jeff. You could then run the following command.
C:\>ldifde -d "DC=witaylorroot,DC=com" -f c:\output.txt -r "(&(objectClass=user)(mailNickName=jeff*))
Instead of MailNickName try LegacyDN value.Best Rgds, Ashish | Unified Comunication | MCTS | MCITP | Please remember to select option "Propose As Answer" if solution work for you | My posts hold no assurances, no promises, and they measured no rights.
Free Windows Admin Tool Kit Click here and download it now
January 30th, 2011 12:25am
Is that Event ID talking about one specific user or multiple user?Gulab | Skype: gulab.mallah
January 30th, 2011 11:52am
It is a specific user.
I already search AD and I only see a "good" entry for the user; however, when I search with OABInteg I find a second entry for the user.***** This posting is provided "AS IS" with no warranties, and confers no rights.
Free Windows Admin Tool Kit Click here and download it now
January 31st, 2011 8:12am