<?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 Snapshot Isolation Settings for Blueprism Database in Product Forum</title>
    <link>https://community.blueprism.com/t5/Product-Forum/Snapshot-Isolation-Settings-for-Blueprism-Database/m-p/125068#M54476</link>
    <description>&lt;P&gt;Hi All,&lt;/P&gt;&lt;P&gt;Recently we have been facing an issue with our BOT's while after holding a queue item for around 1 hour BOT's through below error, there are total 6 BOT's for this process&lt;BR /&gt;&lt;BR /&gt;error 3960, level 16, state 2, procedure -, line 15, message: Snapshot isolation transaction aborted due to update conflict. You cannot use snapshot isolation to access table 'dbo.BPASession' directly or indirectly in database 'Database' to update, delete, or insert the row that has been modified or deleted by another transaction. Retry the transaction or change the isolation level for the update/delete statement.&lt;/P&gt;&lt;P&gt;Kindly note that "&lt;STRONG&gt;Is Read Committed Snapshot On"&lt;/STRONG&gt;&lt;SPAN&gt;&amp;nbsp;&lt;/SPAN&gt;is set to&lt;SPAN&gt;&amp;nbsp;&lt;/SPAN&gt;&lt;STRONG&gt;FALSE&lt;/STRONG&gt;&amp;nbsp;and&lt;SPAN&gt;&amp;nbsp;&lt;/SPAN&gt;&lt;STRONG&gt;Allow_Snapshot_Isolation&lt;/STRONG&gt;&lt;SPAN&gt;&amp;nbsp;&lt;/SPAN&gt;is set to&lt;SPAN&gt;&amp;nbsp;&lt;/SPAN&gt;&lt;STRONG&gt;TRUE&amp;nbsp;&lt;/STRONG&gt;in the Database,&lt;/P&gt;&lt;P&gt;What shall be the correct configuration for these settings in Database?&lt;/P&gt;</description>
    <pubDate>Sun, 15 Mar 2026 08:33:45 GMT</pubDate>
    <dc:creator>SayeedBinAbdullah</dc:creator>
    <dc:date>2026-03-15T08:33:45Z</dc:date>
    <item>
      <title>Snapshot Isolation Settings for Blueprism Database</title>
      <link>https://community.blueprism.com/t5/Product-Forum/Snapshot-Isolation-Settings-for-Blueprism-Database/m-p/125068#M54476</link>
      <description>&lt;P&gt;Hi All,&lt;/P&gt;&lt;P&gt;Recently we have been facing an issue with our BOT's while after holding a queue item for around 1 hour BOT's through below error, there are total 6 BOT's for this process&lt;BR /&gt;&lt;BR /&gt;error 3960, level 16, state 2, procedure -, line 15, message: Snapshot isolation transaction aborted due to update conflict. You cannot use snapshot isolation to access table 'dbo.BPASession' directly or indirectly in database 'Database' to update, delete, or insert the row that has been modified or deleted by another transaction. Retry the transaction or change the isolation level for the update/delete statement.&lt;/P&gt;&lt;P&gt;Kindly note that "&lt;STRONG&gt;Is Read Committed Snapshot On"&lt;/STRONG&gt;&lt;SPAN&gt;&amp;nbsp;&lt;/SPAN&gt;is set to&lt;SPAN&gt;&amp;nbsp;&lt;/SPAN&gt;&lt;STRONG&gt;FALSE&lt;/STRONG&gt;&amp;nbsp;and&lt;SPAN&gt;&amp;nbsp;&lt;/SPAN&gt;&lt;STRONG&gt;Allow_Snapshot_Isolation&lt;/STRONG&gt;&lt;SPAN&gt;&amp;nbsp;&lt;/SPAN&gt;is set to&lt;SPAN&gt;&amp;nbsp;&lt;/SPAN&gt;&lt;STRONG&gt;TRUE&amp;nbsp;&lt;/STRONG&gt;in the Database,&lt;/P&gt;&lt;P&gt;What shall be the correct configuration for these settings in Database?&lt;/P&gt;</description>
      <pubDate>Sun, 15 Mar 2026 08:33:45 GMT</pubDate>
      <guid>https://community.blueprism.com/t5/Product-Forum/Snapshot-Isolation-Settings-for-Blueprism-Database/m-p/125068#M54476</guid>
      <dc:creator>SayeedBinAbdullah</dc:creator>
      <dc:date>2026-03-15T08:33:45Z</dc:date>
    </item>
    <item>
      <title>Re: Snapshot Isolation Settings for Blueprism Database</title>
      <link>https://community.blueprism.com/t5/Product-Forum/Snapshot-Isolation-Settings-for-Blueprism-Database/m-p/125076#M54477</link>
      <description>&lt;P&gt;When bot is trying to update same record at same time , that time will get that conflict and its happening because Read committed Snapshot On is FALSE and snapshot isolation is TRUE&lt;BR /&gt;SQL Server will protect the data by locking the record.&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;I think once you set the value to TRUE for Read committed snapshot on option , then it will work .&lt;/P&gt;</description>
      <pubDate>Tue, 17 Mar 2026 11:10:50 GMT</pubDate>
      <guid>https://community.blueprism.com/t5/Product-Forum/Snapshot-Isolation-Settings-for-Blueprism-Database/m-p/125076#M54477</guid>
      <dc:creator>naveed_raza</dc:creator>
      <dc:date>2026-03-17T11:10:50Z</dc:date>
    </item>
    <item>
      <title>Re: Snapshot Isolation Settings for Blueprism Database</title>
      <link>https://community.blueprism.com/t5/Product-Forum/Snapshot-Isolation-Settings-for-Blueprism-Database/m-p/125090#M54482</link>
      <description>&lt;P&gt;We did try changing the settings as below and got error during login therefore we had to revert the settings.&lt;BR /&gt;&lt;BR /&gt;&lt;STRONG&gt;Is Read Committed Snapshot On"&lt;/STRONG&gt;&lt;SPAN&gt;&amp;nbsp;&lt;/SPAN&gt;&lt;SPAN&gt;to&lt;/SPAN&gt;&lt;SPAN&gt;&amp;nbsp;&lt;STRONG&gt;TRUE&amp;nbsp;&lt;/STRONG&gt;&lt;/SPAN&gt;&lt;SPAN&gt;and&lt;/SPAN&gt;&lt;SPAN&gt;&amp;nbsp;&lt;/SPAN&gt;&lt;STRONG&gt;Allow_Snapshot_Isolation&lt;/STRONG&gt;&lt;SPAN&gt;&amp;nbsp;&lt;/SPAN&gt;&lt;SPAN&gt;to&lt;/SPAN&gt;&lt;SPAN&gt;&amp;nbsp;&lt;/SPAN&gt;&lt;STRONG&gt;FALSE&lt;/STRONG&gt;&lt;/P&gt;&lt;P&gt;&lt;span class="lia-inline-image-display-wrapper lia-image-align-inline" image-alt="Snapshot Error.png" style="width: 999px;"&gt;&lt;img src="https://community.blueprism.com/t5/image/serverpage/image-id/42129i10719D4E629C311E/image-size/large/is-moderation-mode/true?v=v2&amp;amp;px=999" role="button" title="Snapshot Error.png" alt="Snapshot Error.png" /&gt;&lt;/span&gt;&lt;/P&gt;</description>
      <pubDate>Wed, 18 Mar 2026 10:11:34 GMT</pubDate>
      <guid>https://community.blueprism.com/t5/Product-Forum/Snapshot-Isolation-Settings-for-Blueprism-Database/m-p/125090#M54482</guid>
      <dc:creator>SayeedBinAbdullah</dc:creator>
      <dc:date>2026-03-18T10:11:34Z</dc:date>
    </item>
    <item>
      <title>Re: Snapshot Isolation Settings for Blueprism Database</title>
      <link>https://community.blueprism.com/t5/Product-Forum/Snapshot-Isolation-Settings-for-Blueprism-Database/m-p/125103#M54490</link>
      <description>&lt;P&gt;make sure nothing is running in blueprism , schedulers , bots etc , and you have enable both and then you can try&lt;/P&gt;</description>
      <pubDate>Wed, 18 Mar 2026 20:35:59 GMT</pubDate>
      <guid>https://community.blueprism.com/t5/Product-Forum/Snapshot-Isolation-Settings-for-Blueprism-Database/m-p/125103#M54490</guid>
      <dc:creator>naveed_raza</dc:creator>
      <dc:date>2026-03-18T20:35:59Z</dc:date>
    </item>
    <item>
      <title>Re: Snapshot Isolation Settings for Blueprism Database</title>
      <link>https://community.blueprism.com/t5/Product-Forum/Snapshot-Isolation-Settings-for-Blueprism-Database/m-p/125115#M54497</link>
      <description>&lt;P&gt;This being production we shall have accurate information as these settings are manipulated by DBA upon raising a request,&lt;/P&gt;&lt;P&gt;I want to be sure before going back to DBA, that's why I have posted here to know the correct configuration.&amp;nbsp;&lt;/P&gt;&lt;P&gt;Thanks for sharing this Naveed but I will wait for some more time before getting back to DBA.&lt;/P&gt;</description>
      <pubDate>Fri, 20 Mar 2026 09:48:51 GMT</pubDate>
      <guid>https://community.blueprism.com/t5/Product-Forum/Snapshot-Isolation-Settings-for-Blueprism-Database/m-p/125115#M54497</guid>
      <dc:creator>SayeedBinAbdullah</dc:creator>
      <dc:date>2026-03-20T09:48:51Z</dc:date>
    </item>
    <item>
      <title>Re: Snapshot Isolation Settings for Blueprism Database</title>
      <link>https://community.blueprism.com/t5/Product-Forum/Snapshot-Isolation-Settings-for-Blueprism-Database/m-p/125211#M54521</link>
      <description>&lt;P&gt;&lt;a href="https://community.blueprism.com/t5/user/viewprofilepage/user-id/2590"&gt;@david.l.morris&lt;/a&gt;&amp;nbsp;&lt;a href="https://community.blueprism.com/t5/user/viewprofilepage/user-id/1445"&gt;@stepher&lt;/a&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;Appreciate your suggestions on this &lt;span class="lia-unicode-emoji" title=":slightly_smiling_face:"&gt;🙂&lt;/span&gt;&lt;/P&gt;</description>
      <pubDate>Thu, 02 Apr 2026 05:37:43 GMT</pubDate>
      <guid>https://community.blueprism.com/t5/Product-Forum/Snapshot-Isolation-Settings-for-Blueprism-Database/m-p/125211#M54521</guid>
      <dc:creator>SayeedBinAbdullah</dc:creator>
      <dc:date>2026-04-02T05:37:43Z</dc:date>
    </item>
    <item>
      <title>Re: Snapshot Isolation Settings for Blueprism Database</title>
      <link>https://community.blueprism.com/t5/Product-Forum/Snapshot-Isolation-Settings-for-Blueprism-Database/m-p/125215#M54522</link>
      <description>&lt;P&gt;&lt;a href="https://community.blueprism.com/t5/user/viewprofilepage/user-id/2151"&gt;@Neel1&lt;/a&gt;&amp;nbsp;&lt;a href="https://community.blueprism.com/t5/user/viewprofilepage/user-id/331"&gt;@SouravSaha&lt;/a&gt;&amp;nbsp;if you guys have idea on this&lt;/P&gt;</description>
      <pubDate>Fri, 03 Apr 2026 05:49:28 GMT</pubDate>
      <guid>https://community.blueprism.com/t5/Product-Forum/Snapshot-Isolation-Settings-for-Blueprism-Database/m-p/125215#M54522</guid>
      <dc:creator>Tejaskumar_Darji</dc:creator>
      <dc:date>2026-04-03T05:49:28Z</dc:date>
    </item>
    <item>
      <title>Re: Snapshot Isolation Settings for Blueprism Database</title>
      <link>https://community.blueprism.com/t5/Product-Forum/Snapshot-Isolation-Settings-for-Blueprism-Database/m-p/125217#M54523</link>
      <description>&lt;P&gt;&lt;a href="https://community.blueprism.com/t5/user/viewprofilepage/user-id/1843"&gt;@devneetmohanty07&lt;/a&gt;&amp;nbsp;If you can look into this as well....&amp;nbsp;&lt;span class="lia-unicode-emoji" title=":slightly_smiling_face:"&gt;🙂&lt;/span&gt;&lt;/P&gt;</description>
      <pubDate>Sun, 05 Apr 2026 07:03:21 GMT</pubDate>
      <guid>https://community.blueprism.com/t5/Product-Forum/Snapshot-Isolation-Settings-for-Blueprism-Database/m-p/125217#M54523</guid>
      <dc:creator>SayeedBinAbdullah</dc:creator>
      <dc:date>2026-04-05T07:03:21Z</dc:date>
    </item>
    <item>
      <title>Re: Snapshot Isolation Settings for Blueprism Database</title>
      <link>https://community.blueprism.com/t5/Product-Forum/Snapshot-Isolation-Settings-for-Blueprism-Database/m-p/125220#M54525</link>
      <description>&lt;P&gt;Over 1 hour is a longer than usual case time for a robot so probably not a scenario well tested by the Blue Prism product team. It sounds like you are seeing database conflicts of some sort because of this case time - effectively you are probably locking a database row for over an hour whereas best practices in databases (at least back in my day) would be to lock for as short a time as possible to avoid oddness.&lt;/P&gt;&lt;P&gt;If your requirements are really one case that takes a robot over an hour to work I would suggest changing your solution to either break this work down and having multiple work queue items for different parts of the work, otherwise change your work queue logic to not maintain the lock - instead have some kind of retrievable key stamp that you unlock but is still only retrievable by the one robot doing that work - this latter idea would also require some kind of clean up logic in case of exceptions because it will not be locked to be included in clean up routines.&lt;/P&gt;</description>
      <pubDate>Tue, 07 Apr 2026 08:56:39 GMT</pubDate>
      <guid>https://community.blueprism.com/t5/Product-Forum/Snapshot-Isolation-Settings-for-Blueprism-Database/m-p/125220#M54525</guid>
      <dc:creator>Denis__Dennehy</dc:creator>
      <dc:date>2026-04-07T08:56:39Z</dc:date>
    </item>
  </channel>
</rss>

