<?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 Re: Hub based control room Error - Blue prism API and HUB on different server in Product Forum</title>
    <link>https://community.blueprism.com/t5/Product-Forum/Hub-based-control-room-Error-Blue-prism-API-and-HUB-on-different/m-p/98312#M46104</link>
    <description>&lt;P&gt;Hi Abhishek&lt;/P&gt;
&lt;P&gt;
&lt;/P&gt;&lt;P&gt;Thank you for contacting Blue Prism Community.&lt;/P&gt;
&lt;P&gt;I suggest using the browser devtool and when you access to the control room page in Hub, see what error message occurs.&lt;/P&gt;
&lt;P&gt;&lt;A href="https://balsamiq.com/support/faqs/browserconsole/" target="test_blank"&gt;https://balsamiq.com/support/faqs/browserconsole/&lt;/A&gt;&lt;/P&gt;
&lt;P&gt;
&lt;/P&gt;&lt;P&gt;Also, several KB articles in the Blue Prism Knowledge Base site &lt;A href="https://support.blueprism.com/en/support/home" target="test_blank"&gt;https://support.blueprism.com/en/support/home&lt;/A&gt; are related to the “Something went wrong” error message, which may help.&lt;BR /&gt;Please access and search for the “Something went wrong” error message and refer to them.&lt;/P&gt;
&lt;P&gt;
&lt;/P&gt;&lt;P&gt;
&lt;/P&gt;&lt;P&gt;
&lt;/P&gt;&lt;P&gt;Regards&lt;/P&gt;
&lt;P&gt;Hossein Azimi&lt;/P&gt;
&lt;P&gt;APJ team&lt;/P&gt;
&lt;P&gt;
&lt;/P&gt;&lt;P&gt;&lt;/P&gt;</description>
    <pubDate>Mon, 28 Aug 2023 00:04:44 GMT</pubDate>
    <dc:creator>hossein.azimi</dc:creator>
    <dc:date>2023-08-28T00:04:44Z</dc:date>
    <item>
      <title>Hub based control room Error - Blue prism API and HUB on different server</title>
      <link>https://community.blueprism.com/t5/Product-Forum/Hub-based-control-room-Error-Blue-prism-API-and-HUB-on-different/m-p/98311#M46103</link>
      <description>&lt;P class="MsoNormal"&gt;&lt;SPAN lang="EN-GB"&gt;Hi Everyone,&lt;/SPAN&gt;&lt;/P&gt;
&lt;P class="MsoNormal"&gt;&lt;SPAN lang="EN-GB"&gt;*&lt;STRONG&gt; Below question seems to be long but it can help in understanding the issue or can help someone else while installing it from scratch *&lt;/STRONG&gt;&lt;/SPAN&gt;&lt;/P&gt;
&lt;P class="MsoNormal"&gt;&lt;SPAN lang="EN-GB"&gt;I Have installed blue prism HUB 4.7, interact, ALM and HUB control room as well, everything is working fine. I have installed it all in one sandbox server for e.g.: HUB DB, HUB, Blue prism API, Blue prism. Also managed to install HUB web-based control room for one environment in the same server by installing blue prism API (Control room plugin dependent to blue prism API).&amp;nbsp;&lt;/SPAN&gt;&lt;/P&gt;
&lt;P class="MsoNormal"&gt;&lt;SPAN lang="EN-GB"&gt;&lt;/SPAN&gt;&lt;/P&gt;
&lt;P class="MsoNormal"&gt;&lt;SPAN lang="EN-GB"&gt;As we are aware of blue prism API limitation, that it can be installed only to one environment per server (in installation we need to choose the blue prism DB name) to use Web-based control room. &lt;/SPAN&gt;&lt;/P&gt;
&lt;P class="MsoNormal"&gt;&lt;SPAN lang="EN-GB"&gt;Now I am trying to extend the capability of blue prism API / control room feature so that I can use it for all other blue prism environment (different blue prism database). For that I have 5 environments for which I am going to need 4 IIS Server (One already configured to HUB server) where I can install blue prism API in order the control room feature. While installing it to 2&lt;SUP&gt;nd&lt;/SUP&gt; server, I am facing some issues. Below is the configuration has been done my side and by the book –&lt;BR /&gt;&lt;BR /&gt;&lt;/SPAN&gt;&lt;/P&gt;
&lt;OL&gt;
&lt;LI&gt;&lt;SPAN lang="EN-GB"&gt;Created new authentication server/ blue prism API service account (Different from 1&lt;SUP&gt;st&lt;/SUP&gt; environment which worked fine) and linked it to bpserver.exe also checked the connection from client, it worked fine. Also added those HUB service account to blue prism enterprise as well and granted system admin privileges (for sandbox purpose).&lt;BR /&gt;&lt;BR /&gt;&lt;/SPAN&gt;&lt;SPAN lang="EN-GB"&gt;&lt;/SPAN&gt;&lt;/LI&gt;
&lt;LI&gt;&lt;SPAN lang="EN-GB"&gt;Checked ports 443 both side and 1433 towards hub/bp database so that it can access the blue prism database from blue prism API server.&lt;BR /&gt;&lt;BR /&gt;&lt;/SPAN&gt;&lt;SPAN lang="EN-GB"&gt;&lt;/SPAN&gt;&lt;/LI&gt;
&lt;LI&gt;&lt;SPAN lang="EN-GB"&gt;Opened blue prism API installer using service account which has access to BP database on hub server. Configured the port 443 and entered the site name. Also generated the self-signed certificate as well with that site name, copied the cert to trusted root to make it valid.&lt;BR /&gt;&lt;BR /&gt;&lt;/SPAN&gt;&lt;SPAN lang="EN-GB"&gt;&lt;/SPAN&gt;&lt;/LI&gt;
&lt;LI&gt;&lt;SPAN lang="EN-GB"&gt;After selecting certificate name from the drop down in blue prism API installer, setup got completed. After that I have granted access IIS AppPool/ Blue prism API user to certificate private key.&lt;BR /&gt;&lt;BR /&gt;&lt;/SPAN&gt;&lt;SPAN lang="EN-GB"&gt;&lt;/SPAN&gt;&lt;/LI&gt;
&lt;LI&gt;&lt;SPAN lang="EN-GB"&gt;In IIS I have changed the app pool user to service account which has access to database also in app pool site I have changed it to pass through authentication (AUTH/AUTHZ were granted). Restarted the site.&lt;BR /&gt;&lt;BR /&gt;&lt;/SPAN&gt;&lt;SPAN lang="EN-GB"&gt;&lt;/SPAN&gt;&lt;/LI&gt;
&lt;LI&gt;&lt;SPAN lang="EN-GB"&gt;Added all HUB IP addressed and this server API (URL is different from first working API URL) address and IP address to the host’s file.&lt;BR /&gt;&lt;BR /&gt;&lt;/SPAN&gt;&lt;SPAN lang="EN-GB"&gt;&lt;/SPAN&gt;&lt;/LI&gt;
&lt;LI&gt;&lt;SPAN lang="EN-GB"&gt;Same API URL and server address was added towards HUB hosts file as well so that it can communicate to other server IP address and http.&lt;BR /&gt;&lt;BR /&gt;&lt;/SPAN&gt;&lt;SPAN lang="EN-GB"&gt;&lt;/SPAN&gt;&lt;/LI&gt;
&lt;LI&gt;&lt;SPAN lang="EN-GB"&gt;As its self-signed certificate, I need to copy (API server certificate) it to HUB as well to make it valid&lt;BR /&gt;&lt;BR /&gt;&lt;/SPAN&gt;&lt;/LI&gt;
&lt;/OL&gt;
&lt;P class="MsoNormal"&gt;&lt;SPAN lang="EN-GB"&gt;&lt;/SPAN&gt;&lt;/P&gt;
&lt;P class="MsoNormal"&gt;&lt;SPAN lang="EN-GB"&gt;I have gone through multiple times with this setup, but it didn’t work for me. The error I am getting is attached to this post. Also while accessing control room in hub, it just keep on loading and at last because of timeout, it shows something went wrong. While its working fine for other environment which was configured it by installing API in the hub server.&lt;BR /&gt;&lt;BR /&gt;&lt;BR /&gt;&lt;/SPAN&gt;&lt;/P&gt;
&lt;P class="MsoNormal"&gt;Any suggestion would be appreciated !!!&lt;/P&gt;
&lt;P class="MsoNormal"&gt;
&lt;/P&gt;&lt;P class="MsoNormal"&gt;Thanks,&lt;/P&gt;
&lt;P class="MsoNormal"&gt;Abhishek&lt;/P&gt;</description>
      <pubDate>Tue, 15 Aug 2023 13:53:00 GMT</pubDate>
      <guid>https://community.blueprism.com/t5/Product-Forum/Hub-based-control-room-Error-Blue-prism-API-and-HUB-on-different/m-p/98311#M46103</guid>
      <dc:creator>AbhishekKumar1</dc:creator>
      <dc:date>2023-08-15T13:53:00Z</dc:date>
    </item>
    <item>
      <title>Re: Hub based control room Error - Blue prism API and HUB on different server</title>
      <link>https://community.blueprism.com/t5/Product-Forum/Hub-based-control-room-Error-Blue-prism-API-and-HUB-on-different/m-p/98312#M46104</link>
      <description>&lt;P&gt;Hi Abhishek&lt;/P&gt;
&lt;P&gt;
&lt;/P&gt;&lt;P&gt;Thank you for contacting Blue Prism Community.&lt;/P&gt;
&lt;P&gt;I suggest using the browser devtool and when you access to the control room page in Hub, see what error message occurs.&lt;/P&gt;
&lt;P&gt;&lt;A href="https://balsamiq.com/support/faqs/browserconsole/" target="test_blank"&gt;https://balsamiq.com/support/faqs/browserconsole/&lt;/A&gt;&lt;/P&gt;
&lt;P&gt;
&lt;/P&gt;&lt;P&gt;Also, several KB articles in the Blue Prism Knowledge Base site &lt;A href="https://support.blueprism.com/en/support/home" target="test_blank"&gt;https://support.blueprism.com/en/support/home&lt;/A&gt; are related to the “Something went wrong” error message, which may help.&lt;BR /&gt;Please access and search for the “Something went wrong” error message and refer to them.&lt;/P&gt;
&lt;P&gt;
&lt;/P&gt;&lt;P&gt;
&lt;/P&gt;&lt;P&gt;
&lt;/P&gt;&lt;P&gt;Regards&lt;/P&gt;
&lt;P&gt;Hossein Azimi&lt;/P&gt;
&lt;P&gt;APJ team&lt;/P&gt;
&lt;P&gt;
&lt;/P&gt;&lt;P&gt;&lt;/P&gt;</description>
      <pubDate>Mon, 28 Aug 2023 00:04:44 GMT</pubDate>
      <guid>https://community.blueprism.com/t5/Product-Forum/Hub-based-control-room-Error-Blue-prism-API-and-HUB-on-different/m-p/98312#M46104</guid>
      <dc:creator>hossein.azimi</dc:creator>
      <dc:date>2023-08-28T00:04:44Z</dc:date>
    </item>
  </channel>
</rss>

