Link to home
Start Free TrialLog in
Avatar of J C
J CFlag for United States of America

asked on

Problems deploying microsoft exchange 2010

When I try to add a mailbox database I receive this error. This is a new installation of exchange. I have set the preferred DC. Not sure what is happening. Any feedback is appreciated.
ss.png
Avatar of Adam Brown
Adam Brown
Flag of United States of America image

I think you might have added the wrong screenshot. That shows the successful Outlook configuration screen.
Avatar of J C

ASKER

You're right will correct shortly
Avatar of J C

ASKER

Correct screenshot
ss.jpg
Exchange 2010 Error New MailboxDatabase 000020B5

The Command
New-MailboxDatabase -Server 'GEMINI1' -NAME 'domain_local'-EdbFilePath 'K:\MailBoxDatabase\domain_local\domain_local.ebd'-LogFolderPath 'L:\MailboxLogs\domain_local' -Verbose

The Error
Active Directory operation failed on server2.domain.local. This erroris not retriable. Addition information: The name reference is invalid.
This may be caused by replication latency between Active Directory domain controllers.
Active directory response: 000020B5: AtrErr: DSID-03152804, #1: 0: 000020B5: DSID-03152804, Problem 1005 (CONSTRAINT_ATT_TYPE), data 0, Att 992e8635 (homeMDB)
+ CategoryInfo : NotSpecified: (0:Int32) [New-MailboxDatabase], ADOperationException
+ FullyQualifiedErrorId: 31d36CF7, Microsoft.Exchange.Management.SystemConfigurationTasks.NewMailboxDatabase


The Reason
Replication time between domain controllers will cause this issue, to keep this from happening In a multi domain enviorment the Configuration Domain Controller and the Preferred Domain Controllers settings in Exchange 2010 should be set to the same server

The Fix
get-adserversettings
set-adserversettings -preferredserver server1.domain.local
set-adserversettings -configurationdomaincontroller server1.domain.local
ASKER CERTIFIED SOLUTION
Avatar of J C
J C
Flag of United States of America image

Link to home
membership
This solution is only available to members.
To access this solution, you must be a member of Experts Exchange.
Start Free Trial
Avatar of J C

ASKER

The responses did not solve the problem I was having. I had already tried setting the preferredDNS server.