<?xml version="1.0" encoding="UTF-8"?>
<rss xmlns:content="http://purl.org/rss/1.0/modules/content/" xmlns:dc="http://purl.org/dc/elements/1.1/" xmlns:rdf="http://www.w3.org/1999/02/22-rdf-syntax-ns#" xmlns:taxo="http://purl.org/rss/1.0/modules/taxonomy/" version="2.0">
  <channel>
    <title>topic Decipher Multi-Device Deployment Issue in Product Forum</title>
    <link>https://community.blueprism.com/t5/Product-Forum/Decipher-Multi-Device-Deployment-Issue/m-p/71895#M24500</link>
    <description>&lt;P&gt;We've implemented Decipher in our development environment.&amp;nbsp;&amp;nbsp; All Decipher components are installed on the same application server, with the exception of the Decipher Automated Client, which is installed on the runtime.&lt;/P&gt;
&lt;P&gt;When running a test, the process fails at the "create batch" action, with the error "ERROR: Internal : Could not execute code stage because exception thrown by code stage: Unable to create batch: None of the specified endpoints were reachable"&lt;/P&gt;
&lt;P&gt;Connectivity is in place on the required ports.&lt;/P&gt;
&lt;P&gt;One thing which hasn't been done (and I don't know if it has to be) is the instruction under &lt;A href="https://bpdocs.blueprism.com/decipher/getting-started/rabbitmq-configuration.htm?tocpath=Install%7CMulti-device%20deployment%7C_____5" target="_blank" rel="noopener"&gt;https://bpdocs.blueprism.com/decipher/getting-started/rabbitmq-configuration.htm?tocpath=Install%7CMulti-device%20deployment%7C_____5&lt;/A&gt;.&lt;/P&gt;
&lt;P&gt;There is no rabbitMQ folder or advanced.config file on the runtime, as mentioned in that part of the guide.&amp;nbsp;&amp;nbsp; In addition, the section for "create new RabbitMQ user and set permissions" references navigating to &lt;A href="http://localhost:15672/" target="test_blank"&gt;http://localhost:15672/&lt;/A&gt;, but that doesn't appear to work either.&lt;/P&gt;&lt;BR /&gt;&lt;BR /&gt;------------------------------&lt;BR /&gt;Mike Johnson&lt;BR /&gt;Automation Architect&lt;BR /&gt;CGI IT UK Limited&lt;BR /&gt;Europe/London&lt;BR /&gt;------------------------------&lt;BR /&gt;</description>
    <pubDate>Thu, 20 Aug 2020 09:20:00 GMT</pubDate>
    <dc:creator>mikejhnsn</dc:creator>
    <dc:date>2020-08-20T09:20:00Z</dc:date>
    <item>
      <title>Decipher Multi-Device Deployment Issue</title>
      <link>https://community.blueprism.com/t5/Product-Forum/Decipher-Multi-Device-Deployment-Issue/m-p/71895#M24500</link>
      <description>&lt;P&gt;We've implemented Decipher in our development environment.&amp;nbsp;&amp;nbsp; All Decipher components are installed on the same application server, with the exception of the Decipher Automated Client, which is installed on the runtime.&lt;/P&gt;
&lt;P&gt;When running a test, the process fails at the "create batch" action, with the error "ERROR: Internal : Could not execute code stage because exception thrown by code stage: Unable to create batch: None of the specified endpoints were reachable"&lt;/P&gt;
&lt;P&gt;Connectivity is in place on the required ports.&lt;/P&gt;
&lt;P&gt;One thing which hasn't been done (and I don't know if it has to be) is the instruction under &lt;A href="https://bpdocs.blueprism.com/decipher/getting-started/rabbitmq-configuration.htm?tocpath=Install%7CMulti-device%20deployment%7C_____5" target="_blank" rel="noopener"&gt;https://bpdocs.blueprism.com/decipher/getting-started/rabbitmq-configuration.htm?tocpath=Install%7CMulti-device%20deployment%7C_____5&lt;/A&gt;.&lt;/P&gt;
&lt;P&gt;There is no rabbitMQ folder or advanced.config file on the runtime, as mentioned in that part of the guide.&amp;nbsp;&amp;nbsp; In addition, the section for "create new RabbitMQ user and set permissions" references navigating to &lt;A href="http://localhost:15672/" target="test_blank"&gt;http://localhost:15672/&lt;/A&gt;, but that doesn't appear to work either.&lt;/P&gt;&lt;BR /&gt;&lt;BR /&gt;------------------------------&lt;BR /&gt;Mike Johnson&lt;BR /&gt;Automation Architect&lt;BR /&gt;CGI IT UK Limited&lt;BR /&gt;Europe/London&lt;BR /&gt;------------------------------&lt;BR /&gt;</description>
      <pubDate>Thu, 20 Aug 2020 09:20:00 GMT</pubDate>
      <guid>https://community.blueprism.com/t5/Product-Forum/Decipher-Multi-Device-Deployment-Issue/m-p/71895#M24500</guid>
      <dc:creator>mikejhnsn</dc:creator>
      <dc:date>2020-08-20T09:20:00Z</dc:date>
    </item>
    <item>
      <title>RE: Decipher Multi-Device Deployment Issue</title>
      <link>https://community.blueprism.com/t5/Product-Forum/Decipher-Multi-Device-Deployment-Issue/m-p/71896#M24501</link>
      <description>Hi Mike,&lt;BR /&gt;&lt;BR /&gt;You should have the advanced.config file on the machine that has RabbitMQ installed. This should be the machine where you installed the Decipher Web Client.&amp;nbsp; The reason you need this is because RabbitMQ, starting in a previous version, does not allow the default user (guest/guest) to communicate over anything but localhost for security reasons, and you're now in a situation where you're doing some cross-machine communication.&amp;nbsp; However, some of the Decipher components that will always be on the same server (namely what's installed with the Web Client) do communicate on localhost.&amp;nbsp; By adding the name of the server in advanced.config, it's able to communicate the correct name.&lt;BR /&gt;&lt;BR /&gt;For the URL you're not able to get to, you need enable the RabbitMQ Management Console.&amp;nbsp; To do so, open the RabbitMQ Command Prompt (which you'll find in the RabbitMQ group in the start menu) and execute this:&lt;BR /&gt;&lt;BR /&gt;&lt;CODE&gt;rabbitmq-plugins enable rabbitmq_management​&lt;/CODE&gt;
&lt;P&gt;&lt;BR /&gt;Again, this would be on the same server in which you installed the Web Client.&lt;BR /&gt;&lt;BR /&gt;I image these will be addressed within the installers in a future release, but I'll send this to our documentation folks to make these clarifications on the page you reference above.&lt;BR /&gt;&lt;BR /&gt;Hope this helps,&lt;BR /&gt;Paul&lt;/P&gt;&lt;BR /&gt;&lt;BR /&gt;------------------------------&lt;BR /&gt;Paul Branson&lt;BR /&gt;Sr. Solution Engineer&lt;BR /&gt;Blue Prism&lt;BR /&gt;America/New_York&lt;BR /&gt;------------------------------&lt;BR /&gt;</description>
      <pubDate>Thu, 20 Aug 2020 12:46:00 GMT</pubDate>
      <guid>https://community.blueprism.com/t5/Product-Forum/Decipher-Multi-Device-Deployment-Issue/m-p/71896#M24501</guid>
      <dc:creator>PaulBranson</dc:creator>
      <dc:date>2020-08-20T12:46:00Z</dc:date>
    </item>
    <item>
      <title>RE: Decipher Multi-Device Deployment Issue</title>
      <link>https://community.blueprism.com/t5/Product-Forum/Decipher-Multi-Device-Deployment-Issue/m-p/71897#M24502</link>
      <description>Hi Paul&lt;BR /&gt;&lt;BR /&gt;Thanks for the reply.&amp;nbsp; I've successfully enabled the RabbitMQ Management Console.&amp;nbsp;&lt;BR /&gt;&lt;BR /&gt;Where I'm still struggling is with the advanced.config file.&amp;nbsp; The install guide says the file is under &lt;SPAN&gt;Users/&amp;lt;username&amp;gt;/AppData/Roaming/RabbitMQ.&amp;nbsp; &amp;nbsp; Which username though?&amp;nbsp; &amp;nbsp;Does this have to be for all users who use it?&amp;nbsp; &amp;nbsp;I see there is one there for my admin user account, which I used to install the software with, but what then happens if that account's profile is deleted and the file along with it?&amp;nbsp;&amp;nbsp;&lt;/SPAN&gt;&lt;BR /&gt;&lt;BR /&gt;------------------------------&lt;BR /&gt;Michael Johnson&lt;BR /&gt;Automation Architect&lt;BR /&gt;CGI IT UK Limited&lt;BR /&gt;Europe/London&lt;BR /&gt;------------------------------&lt;BR /&gt;</description>
      <pubDate>Thu, 20 Aug 2020 16:37:00 GMT</pubDate>
      <guid>https://community.blueprism.com/t5/Product-Forum/Decipher-Multi-Device-Deployment-Issue/m-p/71897#M24502</guid>
      <dc:creator>mikejhnsn</dc:creator>
      <dc:date>2020-08-20T16:37:00Z</dc:date>
    </item>
    <item>
      <title>RE: Decipher Multi-Device Deployment Issue</title>
      <link>https://community.blueprism.com/t5/Product-Forum/Decipher-Multi-Device-Deployment-Issue/m-p/71898#M24503</link>
      <description>Hi Michael,&lt;BR /&gt;&lt;BR /&gt;Apologies for not responding sooner.&amp;nbsp; Yet another inbox!&amp;nbsp; I did some testing with my install for this and can confirm that it is tied to an account, which would be the account that was used to perform the installation.&amp;nbsp; And yes, you are correct that it would cause issues if you were to delete that account.&amp;nbsp; However, these are all just variables set within RabbitMQ so they're configurable.&amp;nbsp; I've raised this up to the product group to see if a supported way to change this can be provided.&amp;nbsp; I'll reply back if I hear anything solid.&lt;BR /&gt;&lt;BR /&gt;Paul&lt;BR /&gt;&lt;BR /&gt;------------------------------&lt;BR /&gt;Paul Branson&lt;BR /&gt;Sr. Solution Engineer&lt;BR /&gt;Blue Prism&lt;BR /&gt;America/New_York&lt;BR /&gt;------------------------------&lt;BR /&gt;</description>
      <pubDate>Wed, 02 Sep 2020 12:48:00 GMT</pubDate>
      <guid>https://community.blueprism.com/t5/Product-Forum/Decipher-Multi-Device-Deployment-Issue/m-p/71898#M24503</guid>
      <dc:creator>PaulBranson</dc:creator>
      <dc:date>2020-09-02T12:48:00Z</dc:date>
    </item>
  </channel>
</rss>

