The Message Queuing service failed to join the computer's domain 'DOMAIN' Error 0xc00e0025

Posted by SimonGoldstone on Server Fault See other posts from Server Fault or by SimonGoldstone
Published on 2014-08-19T16:07:57Z Indexed on 2014/08/19 16:21 UTC
Read the original article Hit count: 1202

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?

© Server Fault or respective owner

Related posts about Azure

Related posts about windows-server-2012-r2