<?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 Issue storing data pulled from stored procedure. in QlikView</title>
    <link>https://community.qlik.com/t5/QlikView/Issue-storing-data-pulled-from-stored-procedure/m-p/314248#M115974</link>
    <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Double check your store statement as that was my problem.&amp;nbsp; &lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
    <pubDate>Fri, 27 Jan 2012 21:56:02 GMT</pubDate>
    <dc:creator />
    <dc:date>2012-01-27T21:56:02Z</dc:date>
    <item>
      <title>Issue storing data pulled from stored procedure.</title>
      <link>https://community.qlik.com/t5/QlikView/Issue-storing-data-pulled-from-stored-procedure/m-p/314247#M115973</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 an issue storing data called from a stored procedure into a .Qvd.&amp;nbsp; If I just load from the stored procedure with the SQL EXEC Stored_procedure; I get the data correctly loaded.&amp;nbsp; Its only when I add the Store... into... (qvd); statement afterwards that my data fails to load.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Any input?&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Fri, 27 Jan 2012 20:41:09 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/Issue-storing-data-pulled-from-stored-procedure/m-p/314247#M115973</guid>
      <dc:creator />
      <dc:date>2012-01-27T20:41:09Z</dc:date>
    </item>
    <item>
      <title>Issue storing data pulled from stored procedure.</title>
      <link>https://community.qlik.com/t5/QlikView/Issue-storing-data-pulled-from-stored-procedure/m-p/314248#M115974</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Double check your store statement as that was my problem.&amp;nbsp; &lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Fri, 27 Jan 2012 21:56:02 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/Issue-storing-data-pulled-from-stored-procedure/m-p/314248#M115974</guid>
      <dc:creator />
      <dc:date>2012-01-27T21:56:02Z</dc:date>
    </item>
    <item>
      <title>Issue storing data pulled from stored procedure.</title>
      <link>https://community.qlik.com/t5/QlikView/Issue-storing-data-pulled-from-stored-procedure/m-p/314249#M115975</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;Check this&lt;/P&gt;&lt;P&gt;[Data]:&lt;/P&gt;&lt;P&gt;SQL EXEC Stored_procedure;&lt;/P&gt;&lt;P&gt;STORE [Data] INTO Data.qvd;&lt;/P&gt;&lt;P&gt;DROP TABLE [Data];&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Regards,&lt;/P&gt;&lt;P&gt;Sokkorn Cheav&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Sat, 28 Jan 2012 05:04:49 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/Issue-storing-data-pulled-from-stored-procedure/m-p/314249#M115975</guid>
      <dc:creator>Sokkorn</dc:creator>
      <dc:date>2012-01-28T05:04:49Z</dc:date>
    </item>
    <item>
      <title>Issue storing data pulled from stored procedure.</title>
      <link>https://community.qlik.com/t5/QlikView/Issue-storing-data-pulled-from-stored-procedure/m-p/314250#M115976</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;it can be that the store path you have given is not reachable by Qlikview. So, just check your path. &lt;/P&gt;&lt;P&gt;To check if it is storing properly, you can verify with just&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;store data into data.qvd(qvd);&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;It will store your qvd into the current directory.&lt;/P&gt;&lt;P&gt;Also, if there is already a qvd file with same location in where you are trying to store your qvd, just delete that file because sometimes that file may be locked for writing and so is not able to be replaced with new generated qvd.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;let me know, if problem still persists.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;...&lt;/P&gt;&lt;P&gt;Ashutosh&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Sun, 29 Jan 2012 17:09:54 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/Issue-storing-data-pulled-from-stored-procedure/m-p/314250#M115976</guid>
      <dc:creator />
      <dc:date>2012-01-29T17:09:54Z</dc:date>
    </item>
    <item>
      <title>Issue storing data pulled from stored procedure.</title>
      <link>https://community.qlik.com/t5/QlikView/Issue-storing-data-pulled-from-stored-procedure/m-p/314251#M115977</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt; you can write like this; &lt;/P&gt;&lt;P&gt;data:&lt;/P&gt;&lt;P&gt;load [data fields];&lt;/P&gt;&lt;P&gt;sql execute [Store_Procedure]; &lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Dont forget to add in your connection string "mode is write" &lt;/P&gt;&lt;P&gt;also in your connection settings check boxes should be checked (read/write mode and ececute 3rd party programs). It should be worked, I tested with no problem. &lt;/P&gt;&lt;P&gt;good luck, &lt;/P&gt;&lt;P&gt;Murat&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Tue, 20 Mar 2012 13:18:45 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/Issue-storing-data-pulled-from-stored-procedure/m-p/314251#M115977</guid>
      <dc:creator>makkemik</dc:creator>
      <dc:date>2012-03-20T13:18:45Z</dc:date>
    </item>
    <item>
      <title>Re: Issue storing data pulled from stored procedure.</title>
      <link>https://community.qlik.com/t5/QlikView/Issue-storing-data-pulled-from-stored-procedure/m-p/314252#M115978</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Thank you. Its worked.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Regards,&lt;/P&gt;&lt;P&gt;binu&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Thu, 14 Jun 2018 05:11:41 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/Issue-storing-data-pulled-from-stored-procedure/m-p/314252#M115978</guid>
      <dc:creator>binujose1982</dc:creator>
      <dc:date>2018-06-14T05:11:41Z</dc:date>
    </item>
  </channel>
</rss>

