Categories: Exchange

Exchange 2013 SP1 – The fully qualified domain name for node ‘DAG-EX2013’ could not be found.

During move of database to a different Exchange 2013 server an error is displayed:

“The fully qualified domain name for node ‘DAG-EX2013‘ could not be found. An Active Manager operation failed with a transient error. Please retry the operation. Error: The fully qualified domain name for node ‘<Your DAG Name>’ could not be found.”

Problem Description

An error message is displayed either in Exchange Control Panel or Exchange Management Shell:

The fully qualified domain name for node ‘DAG-EX2013' could not be found. An Active Manager operation failed with a transient error. Please retry the operation. Error: The fully qualified domain name for node ‘<Your DAG Name>’ could not be found.

While the exact reason why this happens is unknown there's a fix to address this issue.

Solution

To fix this:

  1. Go to Active Directory Users and Computers
  2. In ADUC be sure to turn on View > Advanced Features
  3. Search for a computer object that represents your DAG. ie So if you name your DAG “Exchange 2013 DAG” you will have a computer object call this in AD.
  4. Right Click > Properties
  5. Under General tab, if you DNS name is empty, goto Attribute Editor tab
  6. edit Attribute “dNSHostName” and add your FQDN of the DAG, so like “DAG-EX2013.YOUR.LOCAL.DOMAIN”
  7. Hit OK and wait for AD replication. Then try to re-add the server to the DAG

You may also need to disable the object “<Your DAG Name>” in Active Directory if it's enabled. Otherwise you will get an error about it during adding of servers to DAG.

If everything goes well you should see success message that the move operation is complete.

This post was last modified on August 15, 2018 23:41

Przemyslaw Klys

System Architect with over 14 years of experience in the IT field. Skilled, among others, in Active Directory, Microsoft Exchange and Office 365. Profoundly interested in PowerShell. Software geek.

Share
Published by
Przemyslaw Klys

Recent Posts

Active Directory Replication Summary to your Email or Microsoft Teams

Active Directory replication is a critical process that ensures the consistent and up-to-date state of…

2 weeks ago

Syncing Global Address List (GAL) to personal contacts and between Office 365 tenants with PowerShell

Hey there! Today, I wanted to introduce you to one of the small but excellent…

5 months ago

Active Directory Health Check using Microsoft Entra Connect Health Service

Active Directory (AD) is crucial in managing identities and resources within an organization. Ensuring its…

7 months ago

Seamless HTML Report Creation: Harness the Power of Markdown with PSWriteHTML PowerShell Module

In today's digital age, the ability to create compelling and informative HTML reports and documents…

8 months ago

How to Efficiently Remove Comments from Your PowerShell Script

As part of my daily development, I create lots of code that I subsequently comment…

9 months ago

Unlocking PowerShell Magic: Different Approach to Creating ‘Empty’ PSCustomObjects

Today I saw an article from Christian Ritter, "PowerShell: Creating an "empty" PSCustomObject" on X…

9 months ago