<?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: Error calling a stored procedure in QlikView</title>
    <link>https://community.qlik.com/t5/QlikView/Error-calling-a-stored-procedure/m-p/393676#M146787</link>
    <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;HI&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Please go through this link..&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;edit:&lt;/P&gt;&lt;P&gt;&lt;A _jive_internal="true" class="jiveTT-hover-user jive-username-link jive-user-disabled" href="https://community.qlik.com/people/archanah" id="jive-114245176967398487720" onmouseout="" onmouseover="" style="font-size: 12px; color: #007fc0; font-weight: bold;"&gt;archanah,&lt;/A&gt; &lt;A _jive_internal="true" class="jiveTT-hover-user jive-username-link" href="https://community.qlik.com/people/jsn" id="jive-23885176967315505025" style="font-size: 12px; color: #007fc0; font-weight: bold;"&gt;Johannes Sunden&lt;/A&gt; posts are help you.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;A _jive_internal="true" class="loading" href="https://community.qlik.com/thread/3223"&gt;http://community.qlik.com/thread/3223&lt;/A&gt; &lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;or&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;try like this&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;LOAD *;&lt;/P&gt;&lt;P&gt;SQL EXEC sp_text '20100101','20100530';&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
    <pubDate>Thu, 01 Nov 2012 19:20:11 GMT</pubDate>
    <dc:creator>MayilVahanan</dc:creator>
    <dc:date>2012-11-01T19:20:11Z</dc:date>
    <item>
      <title>Error calling a stored procedure</title>
      <link>https://community.qlik.com/t5/QlikView/Error-calling-a-stored-procedure/m-p/393675#M146786</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Hi guys..&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Trying to run a fairly simple stored procedure from QV&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;QueryTable:&lt;/P&gt;&lt;P&gt;Load&lt;/P&gt;&lt;P&gt;*;&lt;/P&gt;&lt;P&gt;SQL $(vSQL);&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;I set my $(vSQL); in a button with action like:&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;= 'exec [DB].[dbo].[sp_trace] @batch = ' &amp;amp; chr(39) &amp;amp; vBatchID &amp;amp; chr(39)&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;vBatchID is set via inputbox.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;The $(vSQL) ends up like:&lt;/P&gt;&lt;P&gt;exec [DB].[dbo].[sp_trace] @batch = '22081210212296004'&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Running this from ms sql returns data.&lt;/P&gt;&lt;P&gt;But when I try to execute in QV I get this:&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Error: File extdata.cpp, Line 2777&lt;/P&gt;&lt;P&gt;SQL EXEC [DB].[dbo].[sp_trace] @batch = '22081210212296004'&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;I do not see why????&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Any advise&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;BR&lt;/P&gt;&lt;P&gt;Dan&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Thu, 01 Nov 2012 19:15:44 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/Error-calling-a-stored-procedure/m-p/393675#M146786</guid>
      <dc:creator>Anonymous</dc:creator>
      <dc:date>2012-11-01T19:15:44Z</dc:date>
    </item>
    <item>
      <title>Re: Error calling a stored procedure</title>
      <link>https://community.qlik.com/t5/QlikView/Error-calling-a-stored-procedure/m-p/393676#M146787</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;HI&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Please go through this link..&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;edit:&lt;/P&gt;&lt;P&gt;&lt;A _jive_internal="true" class="jiveTT-hover-user jive-username-link jive-user-disabled" href="https://community.qlik.com/people/archanah" id="jive-114245176967398487720" onmouseout="" onmouseover="" style="font-size: 12px; color: #007fc0; font-weight: bold;"&gt;archanah,&lt;/A&gt; &lt;A _jive_internal="true" class="jiveTT-hover-user jive-username-link" href="https://community.qlik.com/people/jsn" id="jive-23885176967315505025" style="font-size: 12px; color: #007fc0; font-weight: bold;"&gt;Johannes Sunden&lt;/A&gt; posts are help you.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;A _jive_internal="true" class="loading" href="https://community.qlik.com/thread/3223"&gt;http://community.qlik.com/thread/3223&lt;/A&gt; &lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;or&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;try like this&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;LOAD *;&lt;/P&gt;&lt;P&gt;SQL EXEC sp_text '20100101','20100530';&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Thu, 01 Nov 2012 19:20:11 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/Error-calling-a-stored-procedure/m-p/393676#M146787</guid>
      <dc:creator>MayilVahanan</dc:creator>
      <dc:date>2012-11-01T19:20:11Z</dc:date>
    </item>
    <item>
      <title>Re: Error calling a stored procedure</title>
      <link>https://community.qlik.com/t5/QlikView/Error-calling-a-stored-procedure/m-p/393677#M146788</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Hi.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;I have read that thread it provides no help to me at all. &lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;I testet with &lt;/P&gt;&lt;P&gt;exec sp_who and that runs as it should.&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Thu, 01 Nov 2012 19:35:06 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/Error-calling-a-stored-procedure/m-p/393677#M146788</guid>
      <dc:creator>Anonymous</dc:creator>
      <dc:date>2012-11-01T19:35:06Z</dc:date>
    </item>
    <item>
      <title>Re: Error calling a stored procedure</title>
      <link>https://community.qlik.com/t5/QlikView/Error-calling-a-stored-procedure/m-p/393678#M146789</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;HI&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt; I tried with select statement in variable using action button and reload it.. it&amp;nbsp; works.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;May be it helps..&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Thu, 01 Nov 2012 19:56:38 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/Error-calling-a-stored-procedure/m-p/393678#M146789</guid>
      <dc:creator>MayilVahanan</dc:creator>
      <dc:date>2012-11-01T19:56:38Z</dc:date>
    </item>
    <item>
      <title>Re: Error calling a stored procedure</title>
      <link>https://community.qlik.com/t5/QlikView/Error-calling-a-stored-procedure/m-p/393679#M146790</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;I have &lt;SPAN class="short_text" lang="en"&gt;&lt;SPAN class="hps"&gt;similar &lt;/SPAN&gt;&lt;/SPAN&gt;problem and when I use ODBC instead OLEDB Connect then it works.&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Tue, 16 Feb 2016 22:01:45 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/Error-calling-a-stored-procedure/m-p/393679#M146790</guid>
      <dc:creator>lukas_sokol</dc:creator>
      <dc:date>2016-02-16T22:01:45Z</dc:date>
    </item>
  </channel>
</rss>

