TechNet
Products
IT Resources
Downloads
Training
Support
Products
Windows
Windows Server
System Center
Internet Explorer
Office
Office 365
Exchange Server
SQL Server
SharePoint Products
Lync
See all products »
Resources
Curah! curation service
Evaluation Center
Learning Resources
Microsoft Tech Companion App
Microsoft Technical Communities
Microsoft Virtual Academy
Script Center
Server and Tools Blogs
TechNet Blogs
TechNet Flash Newsletter
TechNet Gallery
TechNet Library
TechNet Magazine
TechNet Subscriptions
TechNet Video
TechNet Wiki
Windows Sysinternals
Virtual Labs
Solutions
Networking
Cloud and Datacenter
Security
Virtualization
Updates
Service Packs
Security Bulletins
Microsoft Update
Trials
Windows Server 2012 R2
System Center 2012 R2
Microsoft SQL Server 2012 SP1
Windows 8.1 Enterprise
See all trials »
Related Sites
Microsoft Download Center
TechNet Evaluation Center
Drivers
Windows Sysinternals
TechNet Gallery
Training
Training Catalog
Class Locator
Microsoft Virtual Academy
Free Windows Server 2012 courses
Free Windows 8 courses
SQL Server training
e-Learning overview
Certifications
Certification overview
MCSA: Windows 8
Windows Server Certification (MCSE)
Private Cloud Certification (MCSE)
SQL Server Certification (MCSE)
Other resources
TechNet Events
Second shot for certification
Born To Learn blog
Find technical communities in your area
Support options
For small and midsize businesses
For enterprises
For developers
For IT professionals
From partners
For technical support
Support offerings
For home users
More support
Microsoft Premier Online
Microsoft Fix It Center
TechNet Forums
MSDN Forums
Security Bulletins & Advisories
International support solutions
Log a support ticket
Not an IT pro?
Microsoft Customer Support
Microsoft Community Forums
Sign in
Messaging & the world of UC
Ramblings on all things tech, trying to stick to Exch & UC...
Options
Home
Email Blog Author
Share this
RSS for posts
Atom
RSS for comments
Search Blogs
Tags
Active Manager
BPOS
Cloud Computing
DAG
Exchange 2003
Exchange 2007
Exchange 2010
Exchange Online
Forefront
High Availablity
HowTo
HyperV
Launch
Milo
OCS 2007R2
Outlook 2010
Patch
RTM
Server 2008
support
supportability
Win7
Windows
Windows Server 2008R2
XBOX 360
Archive
Archives
January 2011
(2)
May 2010
(16)
April 2010
(10)
March 2010
(5)
February 2010
(9)
January 2010
(9)
December 2009
(5)
November 2009
(20)
October 2009
(38)
Exchange Server 2010 Troubleshooting Issues – Part III
TechNet Blogs
»
Messaging & the world of UC
»
Exchange Server 2010 Troubleshooting Issues – Part III
Exchange Server 2010 Troubleshooting Issues – Part III
John7629
10 May 2010 8:44 AM
Comments
0
Likes
Common issues seen in Exchange 2007 migrations to Exchange 2010
Strange errors may appear during OWA/Outlook Anywhere, Offline Address book management (e.g. Event ID 9519 "Error 0x80004005" in the application event log, etc.).
Event ID 9519 "Error 0x80004005" is logged in the Application log when you try to mount a database in Exchange Server 2010 or in Exchange Server 2007
In rare situations, you may need to apply the solution from the link above, to “Exchange Enterprise Servers” group (e.g. Give the group the user right to”Manage auditing and security log” in the domain controllers GPO) – I saw this issue when the original Exchange 2007 server was installed on a domain controller!
After creating a new Exchange 2010 database, the new database will not mount and the following error may appear in the application log: “Active Directory operation failed on <<Name of DC>>. This error is not retrievable. Additional information: The name reference is invalid. This may be caused by replication latency between Active Directory domain controllers. Active directory response: 000020B5: AtrErr: DSID-03152392, #1: 0: 000020B5: DSID-03152392, problem 1005 (CONSTRAINT_ATT_TYPE), data 0, Att 200f4 (homeMDB)”
You cannot create a new Exchange Server 2010 Mailbox database in a multiple domain environment
This issue also appears in customer environments with only a single domain, so if you see this I recommended you review the steps below;
Use the following options when creating a new Exchange 2010 database:
Create a new Exchange 2010 database
without mounting it
. Allow for AD replication. If DB will still not mount, continue with the next steps;
Use powershell to force the Exchange 2010 to use a preferred local domain controller:
"Set-ADServerSettings –PreferredServer "mydomaincontrollername.domainname.local"
Mount the database by using the following powershell command:
"Mount-Database -Identity "Second Mailbox Store" -DomainController mydomaincontrollername.domainname.local"
0 Comments
Comments
Your comment has been posted.
Close
Thank you, your comment requires moderation so it may take a while to appear.
Close
Leave a Comment
Name
Comment
Post