<!DOCTYPE html PUBLIC "-//W3C//DTD HTML 4.01 Transitional//EN">
<html>
<head>
  <meta content="text/html;charset=ISO-8859-1" http-equiv="Content-Type">
  <title></title>
</head>
<body dir="ltr" bgcolor="#ffffff" text="#000000">
<p style="margin-bottom: 0cm; margin-top: 0pt;">I've tried running both
on the same user account and it still didn't manage to access it.</p>
<p style="margin-bottom: 0cm; margin-top: 0pt;"><br>
</p>
<p style="margin-bottom: 0cm; margin-top: 0pt;">What do I pass to the
-setcookie &lt;cookie&gt; parameter (so I'll try that as well)</p>
<p style="margin-bottom: 0cm; margin-top: 0pt;"><br>
</p>
<p style="margin-bottom: 0cm; margin-top: 0pt;">Eran<br>
</p>
<p style="margin-bottom: 0cm; margin-top: 0pt;"><br>
</p>
<p style="margin-bottom: 0cm; margin-top: 0pt;">Matthias Radestock
wrote:</p>
<blockquote cite="mid:48BBFC40.4010509@lshift.net" type="cite">Eran,
  <br>
  <br>
Eran Sandler wrote:
  <br>
  <blockquote type="cite">When I run "rabbitmqctl status" I get the
following error in the log:
    <br>
    <br>
** Connection attempt from disallowed node rabbitmqctl@yeddaweb7 **
    <br>
    <br>
    <br>
Can it be a permissions problem of some kind? RabbitMQ's process runs
under the Local system account while the process of rabbitmqctl runs
under a local user.
    <br>
  </blockquote>
  <br>
Erlang uses cookies to control which nodes are allowed to connect to
each other. The cookie file lives in the user's home directory in the
file .erlang.cookie.
  <br>
  <br>
Since in your setup the rabbitmqctl command is run by a different user
than the RabbitMQ server, you need to either make the contents of the
.erlang.cookie files the same or use the -setcookie &lt;cookie&gt;
parameter to erl.exe to set the cookie explicitly.
  <br>
  <br>
Regards,
  <br>
  <br>
Matthias.
  <br>
</blockquote>
<br>
</body>
</html>