The Message Queuing service failed to join the computer's domain 'DOMAIN' Error 0xc00e0025
- by SimonGoldstone
Struggling to get MSMQ installed in Domain Integration mode on Windows 2012 (Azure). So far, I've provisioned a brand new Windows Server 2012 (R2) machine on the Azure platform and installed the Active Directory role and promoted the machine to a domain controller.
Once the AD was in place, I then added the MSMQ feature, along with the Directory Integration add on.
However, it will not install in AD integration mode. It will only work in Workgroup mode.
I can verify this by running the following powershell command:
New-MSMQQueue -name Queue1 -queuetype Public
When I run this command, I get the following error:
New-MsmqQueue : A workgroup installation computer does not support the operation.
The event viewer reveals to errors in the Application log:
1. The Message Queuing service failed to join the computer's domain 'DOMAIN'. Error 0xc00e0025:
2. Message Queuing was unable to create the msmq (MSMQ Configuration) object in Active Directory Domain Services. Error c00e0025h:
I'm struggling here. Any advice?