<?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: Table not found in Stored Proc in QlikView</title>
    <link>https://community.qlik.com/t5/QlikView/Table-not-found-in-Stored-Proc/m-p/907000#M985506</link>
    <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Yeah nothing is coming up in the table viewer no tables.&lt;/P&gt;&lt;P&gt;But why that SP is giving the records when we are executing it from the SS Studio but not through the QVD Gen&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
    <pubDate>Sat, 01 Aug 2015 10:52:36 GMT</pubDate>
    <dc:creator>mishraamit2485</dc:creator>
    <dc:date>2015-08-01T10:52:36Z</dc:date>
    <item>
      <title>Table not found in Stored Proc</title>
      <link>https://community.qlik.com/t5/QlikView/Table-not-found-in-Stored-Proc/m-p/906997#M985503</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Hi Experts,&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;We are facing a strange issue while running one SP(Execute SP_NAME), when I'm calling this SP from my QVD Gen it is throwing one error (Table Not Found) attaching the log File.&lt;/P&gt;&lt;P&gt;But when i'm executing the same SP in my SS Studio it is giving me proper records but failing in QVD Gen, any guess.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;-----------------------------------------------&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Point to note: till 2 days back it was running well but today some changes have been done in that SP after that it has been failing in my QVD Gen(But same time running well SS Studio sounds strange)&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Sat, 01 Aug 2015 09:46:18 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/Table-not-found-in-Stored-Proc/m-p/906997#M985503</guid>
      <dc:creator>mishraamit2485</dc:creator>
      <dc:date>2015-08-01T09:46:18Z</dc:date>
    </item>
    <item>
      <title>Re: Table not found in Stored Proc</title>
      <link>https://community.qlik.com/t5/QlikView/Table-not-found-in-Stored-Proc/m-p/906998#M985504</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;&lt;A href="https://community.qlik.com/qlik-users/17633"&gt;mby&lt;/A&gt;‌&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Sat, 01 Aug 2015 09:49:30 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/Table-not-found-in-Stored-Proc/m-p/906998#M985504</guid>
      <dc:creator>mishraamit2485</dc:creator>
      <dc:date>2015-08-01T09:49:30Z</dc:date>
    </item>
    <item>
      <title>Re: Table not found in Stored Proc</title>
      <link>https://community.qlik.com/t5/QlikView/Table-not-found-in-Stored-Proc/m-p/906999#M985505</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;From the log it seems the procedure is executed because the error is after the STORE (after the execute)&lt;/P&gt;&lt;P&gt;Maybe the stor proc is executed but no records is returned, the table isn't created and the store of a missing table raises an error &lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;add an &lt;EM&gt;exit script&lt;/EM&gt;&lt;/P&gt;&lt;P&gt;after the execute SP_Name&lt;/P&gt;&lt;P&gt;reload and with the table viewer ctrl-t check if SP_Name table exists&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;EM&gt;7/30/2015 4:37:22 AM: 0045&amp;nbsp; SP_Name:&lt;/EM&gt;&lt;/P&gt;&lt;P&gt;&lt;EM&gt;7/30/2015 4:37:22 AM: 0046&amp;nbsp; SQL&lt;/EM&gt;&lt;/P&gt;&lt;P&gt;&lt;EM&gt;7/30/2015 4:37:22 AM: 0047&amp;nbsp; &lt;/EM&gt;&lt;/P&gt;&lt;P&gt;&lt;EM&gt;7/30/2015 4:37:22 AM: 0048&amp;nbsp; execute SP_Name&lt;/EM&gt;&lt;/P&gt;&lt;P&gt;&lt;EM&gt;7/30/2015 5:01:09 AM: 0050&amp;nbsp; STORE SP_Name into ..\..\..\..\..\QVD\SC\Del\GN\OSS\SP_Name.QVD&lt;/EM&gt;&lt;/P&gt;&lt;P&gt;&lt;EM&gt;7/30/2015 5:01:10 AM:&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp; Error: Table Not Found &lt;/EM&gt;&lt;/P&gt;&lt;P&gt;&lt;EM&gt;7/30/2015 5:01:10 AM:&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp; Genral Script Error&lt;/EM&gt;&lt;/P&gt;&lt;P&gt;&lt;EM&gt;7/30/2015 5:01:10 AM:&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp; Execution Falied &lt;/EM&gt;&lt;/P&gt;&lt;P&gt;&lt;EM&gt;7/30/2015 5:01:10 AM:&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp; Execution Finished &lt;/EM&gt;&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Sat, 01 Aug 2015 09:59:39 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/Table-not-found-in-Stored-Proc/m-p/906999#M985505</guid>
      <dc:creator>maxgro</dc:creator>
      <dc:date>2015-08-01T09:59:39Z</dc:date>
    </item>
    <item>
      <title>Re: Table not found in Stored Proc</title>
      <link>https://community.qlik.com/t5/QlikView/Table-not-found-in-Stored-Proc/m-p/907000#M985506</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Yeah nothing is coming up in the table viewer no tables.&lt;/P&gt;&lt;P&gt;But why that SP is giving the records when we are executing it from the SS Studio but not through the QVD Gen&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Sat, 01 Aug 2015 10:52:36 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/Table-not-found-in-Stored-Proc/m-p/907000#M985506</guid>
      <dc:creator>mishraamit2485</dc:creator>
      <dc:date>2015-08-01T10:52:36Z</dc:date>
    </item>
    <item>
      <title>Re: Table not found in Stored Proc</title>
      <link>https://community.qlik.com/t5/QlikView/Table-not-found-in-Stored-Proc/m-p/907001#M985507</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Try to use the full path like&lt;/P&gt;&lt;P&gt;Exec dbo.sp_name&lt;/P&gt;&lt;P&gt;And also check if execute rights are permitted for the user&lt;/P&gt;&lt;P&gt;Hth&lt;/P&gt;&lt;P&gt;Sasi&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Sat, 01 Aug 2015 11:47:35 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/Table-not-found-in-Stored-Proc/m-p/907001#M985507</guid>
      <dc:creator>sasiparupudi1</dc:creator>
      <dc:date>2015-08-01T11:47:35Z</dc:date>
    </item>
    <item>
      <title>Re: Table not found in Stored Proc</title>
      <link>https://community.qlik.com/t5/QlikView/Table-not-found-in-Stored-Proc/m-p/907002#M985508</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Yes execute permission is there...and the SP is in same schema DBO checked on DB.&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Sat, 01 Aug 2015 11:54:02 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/Table-not-found-in-Stored-Proc/m-p/907002#M985508</guid>
      <dc:creator>mishraamit2485</dc:creator>
      <dc:date>2015-08-01T11:54:02Z</dc:date>
    </item>
    <item>
      <title>Re: Table not found in Stored Proc</title>
      <link>https://community.qlik.com/t5/QlikView/Table-not-found-in-Stored-Proc/m-p/907003#M985509</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;try&lt;/P&gt;&lt;P&gt;&lt;SPAN style="color: #000000; font-family: 'Helvetica Neue', Helvetica, Arial, 'Lucida Grande', sans-serif; font-size: 12px; background-color: #f2f2f2;"&gt;load * &lt;/SPAN&gt;&lt;SPAN style="font-size: 8pt; font-family: 'Helvetica Neue', Helvetica, Arial, 'Lucida Grande', sans-serif; color: #0000ff; background-color: #f2f2f2;"&gt;&lt;STRONG style="font-style: inherit; font-size: 8pt;"&gt;sql&lt;/STRONG&gt;&lt;SPAN style="font-weight: inherit; font-style: inherit; font-size: 8pt; color: #3d3d3d;"&gt; exec&amp;nbsp; ('[dbo].[proc_Name]');&lt;/SPAN&gt;&lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;&lt;SPAN style="color: #3d3d3d; font-style: inherit; font-size: 13.3333330154419px; background-color: #f2f2f2; font-family: 'Helvetica Neue', Helvetica, Arial, 'Lucida Grande', sans-serif; font-weight: inherit;"&gt;may be this can help&lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;&lt;A _jive_internal="true" data-containerid="2051" data-containertype="14" data-objectid="693191" data-objecttype="2" href="https://community.qlik.com/message/693191#693191" style="font-size: 12px; font-family: 'Helvetica Neue', Helvetica, Arial, 'Lucida Grande', sans-serif; color: #266fc8; background-color: #f2f2f2;"&gt;Execute a Stored Procedure in Qlikview&lt;/A&gt;&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Sat, 01 Aug 2015 12:29:17 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/Table-not-found-in-Stored-Proc/m-p/907003#M985509</guid>
      <dc:creator>sasiparupudi1</dc:creator>
      <dc:date>2015-08-01T12:29:17Z</dc:date>
    </item>
    <item>
      <title>Re: Table not found in Stored Proc</title>
      <link>https://community.qlik.com/t5/QlikView/Table-not-found-in-Stored-Proc/m-p/907004#M985510</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;No Luck...&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;I just opened the SP, SP is (View A Union View B)...&lt;/P&gt;&lt;P&gt;so i tried to run like&amp;nbsp; View A Union View B in my QVD Gen, it is is throwing the error Object A does not exist....&lt;/P&gt;&lt;P&gt;But when I'm running both of them separately (Like select * from VIew A or Selct * from View B) both are running well and giving the records...its bit strange type of situation... &lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Sat, 01 Aug 2015 14:52:16 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/Table-not-found-in-Stored-Proc/m-p/907004#M985510</guid>
      <dc:creator>mishraamit2485</dc:creator>
      <dc:date>2015-08-01T14:52:16Z</dc:date>
    </item>
    <item>
      <title>Re: Table not found in Stored Proc</title>
      <link>https://community.qlik.com/t5/QlikView/Table-not-found-in-Stored-Proc/m-p/907005#M985511</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;Make sure that in script editor Setting tab &lt;SPAN style="text-decoration: line-through;"&gt;"can execute external program"&lt;/SPAN&gt;&amp;nbsp; "Open databases in read and write mode" is checked&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;run procedure as&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;STRONG&gt;sql exec databasename.dbo.procedurename&lt;/STRONG&gt;&lt;/P&gt;&lt;P&gt;&lt;STRONG&gt;&lt;BR /&gt;&lt;/STRONG&gt;&lt;/P&gt;&lt;P&gt;&lt;STRONG&gt;&lt;A _jive_internal="true" href="https://community.qlik.com/thread/62180"&gt;https://community.qlik.com/thread/62180&lt;/A&gt;&lt;BR /&gt;&lt;/STRONG&gt;&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Sat, 01 Aug 2015 15:20:51 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/Table-not-found-in-Stored-Proc/m-p/907005#M985511</guid>
      <dc:creator>Kushal_Chawda</dc:creator>
      <dc:date>2015-08-01T15:20:51Z</dc:date>
    </item>
    <item>
      <title>Re: Table not found in Stored Proc</title>
      <link>https://community.qlik.com/t5/QlikView/Table-not-found-in-Stored-Proc/m-p/907006#M985512</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;In QV? can u help me with that?&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Sat, 01 Aug 2015 15:26:21 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/Table-not-found-in-Stored-Proc/m-p/907006#M985512</guid>
      <dc:creator>mishraamit2485</dc:creator>
      <dc:date>2015-08-01T15:26:21Z</dc:date>
    </item>
    <item>
      <title>Re: Table not found in Stored Proc</title>
      <link>https://community.qlik.com/t5/QlikView/Table-not-found-in-Stored-Proc/m-p/907007#M985513</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;see the screenshot&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;IMG alt="Untitled.jpg" class="jive-image image-1" src="https://community.qlik.com/legacyfs/online/94738_Untitled.jpg" style="height: 349px; width: 620px;" /&gt;&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Sat, 01 Aug 2015 15:30:07 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/Table-not-found-in-Stored-Proc/m-p/907007#M985513</guid>
      <dc:creator>Kushal_Chawda</dc:creator>
      <dc:date>2015-08-01T15:30:07Z</dc:date>
    </item>
    <item>
      <title>Re: Table not found in Stored Proc</title>
      <link>https://community.qlik.com/t5/QlikView/Table-not-found-in-Stored-Proc/m-p/907008#M985514</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Thanks for the info.&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Sat, 01 Aug 2015 15:58:11 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/Table-not-found-in-Stored-Proc/m-p/907008#M985514</guid>
      <dc:creator>qlikviewwizard</dc:creator>
      <dc:date>2015-08-01T15:58:11Z</dc:date>
    </item>
    <item>
      <title>Re: Table not found in Stored Proc</title>
      <link>https://community.qlik.com/t5/QlikView/Table-not-found-in-Stored-Proc/m-p/907009#M985515</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Try&lt;/P&gt;&lt;P&gt;sql {call dbo.SP_NAME} ;&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Mon, 03 Aug 2015 06:32:02 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/Table-not-found-in-Stored-Proc/m-p/907009#M985515</guid>
      <dc:creator>sasiparupudi1</dc:creator>
      <dc:date>2015-08-03T06:32:02Z</dc:date>
    </item>
    <item>
      <title>Re: Table not found in Stored Proc</title>
      <link>https://community.qlik.com/t5/QlikView/Table-not-found-in-Stored-Proc/m-p/907010#M985516</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; Try this&lt;/P&gt;&lt;P&gt;&lt;CODE style="font-family: Consolas, Menlo, Monaco, 'Lucida Console', 'Liberation Mono', 'DejaVu Sans Mono', 'Bitstream Vera Sans Mono', 'Courier New', monospace, serif;"&gt;&lt;SPAN class="kwd" style="color: #00008b;"&gt;SQL&lt;/SPAN&gt;&lt;/CODE&gt;&lt;CODE style="font-family: Consolas, Menlo, Monaco, 'Lucida Console', 'Liberation Mono', 'DejaVu Sans Mono', 'Bitstream Vera Sans Mono', 'Courier New', monospace, serif;"&gt;&lt;SPAN class="kwd" style="color: #00008b;"&gt; GRANT&lt;/SPAN&gt;&lt;SPAN class="pln"&gt; &lt;/SPAN&gt;&lt;STRONG&gt;&lt;SPAN class="kwd" style="color: #00008b;"&gt;EXEC&lt;/SPAN&gt;&lt;SPAN class="pln"&gt; &lt;/SPAN&gt;&lt;SPAN class="kwd" style="color: #00008b;"&gt;ON&lt;/SPAN&gt;&lt;SPAN class="pln"&gt;&amp;nbsp; dbo.SP_NAME &lt;/SPAN&gt;&lt;SPAN class="kwd" style="color: #00008b;"&gt;TO&lt;/SPAN&gt;&lt;SPAN class="pln"&gt; &lt;SPAN style="color: #00008b;"&gt;&amp;lt;UserName&amp;gt;&lt;/SPAN&gt;&lt;/SPAN&gt;&lt;/STRONG&gt;&lt;/CODE&gt;&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Mon, 03 Aug 2015 07:03:41 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/Table-not-found-in-Stored-Proc/m-p/907010#M985516</guid>
      <dc:creator>Anonymous</dc:creator>
      <dc:date>2015-08-03T07:03:41Z</dc:date>
    </item>
    <item>
      <title>Re: Table not found in Stored Proc</title>
      <link>https://community.qlik.com/t5/QlikView/Table-not-found-in-Stored-Proc/m-p/907011#M985517</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Hi All,&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;It was the issue with the DB Server it was not allocating the enough resources to execute.&lt;/P&gt;&lt;P&gt;Thanks everyone for their suggestions.&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Mon, 03 Aug 2015 15:07:41 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/Table-not-found-in-Stored-Proc/m-p/907011#M985517</guid>
      <dc:creator>mishraamit2485</dc:creator>
      <dc:date>2015-08-03T15:07:41Z</dc:date>
    </item>
    <item>
      <title>Re: Table not found in Stored Proc</title>
      <link>https://community.qlik.com/t5/QlikView/Table-not-found-in-Stored-Proc/m-p/907012#M985518</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Hi Amit&lt;/P&gt;&lt;P&gt;Please close this thread by marking the correct answer so that it will benefit others who might have similar problem.&lt;/P&gt;&lt;P&gt;Thanks&lt;/P&gt;&lt;P&gt;Sasi&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Mon, 03 Aug 2015 15:24:34 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/Table-not-found-in-Stored-Proc/m-p/907012#M985518</guid>
      <dc:creator>sasiparupudi1</dc:creator>
      <dc:date>2015-08-03T15:24:34Z</dc:date>
    </item>
  </channel>
</rss>

