<?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: Bug in QVX SDK 2.0 in QlikView</title>
    <link>https://community.qlik.com/t5/QlikView/Bug-in-QVX-SDK-2-0/m-p/469645#M1235565</link>
    <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;&lt;SPAN&gt;Drop a bug report to &lt;/SPAN&gt;&lt;A class="jive-link-email-small" href="mailto:support@qlik.com"&gt;support@qlik.com&lt;/A&gt;&lt;SPAN&gt; otherwise it won't get logged.&lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Stupid question, since you are instanciating COM-objects, are you running QV as administrator if you have UAC enabled? Also make sure you are running the correct 32/64-bit version of QV to match your COM-objects.&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
    <pubDate>Wed, 22 May 2013 15:52:11 GMT</pubDate>
    <dc:creator>Alexander_Thor</dc:creator>
    <dc:date>2013-05-22T15:52:11Z</dc:date>
    <item>
      <title>Bug in QVX SDK 2.0</title>
      <link>https://community.qlik.com/t5/QlikView/Bug-in-QVX-SDK-2-0/m-p/469644#M1235561</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;&lt;STRONG&gt;Problem:&lt;/STRONG&gt;&lt;/P&gt;&lt;P&gt;We believe there is a bug in QvxSDK_2.0 library which does not allow us creating a custom connector.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;STRONG&gt;Questions:&lt;/STRONG&gt;&lt;/P&gt;&lt;P&gt;Is there any newer version of QvxSDK being prepared?&lt;/P&gt;&lt;P&gt;Has anyone already encountered this kind of problem?&lt;/P&gt;&lt;P&gt;&lt;STRONG&gt; &lt;/STRONG&gt;&lt;/P&gt;&lt;P&gt;&lt;STRONG&gt;Problem description:&lt;/STRONG&gt;&lt;/P&gt;&lt;P&gt;To load data from our data source we call methods of a third party DLL COM-object.&lt;/P&gt;&lt;P&gt;1)It works without any problem in a standalone mode where we use exactly the same query as the one generated in QV script, and it addresses the same methods as those addressed from within QlikView:&lt;/P&gt;&lt;P&gt;...&lt;/P&gt;&lt;P&gt;internal class QvCustomConnection : QvxConnection&lt;/P&gt;&lt;P&gt;&amp;nbsp;&amp;nbsp;&amp;nbsp; {&lt;/P&gt;&lt;P&gt;public override void Init()&lt;/P&gt;&lt;P&gt; {&lt;/P&gt;&lt;P&gt;...&lt;/P&gt;&lt;P&gt;MTables = new List&amp;lt;QvxTable&amp;gt;&lt;/P&gt;&lt;P&gt; {&lt;/P&gt;&lt;P&gt; new QvxTable&lt;/P&gt;&lt;P&gt; {&lt;/P&gt;&lt;P&gt; TableName = "Table1",&lt;/P&gt;&lt;P&gt; &lt;STRONG&gt;&lt;EM&gt;GetRows = GetTable1&lt;/EM&gt;&lt;/STRONG&gt;,&lt;/P&gt;&lt;P&gt; Fields = Table1Fields&lt;/P&gt;&lt;P&gt; }&lt;/P&gt;&lt;P&gt; };&lt;/P&gt;&lt;P&gt;...&lt;/P&gt;&lt;P&gt;2)But when running the connector from within QlikView it deadlocks in our GetTable1 method, precisely in the moment when we call any of our COM-object methods.&lt;/P&gt;&lt;P&gt;3)Moreover, when running the connector from within QlikView if we call our GetTable1 method ourselves directly in the Init() method, it works just fine.&lt;/P&gt;&lt;P&gt;Thus, we believe there is no bug in our custom code but there is one in the QvxSDK library itself. &lt;/P&gt;&lt;P&gt;&lt;STRONG&gt; &lt;/STRONG&gt;&lt;/P&gt;&lt;P&gt;&lt;STRONG&gt;&lt;SPAN lang="EN-US" style="font-size: 11.0pt; font-family: 'Calibri','sans-serif';"&gt;Tested QlikView versions:&lt;/SPAN&gt;&lt;/STRONG&gt;&lt;SPAN lang="EN-US" style="font-size: 11.0pt; font-family: 'Calibri','sans-serif';"&gt; &lt;/SPAN&gt;&lt;SPAN lang="EN-GB" style="font-size: 11.0pt; font-family: 'Calibri','sans-serif'; color: #1f497d;"&gt;all subversions of QlikView Desktop 11.&lt;/SPAN&gt;&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Mon, 26 Jan 2026 16:26:21 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/Bug-in-QVX-SDK-2-0/m-p/469644#M1235561</guid>
      <dc:creator />
      <dc:date>2026-01-26T16:26:21Z</dc:date>
    </item>
    <item>
      <title>Re: Bug in QVX SDK 2.0</title>
      <link>https://community.qlik.com/t5/QlikView/Bug-in-QVX-SDK-2-0/m-p/469645#M1235565</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;&lt;SPAN&gt;Drop a bug report to &lt;/SPAN&gt;&lt;A class="jive-link-email-small" href="mailto:support@qlik.com"&gt;support@qlik.com&lt;/A&gt;&lt;SPAN&gt; otherwise it won't get logged.&lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Stupid question, since you are instanciating COM-objects, are you running QV as administrator if you have UAC enabled? Also make sure you are running the correct 32/64-bit version of QV to match your COM-objects.&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Wed, 22 May 2013 15:52:11 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/Bug-in-QVX-SDK-2-0/m-p/469645#M1235565</guid>
      <dc:creator>Alexander_Thor</dc:creator>
      <dc:date>2013-05-22T15:52:11Z</dc:date>
    </item>
  </channel>
</rss>

