<?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 Filelist function using DFS file location in QlikView</title>
    <link>https://community.qlik.com/t5/QlikView/Filelist-function-using-DFS-file-location/m-p/1858264#M1215986</link>
    <description>&lt;P&gt;Hi,&lt;/P&gt;
&lt;P&gt;I'm using a filelist funciton to retrieve file names without opening the files.&lt;/P&gt;
&lt;P&gt;This works great with file server locations, or relative locations, but the minute I try to use a DFS file location:&lt;/P&gt;
&lt;P&gt;For Each File in FileList('\\Fondsftq.com\Rapports\EpargnantOperationnel\SendLog_*.csv');&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;
&lt;P&gt;It breaks down. It's weird because I can use this path in a regular load function without any problems.&amp;nbsp;&lt;/P&gt;
&lt;P&gt;I'll say it right now: I can't get the files elesewhere. It isn't owned by my department, so I have no say in where they lay.&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;
&lt;P&gt;Can anyone cue me on a proper way to specify the path correctly?&lt;/P&gt;</description>
    <pubDate>Thu, 11 Nov 2021 16:32:06 GMT</pubDate>
    <dc:creator>sibrulotte</dc:creator>
    <dc:date>2021-11-11T16:32:06Z</dc:date>
    <item>
      <title>Filelist function using DFS file location</title>
      <link>https://community.qlik.com/t5/QlikView/Filelist-function-using-DFS-file-location/m-p/1858264#M1215986</link>
      <description>&lt;P&gt;Hi,&lt;/P&gt;
&lt;P&gt;I'm using a filelist funciton to retrieve file names without opening the files.&lt;/P&gt;
&lt;P&gt;This works great with file server locations, or relative locations, but the minute I try to use a DFS file location:&lt;/P&gt;
&lt;P&gt;For Each File in FileList('\\Fondsftq.com\Rapports\EpargnantOperationnel\SendLog_*.csv');&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;
&lt;P&gt;It breaks down. It's weird because I can use this path in a regular load function without any problems.&amp;nbsp;&lt;/P&gt;
&lt;P&gt;I'll say it right now: I can't get the files elesewhere. It isn't owned by my department, so I have no say in where they lay.&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;
&lt;P&gt;Can anyone cue me on a proper way to specify the path correctly?&lt;/P&gt;</description>
      <pubDate>Thu, 11 Nov 2021 16:32:06 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/Filelist-function-using-DFS-file-location/m-p/1858264#M1215986</guid>
      <dc:creator>sibrulotte</dc:creator>
      <dc:date>2021-11-11T16:32:06Z</dc:date>
    </item>
    <item>
      <title>Re: Filelist function using DFS file location</title>
      <link>https://community.qlik.com/t5/QlikView/Filelist-function-using-DFS-file-location/m-p/1858903#M1216024</link>
      <description>&lt;P&gt;from what I'm reading DFS is not truly suported by Qlik, so I'm even lucky to have a from that works...&amp;nbsp;&lt;/P&gt;
&lt;P&gt;Any other cues are helpfull.&lt;/P&gt;</description>
      <pubDate>Fri, 12 Nov 2021 21:12:42 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/Filelist-function-using-DFS-file-location/m-p/1858903#M1216024</guid>
      <dc:creator>sibrulotte</dc:creator>
      <dc:date>2021-11-12T21:12:42Z</dc:date>
    </item>
    <item>
      <title>Re: Filelist function using DFS file location</title>
      <link>https://community.qlik.com/t5/QlikView/Filelist-function-using-DFS-file-location/m-p/1859055#M1216043</link>
      <description>&lt;P&gt;We have in our company a global network-share which is by the most users mapped with I:\ but the real path behind looked like:&lt;/P&gt;
&lt;PRE&gt;\\&amp;lt;DOMAIN.NAME&amp;gt;\&amp;lt;&lt;STRONG&gt;dfsroot&lt;/STRONG&gt;&amp;gt;\&amp;lt;path&amp;gt;&lt;/PRE&gt;
&lt;P&gt;If I take the information from here literally:&lt;/P&gt;
&lt;P&gt;&lt;A href="https://en.wikipedia.org/wiki/Distributed_File_System_(Microsoft)" target="_blank"&gt;Distributed File System (Microsoft) - Wikipedia&lt;/A&gt;&lt;/P&gt;
&lt;P&gt;it's a DFS and I could not only load from there directly else the filelist() worked, too.&lt;/P&gt;
&lt;P&gt;This means it seems to work in general but if I understand the information right there exists multiple implementations for a DFS so that it depends on various factors.&lt;/P&gt;
&lt;P&gt;I think you should ask your IT to the specifics of your company-implementation and the applied rules and configurations and with it you may be more successful by investigating the matter within the community and/or the global internet (I could imagine that there are more tools/processes which may have their struggles with this kind of storage).&lt;/P&gt;
&lt;P&gt;- Marcus&lt;/P&gt;</description>
      <pubDate>Sun, 14 Nov 2021 14:07:00 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/Filelist-function-using-DFS-file-location/m-p/1859055#M1216043</guid>
      <dc:creator>marcus_sommer</dc:creator>
      <dc:date>2021-11-14T14:07:00Z</dc:date>
    </item>
    <item>
      <title>Re: Filelist function using DFS file location</title>
      <link>https://community.qlik.com/t5/QlikView/Filelist-function-using-DFS-file-location/m-p/1860074#M1216090</link>
      <description>&lt;P&gt;this is awkward... I was missing an s in my path and it had NOTHING to do with DFS or what not. lol&lt;/P&gt;
&lt;P&gt;Sorry for wasting your time Marcus...&lt;/P&gt;</description>
      <pubDate>Tue, 16 Nov 2021 19:21:47 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/Filelist-function-using-DFS-file-location/m-p/1860074#M1216090</guid>
      <dc:creator>sibrulotte</dc:creator>
      <dc:date>2021-11-16T19:21:47Z</dc:date>
    </item>
  </channel>
</rss>

