<?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: BLANK CSV FILE IS STORED INTO ANOTHER SERVER. in QlikView</title>
    <link>https://community.qlik.com/t5/QlikView/BLANK-CSV-FILE-IS-STORED-INTO-ANOTHER-SERVER/m-p/1831970#M1214623</link>
    <description>&lt;P&gt;Hi Vegar,&lt;BR /&gt;&lt;BR /&gt;I have found the resolution for this issue.&lt;BR /&gt;&lt;BR /&gt;I just rebooted the QV server &amp;amp; then ran my QV file. Now its working as expected.&lt;BR /&gt;&lt;BR /&gt;Thanks for your inputs.&lt;/P&gt;</description>
    <pubDate>Sun, 29 Aug 2021 06:37:53 GMT</pubDate>
    <dc:creator>Icon_Arindam</dc:creator>
    <dc:date>2021-08-29T06:37:53Z</dc:date>
    <item>
      <title>BLANK CSV FILE IS STORED INTO ANOTHER SERVER.</title>
      <link>https://community.qlik.com/t5/QlikView/BLANK-CSV-FILE-IS-STORED-INTO-ANOTHER-SERVER/m-p/1831918#M1214615</link>
      <description>&lt;P&gt;&lt;FONT face="times new roman,times" size="3"&gt;Hello Experts,&lt;/FONT&gt;&lt;BR /&gt;&lt;BR /&gt;&lt;FONT face="times new roman,times" size="3"&gt;I am facing this weird issue since this week.&lt;/FONT&gt;&lt;BR /&gt;&lt;BR /&gt;&lt;FONT face="times new roman,times" size="3"&gt;I want to store table in csv format from QV server to another server.&lt;/FONT&gt;&lt;BR /&gt;&lt;FONT face="times new roman,times" size="3"&gt;Below store commands are storing blank csv file with just column names &amp;amp; blank rows from this last week&lt;/FONT&gt;&lt;BR /&gt;&lt;BR /&gt;&lt;FONT face="times new roman,times" size="3"&gt;&lt;STRONG&gt;&lt;FONT color="#0000FF"&gt;STORE&lt;/FONT&gt;&lt;/STRONG&gt;&amp;nbsp; TABLE_NAME&amp;nbsp; &amp;nbsp;&lt;FONT color="#0000FF"&gt;&lt;STRONG&gt;INTO&lt;/STRONG&gt;&lt;/FONT&gt;&amp;nbsp; &amp;nbsp;[\\ServerName\Path\TABLE_NAME.csv](txt);&amp;nbsp;&lt;/FONT&gt;&lt;BR /&gt;&lt;FONT face="times new roman,times" size="3"&gt;&lt;STRONG&gt;&lt;FONT color="#0000FF"&gt;STORE&lt;/FONT&gt;&lt;/STRONG&gt; TABLE_NAME&amp;nbsp; &lt;FONT color="#0000FF"&gt;&lt;STRONG&gt;INTO&lt;/STRONG&gt;&lt;/FONT&gt;&amp;nbsp; &amp;nbsp;[\\ServerAddress\Path\TABLE_NAME.csv](txt);&lt;/FONT&gt;&lt;BR /&gt;&lt;BR /&gt;&lt;FONT face="times new roman,times" size="3"&gt;But when I tried to store table in same server where QV is installed, I am getting actual output csv file with complete data.&lt;/FONT&gt;&lt;BR /&gt;&lt;BR /&gt;&lt;FONT face="times new roman,times" size="3"&gt;&lt;STRONG&gt;&lt;FONT color="#0000FF"&gt;STORE&lt;/FONT&gt;&lt;/STRONG&gt; TABLE_NAME&amp;nbsp; &lt;FONT color="#0000FF"&gt;&lt;STRONG&gt;INTO&lt;/STRONG&gt;&lt;/FONT&gt; &amp;nbsp; [D:\Path\TABLE_NAME.csv](txt);&amp;nbsp;&amp;nbsp;&lt;/FONT&gt;&lt;BR /&gt;&lt;BR /&gt;&lt;FONT face="times new roman,times" size="3"&gt;&lt;STRONG&gt;&lt;FONT color="#FF6600"&gt;NOTE:&lt;/FONT&gt;&lt;/STRONG&gt;&lt;/FONT&gt;&lt;BR /&gt;&lt;FONT face="times new roman,times" size="3"&gt;File size which i want to store is 39 MB.&lt;BR /&gt;&lt;/FONT&gt;&lt;FONT face="times new roman,times" size="3"&gt;Enough space is available in both server.&lt;/FONT&gt;&lt;BR /&gt;&lt;FONT face="times new roman,times" size="3"&gt;Both servers can be accessible from individual folder path.&lt;/FONT&gt;&lt;BR /&gt;&lt;BR /&gt;&lt;FONT face="times new roman,times" size="3"&gt;Any suggestions are always welcome.&lt;BR /&gt;&lt;BR /&gt;#Qlikview #Issue&lt;/FONT&gt;&lt;/P&gt;</description>
      <pubDate>Sat, 28 Aug 2021 06:03:41 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/BLANK-CSV-FILE-IS-STORED-INTO-ANOTHER-SERVER/m-p/1831918#M1214615</guid>
      <dc:creator>Icon_Arindam</dc:creator>
      <dc:date>2021-08-28T06:03:41Z</dc:date>
    </item>
    <item>
      <title>Re: BLANK CSV FILE IS STORED INTO ANOTHER SERVER.</title>
      <link>https://community.qlik.com/t5/QlikView/BLANK-CSV-FILE-IS-STORED-INTO-ANOTHER-SERVER/m-p/1831920#M1214616</link>
      <description>&lt;P&gt;I agree. It is a weird behaviour. I would suspect that the table&amp;nbsp; is empty before you do the store. I would double/tripple check my table and spelling. I would also check that I don't have an old store command later in the script that is overwriting my first store with an empty table. Also make sure that you don't have any other system that is scanning and automatically processes and truncated your data file.&lt;/P&gt;&lt;P&gt;Do you get the same issue if you choose to store to qvd files?&lt;/P&gt;&lt;P&gt;I notice you are storing to csv using (csv) which is not a supported format. Try this instead.&lt;/P&gt;&lt;P&gt;STORE&amp;nbsp;TABLE_NAME&amp;nbsp;&amp;nbsp;INTO&amp;nbsp; &amp;nbsp;[\\ServerAddress\Path\TABLE_NAME.csv] &lt;STRONG&gt;(txt);&lt;/STRONG&gt;&lt;/P&gt;</description>
      <pubDate>Sat, 28 Aug 2021 06:00:56 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/BLANK-CSV-FILE-IS-STORED-INTO-ANOTHER-SERVER/m-p/1831920#M1214616</guid>
      <dc:creator>Vegar</dc:creator>
      <dc:date>2021-08-28T06:00:56Z</dc:date>
    </item>
    <item>
      <title>Re: BLANK CSV FILE IS STORED INTO ANOTHER SERVER.</title>
      <link>https://community.qlik.com/t5/QlikView/BLANK-CSV-FILE-IS-STORED-INTO-ANOTHER-SERVER/m-p/1831923#M1214617</link>
      <description>&lt;P&gt;Hi Vegar,&lt;BR /&gt;&lt;BR /&gt;Thanks for your quick response.&lt;BR /&gt;&lt;BR /&gt;I have check spelling of table name,&amp;nbsp; also checked no overwrite store statement. Table has data &amp;amp; wrote below statement&amp;nbsp;in QV server.&lt;BR /&gt;&amp;nbsp;&lt;BR /&gt;&lt;SPAN&gt;STORE&amp;nbsp;TABLE_NAME&amp;nbsp;&amp;nbsp;INTO&amp;nbsp; &amp;nbsp;[\\ServerAddress\Path\TABLE_NAME.csv]&amp;nbsp;&lt;/SPAN&gt;&lt;STRONG&gt;(txt);&lt;/STRONG&gt;&lt;BR /&gt;By mistake, I had posted wrong format here.&lt;BR /&gt;&lt;BR /&gt;&lt;BR /&gt;&lt;/P&gt;</description>
      <pubDate>Sat, 28 Aug 2021 06:44:06 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/BLANK-CSV-FILE-IS-STORED-INTO-ANOTHER-SERVER/m-p/1831923#M1214617</guid>
      <dc:creator>Icon_Arindam</dc:creator>
      <dc:date>2021-08-28T06:44:06Z</dc:date>
    </item>
    <item>
      <title>Re: BLANK CSV FILE IS STORED INTO ANOTHER SERVER.</title>
      <link>https://community.qlik.com/t5/QlikView/BLANK-CSV-FILE-IS-STORED-INTO-ANOTHER-SERVER/m-p/1831970#M1214623</link>
      <description>&lt;P&gt;Hi Vegar,&lt;BR /&gt;&lt;BR /&gt;I have found the resolution for this issue.&lt;BR /&gt;&lt;BR /&gt;I just rebooted the QV server &amp;amp; then ran my QV file. Now its working as expected.&lt;BR /&gt;&lt;BR /&gt;Thanks for your inputs.&lt;/P&gt;</description>
      <pubDate>Sun, 29 Aug 2021 06:37:53 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/BLANK-CSV-FILE-IS-STORED-INTO-ANOTHER-SERVER/m-p/1831970#M1214623</guid>
      <dc:creator>Icon_Arindam</dc:creator>
      <dc:date>2021-08-29T06:37:53Z</dc:date>
    </item>
    <item>
      <title>Re: BLANK CSV FILE IS STORED INTO ANOTHER SERVER.</title>
      <link>https://community.qlik.com/t5/QlikView/BLANK-CSV-FILE-IS-STORED-INTO-ANOTHER-SERVER/m-p/1831996#M1214625</link>
      <description>&lt;P&gt;That's great! Glad you found a solution to your problem.&amp;nbsp;&lt;/P&gt;</description>
      <pubDate>Sun, 29 Aug 2021 11:38:16 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/BLANK-CSV-FILE-IS-STORED-INTO-ANOTHER-SERVER/m-p/1831996#M1214625</guid>
      <dc:creator>Vegar</dc:creator>
      <dc:date>2021-08-29T11:38:16Z</dc:date>
    </item>
  </channel>
</rss>

