<?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 Not Working in Product Forum</title>
    <link>https://community.blueprism.com/t5/Product-Forum/HUB-Not-Working/m-p/119424#M52986</link>
    <description>&lt;P&gt;Hi both, what was the issue with IIS pool and how did you fix it? We are facing the same problem with installing HUB 5.1. Please give us some hint how did you fix it?&lt;/P&gt;</description>
    <pubDate>Mon, 17 Mar 2025 12:10:10 GMT</pubDate>
    <dc:creator>Anastasiya__Ilgova</dc:creator>
    <dc:date>2025-03-17T12:10:10Z</dc:date>
    <item>
      <title>HUB Not Working</title>
      <link>https://community.blueprism.com/t5/Product-Forum/HUB-Not-Working/m-p/100687#M47872</link>
      <description>Hello Everyone,&lt;BR /&gt;I have installed HUB with all pre-requisite check but when I am trying to access it via browser it is giving me :-&lt;BR /&gt;&lt;BR /&gt;
&lt;H1&gt;HTTP Error 502.5 - ANCM Out-Of-Process Startup Failure&lt;/H1&gt;
&lt;H2&gt;Common solutions to this issue:&lt;/H2&gt;
&lt;UL&gt;
&lt;LI&gt;The application process failed to start&lt;/LI&gt;
&lt;LI&gt;The application process started but then stopped&lt;/LI&gt;
&lt;LI&gt;The application process started but failed to listen on the configured port&lt;/LI&gt;
&lt;/UL&gt;
&lt;H2&gt;Troubleshooting steps:&lt;/H2&gt;
&lt;UL&gt;
&lt;LI&gt;Check the system event log for error messages&lt;/LI&gt;
&lt;LI&gt;Enable logging the application process' stdout messages&lt;/LI&gt;
&lt;LI&gt;Attach a debugger to the application process and inspect&lt;/LI&gt;
&lt;/UL&gt;
&lt;P&gt;&lt;BR /&gt;&lt;BR /&gt;Also, when I checked my event logs I got this,&lt;BR /&gt;&lt;BR /&gt;Application: dotnet.exe&lt;BR /&gt;CoreCLR Version: 4.700.20.11803&lt;BR /&gt;.NET Core Version: 3.1.3&lt;BR /&gt;Description: The process was terminated due to an unhandled exception.&lt;BR /&gt;Exception Info: Microsoft.Data.SqlClient.SqlException (0x80131904): CREATE DATABASE permission denied in database 'master'.&lt;BR /&gt;&lt;BR /&gt;Application '/LM/W3SVC/2/ROOT' with physical root 'C:\Program Files (x86)\Blue Prism\Authentication Server\' failed to start process with commandline 'dotnet .\ImsServer.Web.dll' at stage 'PostStartCheck', ErrorCode = '0x8027025b', assigned port 16238, retryCounter '1'.&lt;BR /&gt;&lt;BR /&gt;Please help me solve this issue.&lt;BR /&gt;&lt;BR /&gt;Thanks,&lt;BR /&gt;Ansar&lt;/P&gt;</description>
      <pubDate>Mon, 31 May 2021 14:05:34 GMT</pubDate>
      <guid>https://community.blueprism.com/t5/Product-Forum/HUB-Not-Working/m-p/100687#M47872</guid>
      <dc:creator>Ansar_AhmedAtta</dc:creator>
      <dc:date>2021-05-31T14:05:34Z</dc:date>
    </item>
    <item>
      <title>Re: HUB Not Working</title>
      <link>https://community.blueprism.com/t5/Product-Forum/HUB-Not-Working/m-p/100688#M47873</link>
      <description>Hi Ansar,&lt;BR /&gt;&lt;BR /&gt;It is like you do not have permission to create a database on the SQL Server instance, as indicated by "&lt;SPAN&gt;&lt;SPAN&gt;Exception Info: Microsoft.Data.SqlClient.SqlException (0x80131904): &lt;STRONG&gt;CREATE DATABASE permission denied in database 'master'&lt;/STRONG&gt;."&lt;BR /&gt;&lt;BR /&gt;To quote the following article &lt;A href="https://dba.stackexchange.com/questions/78388/create-database-permission-denied-in-database-master-unable-to-get-the-permis" target="_blank" rel="noopener"&gt;https://dba.stackexchange.com/questions/78388/create-database-permission-denied-in-database-master-unable-to-get-the-permis&lt;/A&gt;&lt;BR /&gt;&lt;BR /&gt;&lt;BR /&gt;&lt;/SPAN&gt;&lt;/SPAN&gt;
&lt;P&gt;The user must be a member of&lt;SPAN&gt;&amp;nbsp;&lt;/SPAN&gt;&lt;CODE&gt;dbcreator&lt;/CODE&gt;&lt;SPAN&gt;&amp;nbsp;&lt;/SPAN&gt;server role for user to have enough permissions to create a database.&lt;/P&gt;
&lt;P&gt;You can execute the following statement to make a user member of&lt;SPAN&gt;&amp;nbsp;&lt;/SPAN&gt;&lt;CODE&gt;dbcreator&lt;/CODE&gt;&lt;SPAN&gt;&amp;nbsp;&lt;/SPAN&gt;server role.&lt;/P&gt;
&lt;PRE class="lang-sql s-code-block hljs"&gt;&lt;CODE&gt;&lt;SPAN class="hljs-keyword"&gt;EXEC&lt;/SPAN&gt; master..sp_addsrvrolemember &lt;SPAN class="hljs-variable"&gt;@loginame&lt;/SPAN&gt; &lt;SPAN class="hljs-operator"&gt;=&lt;/SPAN&gt; N&lt;SPAN class="hljs-string"&gt;'Shubhankar'&lt;/SPAN&gt;, &lt;SPAN class="hljs-variable"&gt;@rolename&lt;/SPAN&gt; &lt;SPAN class="hljs-operator"&gt;=&lt;/SPAN&gt; N&lt;SPAN class="hljs-string"&gt;'dbcreator'&lt;/SPAN&gt;
GO
&lt;/CODE&gt;&lt;/PRE&gt;
&lt;P&gt;Members of&lt;SPAN&gt;&amp;nbsp;&lt;/SPAN&gt;&lt;CODE&gt;sysadmin&lt;/CODE&gt;&lt;SPAN&gt;&amp;nbsp;&lt;/SPAN&gt;role are by default members of&lt;SPAN&gt;&amp;nbsp;&lt;/SPAN&gt;&lt;CODE&gt;dbcreator&lt;/CODE&gt;&lt;SPAN&gt;&amp;nbsp;&lt;/SPAN&gt;server role therefore they can create databases too.&lt;BR /&gt;&lt;BR /&gt;&lt;BR /&gt;Hope this helps.&lt;/P&gt;</description>
      <pubDate>Tue, 01 Jun 2021 01:10:42 GMT</pubDate>
      <guid>https://community.blueprism.com/t5/Product-Forum/HUB-Not-Working/m-p/100688#M47873</guid>
      <dc:creator>bruce.liu</dc:creator>
      <dc:date>2021-06-01T01:10:42Z</dc:date>
    </item>
    <item>
      <title>Re: HUB Not Working</title>
      <link>https://community.blueprism.com/t5/Product-Forum/HUB-Not-Working/m-p/100689#M47874</link>
      <description>&lt;P&gt;Hi Bruce,&lt;BR /&gt;I have already verified, my user has all the necessary permissions, still I am unable to access.&lt;BR /&gt;&lt;BR /&gt;Thanks,&lt;/P&gt;
&lt;P&gt;Ansar&lt;/P&gt;</description>
      <pubDate>Tue, 01 Jun 2021 03:58:09 GMT</pubDate>
      <guid>https://community.blueprism.com/t5/Product-Forum/HUB-Not-Working/m-p/100689#M47874</guid>
      <dc:creator>Ansar_AhmedAtta</dc:creator>
      <dc:date>2021-06-01T03:58:09Z</dc:date>
    </item>
    <item>
      <title>Re: HUB Not Working</title>
      <link>https://community.blueprism.com/t5/Product-Forum/HUB-Not-Working/m-p/100690#M47875</link>
      <description>Hi Ansar,&lt;BR /&gt;&lt;BR /&gt;In this case, I would suggest you reach out to Blue Prism support to have your case looked at.</description>
      <pubDate>Tue, 01 Jun 2021 04:35:37 GMT</pubDate>
      <guid>https://community.blueprism.com/t5/Product-Forum/HUB-Not-Working/m-p/100690#M47875</guid>
      <dc:creator>bruce.liu</dc:creator>
      <dc:date>2021-06-01T04:35:37Z</dc:date>
    </item>
    <item>
      <title>Re: HUB Not Working</title>
      <link>https://community.blueprism.com/t5/Product-Forum/HUB-Not-Working/m-p/100691#M47876</link>
      <description>Hi Bruce,&lt;BR /&gt;For the update, Hub is working fine now; there was issue in application pool in IIS. So now all good in terms of hub. Next, I did was install the control room plugin and did the DB connection as well but I am unable to see any data in my queues section schedule section and all.&lt;BR /&gt;&lt;BR /&gt;What can be the possible issues.?&lt;BR /&gt;&lt;BR /&gt;Thanks,&lt;BR /&gt;Ansar</description>
      <pubDate>Tue, 01 Jun 2021 15:29:56 GMT</pubDate>
      <guid>https://community.blueprism.com/t5/Product-Forum/HUB-Not-Working/m-p/100691#M47876</guid>
      <dc:creator>Ansar_AhmedAtta</dc:creator>
      <dc:date>2021-06-01T15:29:56Z</dc:date>
    </item>
    <item>
      <title>Re: HUB Not Working</title>
      <link>https://community.blueprism.com/t5/Product-Forum/HUB-Not-Working/m-p/100692#M47877</link>
      <description>Hi Ansar,&lt;BR /&gt;&lt;BR /&gt;You must now configure Authentication Server and then have your users synced up between Hub and Blue Prism. Do make sure you avoid the use of admin user in the process in case you need to "disconnect" the Authentication Server. Once this is done, check if your Hub user appears in Blue Prism under System &amp;gt; Security &amp;gt; Users. You will then need to assign permissions to your Hub user for relevant section of the screen in the same way as you would do for a native Blue Prism user. This can be done using System &amp;gt; Security &amp;gt; User Roles. For example, if access to Control Room is needed, you must assign Control Room role related permissions to the user.&lt;BR /&gt;&lt;BR /&gt;The baseline is Hub does not have specific permissions controlling user access. It is all done via the permissions around the mapped users in Blue Prism.</description>
      <pubDate>Tue, 01 Jun 2021 23:07:14 GMT</pubDate>
      <guid>https://community.blueprism.com/t5/Product-Forum/HUB-Not-Working/m-p/100692#M47877</guid>
      <dc:creator>bruce.liu</dc:creator>
      <dc:date>2021-06-01T23:07:14Z</dc:date>
    </item>
    <item>
      <title>Re: HUB Not Working</title>
      <link>https://community.blueprism.com/t5/Product-Forum/HUB-Not-Working/m-p/100693#M47878</link>
      <description>&lt;P&gt;Hi Bruce,&lt;BR /&gt;I did the same but there is pre-requisite for App Server.&lt;/P&gt;
&lt;P&gt;Can't this be done in standalone deployment without app server.?&lt;BR /&gt;&lt;BR /&gt;Thanks,&lt;/P&gt;
&lt;P&gt;Ansar&lt;/P&gt;</description>
      <pubDate>Wed, 02 Jun 2021 03:41:42 GMT</pubDate>
      <guid>https://community.blueprism.com/t5/Product-Forum/HUB-Not-Working/m-p/100693#M47878</guid>
      <dc:creator>Ansar_AhmedAtta</dc:creator>
      <dc:date>2021-06-02T03:41:42Z</dc:date>
    </item>
    <item>
      <title>Re: HUB Not Working</title>
      <link>https://community.blueprism.com/t5/Product-Forum/HUB-Not-Working/m-p/100694#M47879</link>
      <description>Hi Ansar,&lt;BR /&gt;&lt;BR /&gt;App server is a must before you can provision Authentication Server, which is a pre-requisite for Hub and Blue Prism API. In standalone mode, you can only experience the core Blue Prism product in the same way as v6.</description>
      <pubDate>Wed, 02 Jun 2021 06:03:03 GMT</pubDate>
      <guid>https://community.blueprism.com/t5/Product-Forum/HUB-Not-Working/m-p/100694#M47879</guid>
      <dc:creator>bruce.liu</dc:creator>
      <dc:date>2021-06-02T06:03:03Z</dc:date>
    </item>
    <item>
      <title>Re: HUB Not Working</title>
      <link>https://community.blueprism.com/t5/Product-Forum/HUB-Not-Working/m-p/100695#M47880</link>
      <description>Hi Bruce,&lt;BR /&gt;For the update, everything is working fine now. I can login to my blue prism via authentication server and my web-based control room is also working fine.&lt;BR /&gt;&lt;BR /&gt;Thanks,&lt;BR /&gt;Ansar</description>
      <pubDate>Wed, 02 Jun 2021 14:55:24 GMT</pubDate>
      <guid>https://community.blueprism.com/t5/Product-Forum/HUB-Not-Working/m-p/100695#M47880</guid>
      <dc:creator>Ansar_AhmedAtta</dc:creator>
      <dc:date>2021-06-02T14:55:24Z</dc:date>
    </item>
    <item>
      <title>Re: HUB Not Working</title>
      <link>https://community.blueprism.com/t5/Product-Forum/HUB-Not-Working/m-p/100696#M47881</link>
      <description>Good to know everything is working for you Ansar.</description>
      <pubDate>Wed, 02 Jun 2021 23:11:06 GMT</pubDate>
      <guid>https://community.blueprism.com/t5/Product-Forum/HUB-Not-Working/m-p/100696#M47881</guid>
      <dc:creator>bruce.liu</dc:creator>
      <dc:date>2021-06-02T23:11:06Z</dc:date>
    </item>
    <item>
      <title>Re: HUB Not Working</title>
      <link>https://community.blueprism.com/t5/Product-Forum/HUB-Not-Working/m-p/100697#M47882</link>
      <description>Hello Ansar,&lt;BR /&gt;&lt;BR /&gt;I think I'm having the same issue you had at the beginning. Can you please share how you solved the &lt;SPAN&gt;issue in application pool in IIS?&lt;BR /&gt;&lt;BR /&gt;Thanks,&lt;BR /&gt;André&lt;/SPAN&gt;</description>
      <pubDate>Sat, 25 Sep 2021 07:28:13 GMT</pubDate>
      <guid>https://community.blueprism.com/t5/Product-Forum/HUB-Not-Working/m-p/100697#M47882</guid>
      <dc:creator>AndreFerreira</dc:creator>
      <dc:date>2021-09-25T07:28:13Z</dc:date>
    </item>
    <item>
      <title>Re: HUB Not Working</title>
      <link>https://community.blueprism.com/t5/Product-Forum/HUB-Not-Working/m-p/119424#M52986</link>
      <description>&lt;P&gt;Hi both, what was the issue with IIS pool and how did you fix it? We are facing the same problem with installing HUB 5.1. Please give us some hint how did you fix it?&lt;/P&gt;</description>
      <pubDate>Mon, 17 Mar 2025 12:10:10 GMT</pubDate>
      <guid>https://community.blueprism.com/t5/Product-Forum/HUB-Not-Working/m-p/119424#M52986</guid>
      <dc:creator>Anastasiya__Ilgova</dc:creator>
      <dc:date>2025-03-17T12:10:10Z</dc:date>
    </item>
  </channel>
</rss>

