Hello !<br><br>I want to control the shovel status [start/stop/get] and I have to this from my own program,<br>which just spawns a sub-process, which uses "rabbitmqctl.bat". It does not work, but this<br>is decribed in the trouble shooting document a bit.<br><br>I needed hours to find out the consequence of this statement [from the troubleshooting guide]:<br><br>"Evidence of this comes in the form of a mismatch
              in the node home dir shown by the broker on startup vs
              what is displayed in the rabbitmqctl diagnostics."<br><br>is just no help on how to find the cookie, which is in use and how to allow other users<br>to use this. In the service-docs is just a small hint:<br><br>"It is therefore necessary to synchronise Erlang cookies<br>&nbsp;&nbsp; between the local system account (typically C:\WINDOWS\.erlang.cookie and<br>&nbsp;&nbsp; the account that will be used to run rabbitmqctl"<br><br>This leads to the little nightmare to copy the services cookie to all users homedirs,<br>which should be able to run "rabbitmqctl.bat". The cookie value is not in the services<br>logfile, so, one cannot know it.<br><br>So, is ther another way ? This way would require to copy the cookie each time, the<br>service is restarted [so, at least on each boot!]. Is there probably a direct accessible<br>way from a Net Framework program ?<br><br>Thanks,<br><br>++mabra<br><br>