<?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 Transaction was deadlocked on lock in QlikView</title>
    <link>https://community.qlik.com/t5/QlikView/Transaction-was-deadlocked-on-lock/m-p/30105#M771865</link>
    <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;when I reload the Document, sometimes the below error occurs&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;SQL##f - SqlState: 40001, ErrorCode: 1205, ErrorMsg: [Microsoft][ODBC SQL Server Driver][SQL Server]Transaction was deadlocked on lock | communication buffer resources with another process and has been chosen as the deadlock victim. Rerun the transaction.&lt;/P&gt;&lt;P&gt;Error: ODBC read failed&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;can you please advise&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
    <pubDate>Wed, 25 Nov 2020 16:16:04 GMT</pubDate>
    <dc:creator>joelle_alhanna</dc:creator>
    <dc:date>2020-11-25T16:16:04Z</dc:date>
    <item>
      <title>Transaction was deadlocked on lock</title>
      <link>https://community.qlik.com/t5/QlikView/Transaction-was-deadlocked-on-lock/m-p/30105#M771865</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;when I reload the Document, sometimes the below error occurs&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;SQL##f - SqlState: 40001, ErrorCode: 1205, ErrorMsg: [Microsoft][ODBC SQL Server Driver][SQL Server]Transaction was deadlocked on lock | communication buffer resources with another process and has been chosen as the deadlock victim. Rerun the transaction.&lt;/P&gt;&lt;P&gt;Error: ODBC read failed&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;can you please advise&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Wed, 25 Nov 2020 16:16:04 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/Transaction-was-deadlocked-on-lock/m-p/30105#M771865</guid>
      <dc:creator>joelle_alhanna</dc:creator>
      <dc:date>2020-11-25T16:16:04Z</dc:date>
    </item>
    <item>
      <title>Re: Transaction was deadlocked on lock</title>
      <link>https://community.qlik.com/t5/QlikView/Transaction-was-deadlocked-on-lock/m-p/30106#M771866</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;hello&lt;/P&gt;&lt;P&gt;that means you have a query trying to access the same piece of data on you sql server than an another request which access it with a lock (maybe for update)&lt;/P&gt;&lt;P&gt;check on the DB side&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Wed, 30 May 2018 14:30:49 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/Transaction-was-deadlocked-on-lock/m-p/30106#M771866</guid>
      <dc:creator>olivierrobin</dc:creator>
      <dc:date>2018-05-30T14:30:49Z</dc:date>
    </item>
    <item>
      <title>Re: Transaction was deadlocked on lock</title>
      <link>https://community.qlik.com/t5/QlikView/Transaction-was-deadlocked-on-lock/m-p/30107#M771867</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Hows does your SQL script looks does the tables have WITH NOLOCK hint in your script? Like &lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;SELECT F1, F2,F3&lt;/P&gt;&lt;P&gt;FROM Table1 tab1 WITH (NOLOCK)&lt;/P&gt;&lt;P&gt;LEFT JOIN&lt;/P&gt;&lt;P&gt;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp; Table2 tab2 WITH (NOLOCK)&lt;/P&gt;&lt;P&gt;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp; ON tab.F1 = tab2.F2&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;add this hint to your script and try. &lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Wed, 30 May 2018 14:35:53 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/Transaction-was-deadlocked-on-lock/m-p/30107#M771867</guid>
      <dc:creator>vishsaggi</dc:creator>
      <dc:date>2018-05-30T14:35:53Z</dc:date>
    </item>
    <item>
      <title>Re: Transaction was deadlocked on lock</title>
      <link>https://community.qlik.com/t5/QlikView/Transaction-was-deadlocked-on-lock/m-p/30108#M771868</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;this is bcz,ur sql table is not allowing multiple persons to pull data at a time,check with ur db team.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;else both (u &amp;amp; whoever using this) can try with unlock sql query.&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Wed, 30 May 2018 14:36:34 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/Transaction-was-deadlocked-on-lock/m-p/30108#M771868</guid>
      <dc:creator>buzzy996</dc:creator>
      <dc:date>2018-05-30T14:36:34Z</dc:date>
    </item>
  </channel>
</rss>

