<?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 'Table Not Found' error while executing SP in qlikview in QlikView</title>
    <link>https://community.qlik.com/t5/QlikView/Table-Not-Found-error-while-executing-SP-in-qlikview/m-p/640609#M1088684</link>
    <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;I am trying to get data from SP into QVD. When i execute SP and give command to store data into qvd, i keep on getting error 'Table not found'. Is it because we have temp tables in SP? What is the reason? Are there any limitations of using Stored Procedures into Qlikview?&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
    <pubDate>Thu, 05 Jun 2014 09:18:56 GMT</pubDate>
    <dc:creator>rsdhavle</dc:creator>
    <dc:date>2014-06-05T09:18:56Z</dc:date>
    <item>
      <title>'Table Not Found' error while executing SP in qlikview</title>
      <link>https://community.qlik.com/t5/QlikView/Table-Not-Found-error-while-executing-SP-in-qlikview/m-p/640609#M1088684</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;I am trying to get data from SP into QVD. When i execute SP and give command to store data into qvd, i keep on getting error 'Table not found'. Is it because we have temp tables in SP? What is the reason? Are there any limitations of using Stored Procedures into Qlikview?&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Thu, 05 Jun 2014 09:18:56 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/Table-Not-Found-error-while-executing-SP-in-qlikview/m-p/640609#M1088684</guid>
      <dc:creator>rsdhavle</dc:creator>
      <dc:date>2014-06-05T09:18:56Z</dc:date>
    </item>
    <item>
      <title>Re: 'Table Not Found' error while executing SP in qlikview</title>
      <link>https://community.qlik.com/t5/QlikView/Table-Not-Found-error-while-executing-SP-in-qlikview/m-p/640610#M1088685</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;In which point o your script do you get the error?&lt;/P&gt;&lt;P&gt;Use exit script to understand it.&lt;/P&gt;&lt;P&gt;It's important to know if the error is in STORE instruction or in SP call.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;S.&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Thu, 05 Jun 2014 09:44:43 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/Table-Not-Found-error-while-executing-SP-in-qlikview/m-p/640610#M1088685</guid>
      <dc:creator>simospa</dc:creator>
      <dc:date>2014-06-05T09:44:43Z</dc:date>
    </item>
    <item>
      <title>Re: 'Table Not Found' error while executing SP in qlikview</title>
      <link>https://community.qlik.com/t5/QlikView/Table-Not-Found-error-while-executing-SP-in-qlikview/m-p/640611#M1088686</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;&lt;SPAN&gt;"&lt;/SPAN&gt;&lt;SPAN style="color: #3d3d3d; font-family: 'Helvetica Neue', Helvetica, Arial, 'Lucida Grande', sans-serif;"&gt;Table not found" happens when you try to store an entity (table) into a .qvd&lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;For example&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Customer:&lt;/P&gt;&lt;P&gt;select * from tab_customers;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;store Customer&lt;SPAN style="text-decoration: underline;"&gt;&lt;STRONG style="color: #ff0000; text-decoration: underline;"&gt;s&lt;/STRONG&gt;&lt;/SPAN&gt; into c.qvd;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;In this case you get "Table not found" because the QV table is named "Customer" not "Customer&lt;SPAN style="color: #ff0000;"&gt;&lt;STRONG&gt;s&lt;/STRONG&gt;&lt;/SPAN&gt;".&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;If the table tab_customers doesn't exist, you get another type of error like "object name tab_customers is not valid" (I've Italian version, maybe lightly different)&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;S.&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Thu, 05 Jun 2014 09:52:51 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/Table-Not-Found-error-while-executing-SP-in-qlikview/m-p/640611#M1088686</guid>
      <dc:creator>simospa</dc:creator>
      <dc:date>2014-06-05T09:52:51Z</dc:date>
    </item>
    <item>
      <title>Re: 'Table Not Found' error while executing SP in qlikview</title>
      <link>https://community.qlik.com/t5/QlikView/Table-Not-Found-error-while-executing-SP-in-qlikview/m-p/640612#M1088687</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Yes to check this i simply ran SQL SP to check if fields are appearing. This time the SQP got executed but it dint return any data in Qlikview however when i run this SP in SQL it is giving data.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Thats why i wanted to know if temp tables used in SQL are causing this issue or there is some other reason for this error&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Thu, 05 Jun 2014 10:14:21 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/Table-Not-Found-error-while-executing-SP-in-qlikview/m-p/640612#M1088687</guid>
      <dc:creator>rsdhavle</dc:creator>
      <dc:date>2014-06-05T10:14:21Z</dc:date>
    </item>
    <item>
      <title>Re: 'Table Not Found' error while executing SP in qlikview</title>
      <link>https://community.qlik.com/t5/QlikView/Table-Not-Found-error-while-executing-SP-in-qlikview/m-p/640613#M1088688</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;After executing SP in QVW it does not return any data however its does return data when we run it in database&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Thu, 05 Jun 2014 11:52:30 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/Table-Not-Found-error-while-executing-SP-in-qlikview/m-p/640613#M1088688</guid>
      <dc:creator>rsdhavle</dc:creator>
      <dc:date>2014-06-05T11:52:30Z</dc:date>
    </item>
    <item>
      <title>Re: 'Table Not Found' error while executing SP in qlikview</title>
      <link>https://community.qlik.com/t5/QlikView/Table-Not-Found-error-while-executing-SP-in-qlikview/m-p/640614#M1088689</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Rohan, Did you solved this problem? If so can you please post the solution&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Wed, 15 Oct 2014 14:52:19 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/Table-Not-Found-error-while-executing-SP-in-qlikview/m-p/640614#M1088689</guid>
      <dc:creator />
      <dc:date>2014-10-15T14:52:19Z</dc:date>
    </item>
    <item>
      <title>Re: 'Table Not Found' error while executing SP in qlikview</title>
      <link>https://community.qlik.com/t5/QlikView/Table-Not-Found-error-while-executing-SP-in-qlikview/m-p/640615#M1088690</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Hi Srinivas, Just add SET NOCOUNT ON in your SP.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;It solved the problem for me&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Thu, 16 Oct 2014 12:34:08 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/Table-Not-Found-error-while-executing-SP-in-qlikview/m-p/640615#M1088690</guid>
      <dc:creator>rsdhavle</dc:creator>
      <dc:date>2014-10-16T12:34:08Z</dc:date>
    </item>
  </channel>
</rss>

