<?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: Can I run the STORE command on qlikview server in QlikView</title>
    <link>https://community.qlik.com/t5/QlikView/Can-I-run-the-STORE-command-on-qlikview-server/m-p/1188848#M886359</link>
    <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;It sounds more like an issue with the access rights within the file-system. The user who runs the qlikview server services has quite probably different access rights within your network as you. In this case you would need to adjust the access rights or changing your path.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;- Marcus&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
    <pubDate>Tue, 20 Sep 2016 17:41:24 GMT</pubDate>
    <dc:creator>marcus_sommer</dc:creator>
    <dc:date>2016-09-20T17:41:24Z</dc:date>
    <item>
      <title>Can I run the STORE command on qlikview server</title>
      <link>https://community.qlik.com/t5/QlikView/Can-I-run-the-STORE-command-on-qlikview-server/m-p/1188844#M886355</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Good Afternoon,&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;I am very new to QlikView and I have been using it to extract data from a database via ODBC.&amp;nbsp; I have been using the STORE command to produce a table in csv format that is produced when a reload my data.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;However, when I schedule the script to reload on qlikview server, my script fails.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Is there any advice anyone can give me as to what I might be doing wrong?&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;This is my script&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;STAFFEXPORT:&lt;BR /&gt;LOAD Forename, Surname, GeogRestriction, Status, StartDate, UniqueID, RegisteredDate, Reference, PositionCode, JobCode001, JobDescription, EndDate, CreationDate&lt;BR /&gt;WHERE Status = 'PERM';&lt;BR /&gt;SQL SELECT * FROM ENIDTAB0009;&lt;/P&gt;&lt;P&gt;STORE STAFFEXPORT INTO '\\MSIFP01\Secure Data\Accounts (New)\Management Information (Analysis)\Phil Hanmore - Analysis\QlikView\QlikViewExports\tblStaffExport.csv' (txt);&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Wed, 25 Nov 2020 16:16:04 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/Can-I-run-the-STORE-command-on-qlikview-server/m-p/1188844#M886355</guid>
      <dc:creator />
      <dc:date>2020-11-25T16:16:04Z</dc:date>
    </item>
    <item>
      <title>Re: Can I run the STORE command on qlikview server</title>
      <link>https://community.qlik.com/t5/QlikView/Can-I-run-the-STORE-command-on-qlikview-server/m-p/1188845#M886356</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Your expression seems correct to me&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Try this&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;SPAN style="color: #3d3d3d; font-family: 'Helvetica Neue', Helvetica, Arial, 'Lucida Grande', sans-serif; font-size: 28.6924px;"&gt;STORE STAFFEXPORT INTO '..\..\MSIFP01\Secure Data\Accounts (New)\Management Information (Analysis)\Phil Hanmore - Analysis\QlikView\QlikViewExports\tblStaffExport.csv' (txt);&lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;&lt;SPAN style="color: #3d3d3d; font-family: 'Helvetica Neue', Helvetica, Arial, 'Lucida Grande', sans-serif; font-size: 28.6924px;"&gt;&lt;BR /&gt;&lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;&lt;SPAN style="color: #3d3d3d; font-family: 'Helvetica Neue', Helvetica, Arial, 'Lucida Grande', sans-serif; font-size: 28.6924px;"&gt;Does your path is correct. Can you please share the screen shot where do you copy this path&lt;/SPAN&gt;&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Tue, 20 Sep 2016 17:08:03 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/Can-I-run-the-STORE-command-on-qlikview-server/m-p/1188845#M886356</guid>
      <dc:creator>Anil_Babu_Samineni</dc:creator>
      <dc:date>2016-09-20T17:08:03Z</dc:date>
    </item>
    <item>
      <title>Re: Can I run the STORE command on qlikview server</title>
      <link>https://community.qlik.com/t5/QlikView/Can-I-run-the-STORE-command-on-qlikview-server/m-p/1188846#M886357</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Hi Phil,&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Syntax:&amp;nbsp; &lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Store[ *fieldlist from] table into filename [ format-spec ];&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;in your case,&lt;/P&gt;&lt;P&gt;STORE STAFFEXPORT INTO \\MSIFP01\Secure Data\Accounts (New)\Management Information (Analysis)\Phil Hanmore - Analysis\QlikView\QlikViewExports\tblStaffExpor&lt;STRONG&gt;t.qvd (QVD);&lt;/STRONG&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Regatds,&lt;/P&gt;&lt;P&gt;Dev&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Tue, 20 Sep 2016 17:10:49 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/Can-I-run-the-STORE-command-on-qlikview-server/m-p/1188846#M886357</guid>
      <dc:creator>devarasu07</dc:creator>
      <dc:date>2016-09-20T17:10:49Z</dc:date>
    </item>
    <item>
      <title>Re: Can I run the STORE command on qlikview server</title>
      <link>https://community.qlik.com/t5/QlikView/Can-I-run-the-STORE-command-on-qlikview-server/m-p/1188847#M886358</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;What error it gives, can you please share.&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Tue, 20 Sep 2016 17:12:38 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/Can-I-run-the-STORE-command-on-qlikview-server/m-p/1188847#M886358</guid>
      <dc:creator>Digvijay_Singh</dc:creator>
      <dc:date>2016-09-20T17:12:38Z</dc:date>
    </item>
    <item>
      <title>Re: Can I run the STORE command on qlikview server</title>
      <link>https://community.qlik.com/t5/QlikView/Can-I-run-the-STORE-command-on-qlikview-server/m-p/1188848#M886359</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;It sounds more like an issue with the access rights within the file-system. The user who runs the qlikview server services has quite probably different access rights within your network as you. In this case you would need to adjust the access rights or changing your path.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;- Marcus&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Tue, 20 Sep 2016 17:41:24 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/Can-I-run-the-STORE-command-on-qlikview-server/m-p/1188848#M886359</guid>
      <dc:creator>marcus_sommer</dc:creator>
      <dc:date>2016-09-20T17:41:24Z</dc:date>
    </item>
    <item>
      <title>Re: Can I run the STORE command on qlikview server</title>
      <link>https://community.qlik.com/t5/QlikView/Can-I-run-the-STORE-command-on-qlikview-server/m-p/1188849#M886360</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Thanks everyone for your input.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;It was a read/write issue.&amp;nbsp; Once I changed the network location to a that was writable the script ran fine.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Thank you for your help.&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Wed, 21 Sep 2016 09:16:13 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/Can-I-run-the-STORE-command-on-qlikview-server/m-p/1188849#M886360</guid>
      <dc:creator />
      <dc:date>2016-09-21T09:16:13Z</dc:date>
    </item>
  </channel>
</rss>

