<?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 Hub is unable to connect to SQL Server Express in Product Forum</title>
    <link>https://community.blueprism.com/t5/Product-Forum/Hub-is-unable-to-connect-to-SQL-Server-Express/m-p/97314#M45362</link>
    <description>&lt;P&gt;Good day, folks!&lt;/P&gt;
&lt;P&gt;&lt;BR /&gt;Context: I am trying to evaluate Blue Prism platform. To be more specific: I would like to explore integration options with the Blue Prism API. While I haven't found how to just install stand-alone BP API, I am currently following the whole installation process.&amp;nbsp;Currently, I am stuck with the HUB installation as it refuses to connect to the SQL Server.&lt;/P&gt;
&lt;P&gt;
&lt;/P&gt;&lt;P&gt;Are there any hints how can I see logs or any hints why doesn't it connect?&lt;/P&gt;
&lt;P&gt;&lt;BR /&gt;What I did so far:&lt;BR /&gt;&amp;nbsp;- Tried multiple value combinations of the field "Please select SQL Server": explicit DB server name, IP address, IP address with suffix `tcp:`.&lt;BR /&gt;&amp;nbsp;- Creating both new users, as well as enabling `sa`. Both were able to connect through the SQL Server Management tool but not during HUB setup.&lt;BR /&gt;&amp;nbsp;- Created ad-hoc python script to make sure that I can still establish connection from outside world. My resulting working `pyodbc` connection string: `'DRIVER={ODBC Driver 17 for SQL Sever};SERVER=tcp:xxx.xxx.xxx.xxx;DATABASE=MyDB;UID=MyUser0;PWD=XXXXX'`&lt;/P&gt;
&lt;P&gt;At this moment, my only guess is that HUB installer requires SQL Server connection to be SSL-encrypted but I haven't found references at docs page.&lt;/P&gt;
&lt;P&gt;Tools:&lt;BR /&gt;- Windows Server 2019&lt;BR /&gt;- SQL Server Express&lt;BR /&gt;- BluePrism 7&lt;BR /&gt;- BluePrism HUB 4.4.1&lt;/P&gt;
&lt;P&gt;
&lt;/P&gt;&lt;P&gt;PS. Alternatively, I would consider suggestions to bypass HUB installation and go directly to BP API, even if mocked version.&lt;/P&gt;
&lt;P&gt;&lt;BR /&gt;Thank you!&lt;/P&gt;
&lt;P&gt;
&lt;/P&gt;&lt;P&gt;Best,&lt;/P&gt;
&lt;P&gt;Igor&lt;/P&gt;</description>
    <pubDate>Thu, 23 Feb 2023 16:20:05 GMT</pubDate>
    <dc:creator>IgorPetrov</dc:creator>
    <dc:date>2023-02-23T16:20:05Z</dc:date>
    <item>
      <title>Hub is unable to connect to SQL Server Express</title>
      <link>https://community.blueprism.com/t5/Product-Forum/Hub-is-unable-to-connect-to-SQL-Server-Express/m-p/97314#M45362</link>
      <description>&lt;P&gt;Good day, folks!&lt;/P&gt;
&lt;P&gt;&lt;BR /&gt;Context: I am trying to evaluate Blue Prism platform. To be more specific: I would like to explore integration options with the Blue Prism API. While I haven't found how to just install stand-alone BP API, I am currently following the whole installation process.&amp;nbsp;Currently, I am stuck with the HUB installation as it refuses to connect to the SQL Server.&lt;/P&gt;
&lt;P&gt;
&lt;/P&gt;&lt;P&gt;Are there any hints how can I see logs or any hints why doesn't it connect?&lt;/P&gt;
&lt;P&gt;&lt;BR /&gt;What I did so far:&lt;BR /&gt;&amp;nbsp;- Tried multiple value combinations of the field "Please select SQL Server": explicit DB server name, IP address, IP address with suffix `tcp:`.&lt;BR /&gt;&amp;nbsp;- Creating both new users, as well as enabling `sa`. Both were able to connect through the SQL Server Management tool but not during HUB setup.&lt;BR /&gt;&amp;nbsp;- Created ad-hoc python script to make sure that I can still establish connection from outside world. My resulting working `pyodbc` connection string: `'DRIVER={ODBC Driver 17 for SQL Sever};SERVER=tcp:xxx.xxx.xxx.xxx;DATABASE=MyDB;UID=MyUser0;PWD=XXXXX'`&lt;/P&gt;
&lt;P&gt;At this moment, my only guess is that HUB installer requires SQL Server connection to be SSL-encrypted but I haven't found references at docs page.&lt;/P&gt;
&lt;P&gt;Tools:&lt;BR /&gt;- Windows Server 2019&lt;BR /&gt;- SQL Server Express&lt;BR /&gt;- BluePrism 7&lt;BR /&gt;- BluePrism HUB 4.4.1&lt;/P&gt;
&lt;P&gt;
&lt;/P&gt;&lt;P&gt;PS. Alternatively, I would consider suggestions to bypass HUB installation and go directly to BP API, even if mocked version.&lt;/P&gt;
&lt;P&gt;&lt;BR /&gt;Thank you!&lt;/P&gt;
&lt;P&gt;
&lt;/P&gt;&lt;P&gt;Best,&lt;/P&gt;
&lt;P&gt;Igor&lt;/P&gt;</description>
      <pubDate>Thu, 23 Feb 2023 16:20:05 GMT</pubDate>
      <guid>https://community.blueprism.com/t5/Product-Forum/Hub-is-unable-to-connect-to-SQL-Server-Express/m-p/97314#M45362</guid>
      <dc:creator>IgorPetrov</dc:creator>
      <dc:date>2023-02-23T16:20:05Z</dc:date>
    </item>
    <item>
      <title>Re: Hub is unable to connect to SQL Server Express</title>
      <link>https://community.blueprism.com/t5/Product-Forum/Hub-is-unable-to-connect-to-SQL-Server-Express/m-p/97315#M45363</link>
      <description>&lt;P&gt;Hey Igor, I hope you are doing well today.&lt;/P&gt;
&lt;P&gt;
&lt;/P&gt;&lt;P&gt;I can confirm that the SQL Server connection needs SSL for the connection to work. &lt;A href="https://bpdocs.blueprism.com/hub-interact/4-7/en-us/installation/install-hub-software.htm"&gt;You can see that requirement in this part of our documentation here.&lt;/A&gt;&amp;nbsp;&lt;/P&gt;
&lt;P&gt;
&lt;/P&gt;&lt;P&gt;I hope that helps to clarify the installation errors you're experiencing!&lt;/P&gt;</description>
      <pubDate>Tue, 28 Feb 2023 17:27:56 GMT</pubDate>
      <guid>https://community.blueprism.com/t5/Product-Forum/Hub-is-unable-to-connect-to-SQL-Server-Express/m-p/97315#M45363</guid>
      <dc:creator>JacobClary</dc:creator>
      <dc:date>2023-02-28T17:27:56Z</dc:date>
    </item>
  </channel>
</rss>

