20-08-20 10:20 AM
We've implemented Decipher in our development environment. All Decipher components are installed on the same application server, with the exception of the Decipher Automated Client, which is installed on the runtime.
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"
Connectivity is in place on the required ports.
One thing which hasn't been done (and I don't know if it has to be) is the instruction under https://bpdocs.blueprism.com/decipher/getting-started/rabbitmq-configuration.htm?tocpath=Install%7CMulti-device%20deployment%7C_____5.
There is no rabbitMQ folder or advanced.config file on the runtime, as mentioned in that part of the guide. In addition, the section for "create new RabbitMQ user and set permissions" references navigating to http://localhost:15672/, but that doesn't appear to work either.
20-08-20 01:46 PM
rabbitmq-plugins enable rabbitmq_management
Again, this would be on the same server in which you installed the Web Client.
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.
Hope this helps,
Paul
20-08-20 05:37 PM
02-09-20 01:48 PM