If you get one of these errors starting MSMQ Server or installing MSMQ on Windows (Server 2008), this article describes a potential solution:
For me, the solution was to delete the Registry key KEY_LOCAL_MACHINE\SOFTWARE\Microsoft\MSMQ, then try the installation again.
To list available contexts: kubectl config get-contexts To show the current context: kubectl config current-context…
kubectl exec -it <podname> -- sh To get a list of running pods in the…
# Create a soft symbolic link from /mnt/original (file or folder) to ~/link ln -s…
git config --global user.name "<your name>" git config --global user.email "<youremail@somewhere.com>" Related Commands Show current…
TypeScript/JavaScript function getLastMonday(d: Date) { let d1 = new Date(d.getFullYear(), d.getMonth() + 1, 0); let…
I had to do some SMTP relay troubleshooting and it wasn't obvious how to view…
View Comments
You rock. Thanks for posting this. Just ran into same issue myself and this resolved it. Why does MSMQ have to be such a pain in the butt sometimes!?!?!
Oddly, this happens on a fresh install of Server 2008. Clearing the registry key has no effect. Did nobody beta test this thing?
Oh, p.s. I did see another article describing this problem that recommends that you turn off User Account Control.
Sadly, this does not work for me, either.
try to grant permission to "local service" account for the folder "Windows\system32". After that, my MSMQ installation succeeded.
did not solve my troubles
also turning off User Account Control and
trying to grant permission to “local service” account for the folder “Windows\system32″ was not successfull too.
i have windows 2008 R2 + try to install Sharepoint 2010 x64
prequisite stage hangs in a loop.
Root cause: msmq service fails to install
any solutions?
I was having the same issue.
I tried to remove the MSMQ feature. First the wizard shows that you need to reboot to conclude the remotion, but when the system come back, you received the same, and you stuck in a loop.
I solved my case going to KEY_LOCAL_MACHINE\SOFTWARE\Microsoft\MSMQ\Parameters and editing the key "SetupStatus" from 1 to 0(zero). Then when rebooted I could reinstall the MSMQ correctly again.
Hi Elton: Thanks for sharing your solution.
Without touching MSMQ - it was running perfectly for months.
Suddenly no emails sending, investigation and No MSMQ in MMC, Service is RUNNING (but when you restart in cant run again)
Everything dead, cant reinstall.
Eventually got it right via delete of registry keys listed here.
After two months, same thing occurs.
After following these instructions, I could not resolve my issue. but perhaps worth a try.
http://support.microsoft.com/en-us/kb/202124