<?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 BP Upgradation from 6.4 to 6.10.1-Databse error in Product Forum</title>
    <link>https://community.blueprism.com/t5/Product-Forum/BP-Upgradation-from-6-4-to-6-10-1-Databse-error/m-p/101135#M48200</link>
    <description>Hi Team,&lt;BR /&gt;&lt;BR /&gt;i am working on Upgrading&amp;nbsp; from BP 6.4 to BP 6.10.1.&lt;BR /&gt;I was able to install the BP client (6.10.1) version successfully but when i try to upgrade the Database&lt;BR /&gt;&lt;IMG class="img-responsive" data-mce-hlimagekey="cd13c79f-62c7-0bd9-4c15-d0a79fd76cc2" data-mce-hlselector="#ComposeQuestion_02ee209e-86bb-483c-9c43-ed68823b4650-tinyMce" width="359" height="107" /&gt;&lt;BR /&gt;i get following error "&lt;STRONG&gt;Cannot upgrade the database at this time. This may be due to another user currently executing a long-running transaction on this database.&lt;/STRONG&gt;" PFB screenshot for reference&lt;BR /&gt;&lt;BR /&gt;&lt;IMG class="img-responsive" data-mce-hlimagekey="ab4dfb70-6440-c994-2ea5-c9bea9f7c3db" data-mce-hlselector="#ComposeQuestion_02ee209e-86bb-483c-9c43-ed68823b4650-tinyMce" width="237" height="349" /&gt;&lt;BR /&gt;&lt;BR /&gt;Have someone faced this issue, i dont have much details in event logs as well&lt;BR /&gt;&lt;BR /&gt;Regards,&lt;BR /&gt;Manoj&lt;BR /&gt;</description>
    <pubDate>Wed, 14 Apr 2021 16:59:57 GMT</pubDate>
    <dc:creator>ManojKumar3</dc:creator>
    <dc:date>2021-04-14T16:59:57Z</dc:date>
    <item>
      <title>BP Upgradation from 6.4 to 6.10.1-Databse error</title>
      <link>https://community.blueprism.com/t5/Product-Forum/BP-Upgradation-from-6-4-to-6-10-1-Databse-error/m-p/101135#M48200</link>
      <description>Hi Team,&lt;BR /&gt;&lt;BR /&gt;i am working on Upgrading&amp;nbsp; from BP 6.4 to BP 6.10.1.&lt;BR /&gt;I was able to install the BP client (6.10.1) version successfully but when i try to upgrade the Database&lt;BR /&gt;&lt;IMG class="img-responsive" data-mce-hlimagekey="cd13c79f-62c7-0bd9-4c15-d0a79fd76cc2" data-mce-hlselector="#ComposeQuestion_02ee209e-86bb-483c-9c43-ed68823b4650-tinyMce" width="359" height="107" /&gt;&lt;BR /&gt;i get following error "&lt;STRONG&gt;Cannot upgrade the database at this time. This may be due to another user currently executing a long-running transaction on this database.&lt;/STRONG&gt;" PFB screenshot for reference&lt;BR /&gt;&lt;BR /&gt;&lt;IMG class="img-responsive" data-mce-hlimagekey="ab4dfb70-6440-c994-2ea5-c9bea9f7c3db" data-mce-hlselector="#ComposeQuestion_02ee209e-86bb-483c-9c43-ed68823b4650-tinyMce" width="237" height="349" /&gt;&lt;BR /&gt;&lt;BR /&gt;Have someone faced this issue, i dont have much details in event logs as well&lt;BR /&gt;&lt;BR /&gt;Regards,&lt;BR /&gt;Manoj&lt;BR /&gt;</description>
      <pubDate>Wed, 14 Apr 2021 16:59:57 GMT</pubDate>
      <guid>https://community.blueprism.com/t5/Product-Forum/BP-Upgradation-from-6-4-to-6-10-1-Databse-error/m-p/101135#M48200</guid>
      <dc:creator>ManojKumar3</dc:creator>
      <dc:date>2021-04-14T16:59:57Z</dc:date>
    </item>
    <item>
      <title>Re: BP Upgradation from 6.4 to 6.10.1-Databse error</title>
      <link>https://community.blueprism.com/t5/Product-Forum/BP-Upgradation-from-6-4-to-6-10-1-Databse-error/m-p/101136#M48201</link>
      <description>&lt;P&gt;Hello Manoj&lt;/P&gt;
&lt;P&gt;Have you checked if there is any long running query Database Server in the background?&lt;/P&gt;
&lt;P&gt;This could happen if the table being updated (during the update) is already in use. For some reason, I am unable to see the snapshots. Could you please share them again?&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;</description>
      <pubDate>Thu, 15 Apr 2021 00:52:52 GMT</pubDate>
      <guid>https://community.blueprism.com/t5/Product-Forum/BP-Upgradation-from-6-4-to-6-10-1-Databse-error/m-p/101136#M48201</guid>
      <dc:creator>KaranSareen</dc:creator>
      <dc:date>2021-04-15T00:52:52Z</dc:date>
    </item>
    <item>
      <title>Re: BP Upgradation from 6.4 to 6.10.1-Databse error</title>
      <link>https://community.blueprism.com/t5/Product-Forum/BP-Upgradation-from-6-4-to-6-10-1-Databse-error/m-p/101137#M48202</link>
      <description>&lt;P&gt;Hi Manoj,&lt;BR /&gt;&lt;BR /&gt;You can use DBCC OPENTRAN() in SQL Server Management Studio to show you transaction information for the Blue Prism database (your query window will need to be connected to the blue prism database). This will show you the Oldest active transaction, see the attached image as an example. You can also use the attached WhoIsRunningWhatNow.txt script to see who is running what against the Blue Prism database. This should allow you to identify where the connections are coming from so that you can stop them. It is recommended to have exclusive access to the database during the upgrade so that the database schema modifications can be made.&lt;BR /&gt;&lt;BR /&gt;Regards&lt;BR /&gt;&lt;BR /&gt;Chris&lt;/P&gt;
&lt;P&gt;
&lt;/P&gt;&lt;P&gt;&lt;/P&gt;</description>
      <pubDate>Mon, 26 Apr 2021 10:09:59 GMT</pubDate>
      <guid>https://community.blueprism.com/t5/Product-Forum/BP-Upgradation-from-6-4-to-6-10-1-Databse-error/m-p/101137#M48202</guid>
      <dc:creator>chris.mcgowan</dc:creator>
      <dc:date>2021-04-26T10:09:59Z</dc:date>
    </item>
  </channel>
</rss>

