<?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: Issues with trying to connect to run SQL query from control room in Product Forum</title>
    <link>https://community.blueprism.com/t5/Product-Forum/Issues-with-trying-to-connect-to-run-SQL-query-from-control-room/m-p/93522#M43072</link>
    <description>So the error I'm getting from the SQL Server VBO is this&lt;BR /&gt;
&lt;TABLE&gt;
&lt;TBODY&gt;
&lt;TR&gt;
&lt;TD&gt;Login failed for user 'WT\RPARUNP1$'.&lt;/TD&gt;
&lt;/TR&gt;
&lt;/TBODY&gt;
&lt;/TABLE&gt;
&lt;P&gt;&lt;BR /&gt;I have turned on logging so I can get more insight into what is going on.&lt;BR /&gt;The Connection string the VBO is deriving is this&lt;/P&gt;
&lt;TABLE&gt;
&lt;TBODY&gt;
&lt;TR&gt;
&lt;TD&gt;database=ClientCare;data source=ftwdb2;Trusted_Connection=Yes&lt;/TD&gt;
&lt;/TR&gt;
&lt;/TBODY&gt;
&lt;/TABLE&gt;
&lt;P&gt;&lt;BR /&gt;I show these users are logged in using the login agent.&lt;/P&gt;
&lt;TABLE&gt;
&lt;TBODY&gt;
&lt;TR&gt;
&lt;TD&gt;WT\bprism01&lt;/TD&gt;
&lt;/TR&gt;
&lt;/TBODY&gt;
&lt;/TABLE&gt;
&lt;P&gt;&lt;BR /&gt;That is the domain account for the bot. From every indication I can find it shows that the bot is logged in using windows authentication. It should be using that for the connection. I have set the database as you've suggested and it is still failing to connect. I don't think that's the issue. It appears that the bot is not actually using the windows credentials to login, either that or it's not actually logged in.&lt;/P&gt;&lt;BR /&gt;&lt;BR /&gt;------------------------------&lt;BR /&gt;Tracy Schultz&lt;BR /&gt;------------------------------&lt;BR /&gt;</description>
    <pubDate>Wed, 15 Sep 2021 14:50:00 GMT</pubDate>
    <dc:creator>TracySchultz</dc:creator>
    <dc:date>2021-09-15T14:50:00Z</dc:date>
    <item>
      <title>Issues with trying to connect to run SQL query from control room</title>
      <link>https://community.blueprism.com/t5/Product-Forum/Issues-with-trying-to-connect-to-run-SQL-query-from-control-room/m-p/93520#M43070</link>
      <description>I am trying to get records from a SQL server. I've been testing to validate that my system is logged in as the right user. When I get the list of logged in users for my Resource PC it is showing the correct domain account, so I can validate the logged in user is correct. However when I do the connection the Set connection Action for the SQL Server VBO I am putting in only the server so it'll use the Windows authenticated login. However when I use the Get Collection action next it fails with the user it is failed with listed as the system account for the pc.&lt;BR /&gt;&lt;BR /&gt;I don't doubt I'm doing something wrong but I'm hitting my head against a wall trying to ascertain exactly where i'm going wrong here.&lt;BR /&gt;&lt;BR /&gt;Tracy&lt;BR /&gt;&lt;BR /&gt;------------------------------&lt;BR /&gt;Tracy Schultz&lt;BR /&gt;------------------------------&lt;BR /&gt;</description>
      <pubDate>Tue, 14 Sep 2021 23:44:00 GMT</pubDate>
      <guid>https://community.blueprism.com/t5/Product-Forum/Issues-with-trying-to-connect-to-run-SQL-query-from-control-room/m-p/93520#M43070</guid>
      <dc:creator>TracySchultz</dc:creator>
      <dc:date>2021-09-14T23:44:00Z</dc:date>
    </item>
    <item>
      <title>RE: Issues with trying to connect to run SQL query from control room</title>
      <link>https://community.blueprism.com/t5/Product-Forum/Issues-with-trying-to-connect-to-run-SQL-query-from-control-room/m-p/93521#M43071</link>
      <description>&lt;P&gt;Hi Tracy,&lt;/P&gt;
&lt;P&gt;Can you specify what error you are getting?&amp;nbsp;&lt;/P&gt;
&lt;P&gt;If you are using Data - SQL Server VBO you need to specify both Server and Database for Windows Authentication.&lt;/P&gt;
&lt;P&gt;Thanks&lt;/P&gt;&lt;BR /&gt;&lt;BR /&gt;------------------------------&lt;BR /&gt;Gopal Bhaire&lt;BR /&gt;Analyst&lt;BR /&gt;Accenture&lt;BR /&gt;------------------------------&lt;BR /&gt;</description>
      <pubDate>Wed, 15 Sep 2021 06:26:00 GMT</pubDate>
      <guid>https://community.blueprism.com/t5/Product-Forum/Issues-with-trying-to-connect-to-run-SQL-query-from-control-room/m-p/93521#M43071</guid>
      <dc:creator>GopalBhaire</dc:creator>
      <dc:date>2021-09-15T06:26:00Z</dc:date>
    </item>
    <item>
      <title>RE: Issues with trying to connect to run SQL query from control room</title>
      <link>https://community.blueprism.com/t5/Product-Forum/Issues-with-trying-to-connect-to-run-SQL-query-from-control-room/m-p/93522#M43072</link>
      <description>So the error I'm getting from the SQL Server VBO is this&lt;BR /&gt;
&lt;TABLE&gt;
&lt;TBODY&gt;
&lt;TR&gt;
&lt;TD&gt;Login failed for user 'WT\RPARUNP1$'.&lt;/TD&gt;
&lt;/TR&gt;
&lt;/TBODY&gt;
&lt;/TABLE&gt;
&lt;P&gt;&lt;BR /&gt;I have turned on logging so I can get more insight into what is going on.&lt;BR /&gt;The Connection string the VBO is deriving is this&lt;/P&gt;
&lt;TABLE&gt;
&lt;TBODY&gt;
&lt;TR&gt;
&lt;TD&gt;database=ClientCare;data source=ftwdb2;Trusted_Connection=Yes&lt;/TD&gt;
&lt;/TR&gt;
&lt;/TBODY&gt;
&lt;/TABLE&gt;
&lt;P&gt;&lt;BR /&gt;I show these users are logged in using the login agent.&lt;/P&gt;
&lt;TABLE&gt;
&lt;TBODY&gt;
&lt;TR&gt;
&lt;TD&gt;WT\bprism01&lt;/TD&gt;
&lt;/TR&gt;
&lt;/TBODY&gt;
&lt;/TABLE&gt;
&lt;P&gt;&lt;BR /&gt;That is the domain account for the bot. From every indication I can find it shows that the bot is logged in using windows authentication. It should be using that for the connection. I have set the database as you've suggested and it is still failing to connect. I don't think that's the issue. It appears that the bot is not actually using the windows credentials to login, either that or it's not actually logged in.&lt;/P&gt;&lt;BR /&gt;&lt;BR /&gt;------------------------------&lt;BR /&gt;Tracy Schultz&lt;BR /&gt;------------------------------&lt;BR /&gt;</description>
      <pubDate>Wed, 15 Sep 2021 14:50:00 GMT</pubDate>
      <guid>https://community.blueprism.com/t5/Product-Forum/Issues-with-trying-to-connect-to-run-SQL-query-from-control-room/m-p/93522#M43072</guid>
      <dc:creator>TracySchultz</dc:creator>
      <dc:date>2021-09-15T14:50:00Z</dc:date>
    </item>
    <item>
      <title>RE: Issues with trying to connect to run SQL query from control room</title>
      <link>https://community.blueprism.com/t5/Product-Forum/Issues-with-trying-to-connect-to-run-SQL-query-from-control-room/m-p/93523#M43073</link>
      <description>&lt;a href="https://community.blueprism.com/t5/user/viewprofilepage/user-id/1694"&gt;@GopalBhaire&lt;/a&gt;&lt;BR /&gt;&lt;BR /&gt;So it looks like the issue is with my setup for the ResourcePC. I just logged in as the ResourcePC account and disconnected and it worked now.&lt;BR /&gt;​&lt;BR /&gt;Appreciate your help and insight but the issue is on my end and know this I'm going to check into how the ResourcePC setup is off.&lt;BR /&gt;&lt;BR /&gt;------------------------------&lt;BR /&gt;Tracy Schultz&lt;BR /&gt;------------------------------&lt;BR /&gt;</description>
      <pubDate>Wed, 15 Sep 2021 15:24:00 GMT</pubDate>
      <guid>https://community.blueprism.com/t5/Product-Forum/Issues-with-trying-to-connect-to-run-SQL-query-from-control-room/m-p/93523#M43073</guid>
      <dc:creator>TracySchultz</dc:creator>
      <dc:date>2021-09-15T15:24:00Z</dc:date>
    </item>
  </channel>
</rss>

