MSMQ Archives - Chinh Do https://www.chinhdo.com/category/programming/msmq/ Chinh's semi-random thoughts on software development, gadgets, and other things. Mon, 10 May 2010 20:20:03 +0000 en-US hourly 1 https://wordpress.org/?v=6.8.2 MSMQ Installation on Windows Server 2008 Fail with 0x80070643 https://www.chinhdo.com/20100510/msmq-installation-on-windows-server-2008-fail-with-0x80070643/ https://www.chinhdo.com/20100510/msmq-installation-on-windows-server-2008-fail-with-0x80070643/#view_comments Tue, 11 May 2010 01:49:00 +0000 https://www.chinhdo.com/20100515/msmq-installation-on-windows-server-2008-fail-with-0x80070643/ If you get one of these errors starting MSMQ Server or installing MSMQ on Windows (Server 2008), this article describes a potential solution: You cannot start MSMQ Service with the following entry in the Application Event Log: The Message Queuing service cannot start. The internal private queue ‘admin_queue$’ cannot be initialized. If the problem persists,…

The post MSMQ Installation on Windows Server 2008 Fail with 0x80070643 appeared first on Chinh Do.

]]>
If you get one of these errors starting MSMQ Server or installing MSMQ on Windows (Server 2008), this article describes a potential solution:

  • You cannot start MSMQ Service with the following entry in the Application Event Log: The Message Queuing service cannot start. The internal private queue ‘admin_queue$’ cannot be initialized. If the problem persists, reinstall Message Queuing. Error 0xc00e0001.
  • You cannot install MSMQ with the following error: Attempt to install Message Queuing Server failed with error code 0x80070643. Fatal error during installation. The following features were not installed: Message Queuing Services/Message Queuing Server.

    MSMQ Installation Result

 

For me, the solution was to delete the Registry key KEY_LOCAL_MACHINE\SOFTWARE\Microsoft\MSMQ, then try the installation again.

See also:

The post MSMQ Installation on Windows Server 2008 Fail with 0x80070643 appeared first on Chinh Do.

]]>
https://www.chinhdo.com/20100510/msmq-installation-on-windows-server-2008-fail-with-0x80070643/feed/ 10