<?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 Store Command with UNC? in QlikView</title>
    <link>https://community.qlik.com/t5/QlikView/Store-Command-with-UNC/m-p/362852#M134913</link>
    <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;I wonder if you need square brackets around the path.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;STORE FactTable INTO [\\server1\Data\SAP_EXTRACT\SAP_EXTRACT\DISTRIBUTIONPLANRPT.csv] (txt);&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
    <pubDate>Wed, 21 Mar 2012 17:35:56 GMT</pubDate>
    <dc:creator>garystrader</dc:creator>
    <dc:date>2012-03-21T17:35:56Z</dc:date>
    <item>
      <title>Store Command with UNC?</title>
      <link>https://community.qlik.com/t5/QlikView/Store-Command-with-UNC/m-p/362850#M134911</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;This seems like such a simple thing but I can't figure out how to do this:&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;I'm trying to store a table as an csv but my script fails at the end:&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;STORE FactTable INTO Y:\Data\SAP_EXTRACT\DISTRIBUTIONPLANRPT.csv (txt);&amp;nbsp; &amp;lt;&amp;lt; this works&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;I eventually want to use QV Server/Publisher to reload this automatically, but I don't want to specify my drive.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;I tried STORE FactTable INTO \\server1\Data\SAP_EXTRACT\SAP_EXTRACT\DISTRIBUTIONPLANRPT.csv (txt);&amp;nbsp; but this fails.&amp;nbsp; Any suggestions on what I'm doing wrong?&amp;nbsp; Appreciate it!&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Wed, 21 Mar 2012 17:04:40 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/Store-Command-with-UNC/m-p/362850#M134911</guid>
      <dc:creator>jonathjl</dc:creator>
      <dc:date>2012-03-21T17:04:40Z</dc:date>
    </item>
    <item>
      <title>Store Command with UNC?</title>
      <link>https://community.qlik.com/t5/QlikView/Store-Command-with-UNC/m-p/362851#M134912</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Hi, Jonathjl.&lt;/P&gt;&lt;P&gt;You need to check if the user running QV services have the rights to access this path: &lt;/P&gt;&lt;P&gt; \\server1\Data\SAP_EXTRACT\SAP_EXTRACT&lt;/P&gt;&lt;P&gt;You can check the permissions of this shared folder, or just log in the machine with the same user and try to open it. &lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;As an alternative, depeding on the path of your qvw, you can use a relative path (this might be even better to work from both machines - server and desktop). &lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;The command could be: &lt;/P&gt;&lt;P&gt;STORE FactTable INTO Data\SAP_EXTRACT\SAP_EXTRACT&lt;/P&gt;&lt;P&gt;or &lt;/P&gt;&lt;P&gt;STORE FactTable INTO ..\Data\SAP_EXTRACT\SAP_EXTRACT&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Hope this helps, &lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Erich&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Wed, 21 Mar 2012 17:18:43 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/Store-Command-with-UNC/m-p/362851#M134912</guid>
      <dc:creator>erichshiino</dc:creator>
      <dc:date>2012-03-21T17:18:43Z</dc:date>
    </item>
    <item>
      <title>Store Command with UNC?</title>
      <link>https://community.qlik.com/t5/QlikView/Store-Command-with-UNC/m-p/362852#M134913</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;I wonder if you need square brackets around the path.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;STORE FactTable INTO [\\server1\Data\SAP_EXTRACT\SAP_EXTRACT\DISTRIBUTIONPLANRPT.csv] (txt);&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Wed, 21 Mar 2012 17:35:56 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/Store-Command-with-UNC/m-p/362852#M134913</guid>
      <dc:creator>garystrader</dc:creator>
      <dc:date>2012-03-21T17:35:56Z</dc:date>
    </item>
    <item>
      <title>Store Command with UNC?</title>
      <link>https://community.qlik.com/t5/QlikView/Store-Command-with-UNC/m-p/362853#M134914</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;thanks erich and gary.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;after some testing based on your responses, both reload failed but led me a critical element that I forgot to mention.&amp;nbsp; I am loading qvds from one server and trying to store a csv on another server.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;The qvds reside on server2.&amp;nbsp; When I enter below, the command below works.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;SPAN style="color: #636363; font-size: 12px; font-family: Arial;"&gt;LOAD * FROM &lt;SPAN style="color: #636363; font-family: Arial; font-size: 12px; background-color: #eef4f9;"&gt;FactTable&lt;/SPAN&gt;.qvd;&lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;&lt;SPAN style="color: #636363; font-family: Arial; font-size: 12px; background-color: #eef4f9;"&gt;STORE FactTable INTO \\server&lt;STRONG&gt;2&lt;/STRONG&gt;\TEST\DISTRIBUTIONPLANRPT.csv (txt); &lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;SPAN style="color: #636363; font-family: Arial; font-size: 12px; background-color: #eef4f9;"&gt;However, it still fails when I point to another server&lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;&lt;SPAN style="color: #636363; font-family: Arial; font-size: 12px; background-color: #eef4f9;"&gt;STORE FactTable INTO \\server&lt;STRONG&gt;1&lt;/STRONG&gt;&lt;/SPAN&gt;&lt;SPAN style="color: #636363; font-family: Arial; font-size: 12px; background-color: #eef4f9;"&gt;\TEST\DISTRIBUTIONPLANRPT.csv (txt); &lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;SPAN style="color: #636363; font-family: Arial; font-size: 12px; background-color: #eef4f9;"&gt;When I specify drive letters, this isn't a problem.&amp;nbsp; I thought relative path would work but it still fails.&amp;nbsp;&amp;nbsp; Server/Publisher aside, I can't get this to work on my personal desktop alone.&amp;nbsp; &lt;SPAN style="color: #636363; font-family: Arial; font-size: 12px; background-color: #eef4f9;"&gt;Any more suggestions? &lt;/SPAN&gt;&lt;BR /&gt;&lt;/SPAN&gt;&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Wed, 21 Mar 2012 18:52:19 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/Store-Command-with-UNC/m-p/362853#M134914</guid>
      <dc:creator>jonathjl</dc:creator>
      <dc:date>2012-03-21T18:52:19Z</dc:date>
    </item>
    <item>
      <title>Store Command with UNC?</title>
      <link>https://community.qlik.com/t5/QlikView/Store-Command-with-UNC/m-p/362854#M134915</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Relative path won't work if it's on a different server.&amp;nbsp; I would check:&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;- Do you have network connectivity to server1?&amp;nbsp; You could try a ping or something else.&lt;/P&gt;&lt;P&gt;- Does the service account running Server/Publisher have access to the share?&amp;nbsp; While logged in as the service account user, try typing \\server1\TEST via start-&amp;gt;run.&lt;/P&gt;&lt;P&gt;- Has the service account user been given both share access and file system access to the UNC share?&lt;/P&gt;&lt;P&gt;- Does the service account user have write access to the UNC share?&amp;nbsp; Needs more than read access obviously.&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Wed, 21 Mar 2012 19:08:51 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/Store-Command-with-UNC/m-p/362854#M134915</guid>
      <dc:creator>garystrader</dc:creator>
      <dc:date>2012-03-21T19:08:51Z</dc:date>
    </item>
    <item>
      <title>Re: Store Command with UNC?</title>
      <link>https://community.qlik.com/t5/QlikView/Store-Command-with-UNC/m-p/362855#M134916</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;if the drive is hidden, make sure to include the $ after the drive name, I was having the same issue as you because (in my case) I was neglecting the dollar sign&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Tue, 25 Sep 2012 12:41:36 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/Store-Command-with-UNC/m-p/362855#M134916</guid>
      <dc:creator />
      <dc:date>2012-09-25T12:41:36Z</dc:date>
    </item>
  </channel>
</rss>

