<?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 Accessing network Excel files using Qlikview server in QlikView</title>
    <link>https://community.qlik.com/t5/QlikView/Accessing-network-Excel-files-using-Qlikview-server/m-p/311972#M1321825</link>
    <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Most probable cause is that the user running the QlikView Distribution Service doesn't have access to the folder where the Excel files are, just make sure to add it with reading permissions.&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
    <pubDate>Mon, 19 Dec 2011 22:29:38 GMT</pubDate>
    <dc:creator>danielrozental</dc:creator>
    <dc:date>2011-12-19T22:29:38Z</dc:date>
    <item>
      <title>Accessing network Excel files using Qlikview server</title>
      <link>https://community.qlik.com/t5/QlikView/Accessing-network-Excel-files-using-Qlikview-server/m-p/311969#M1321820</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;I have a Qlikview doc that runs perfectly on a desktop version of Qlikview that is running on my laptop.&amp;nbsp; The file runs well on both.&amp;nbsp; But when i try to run it via a task on Qlikview Sever, it fails.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;The file is accessing a network folder (UNC path) and looping through all Excel files in the folder and reading the data out of a specific sheet in each Excel (xlsb) file.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Attached is an example of the code.&amp;nbsp; The file seems to fail right away, so i am guessing it is something to do with the UNC location?&amp;nbsp; I know the permissions and files are set up correctly as the Qlikview file runs perfectly when run through the desktop version installed locally on the server.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Am i missing something obvious that i need to do when running via a Qlikview server task?&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Mon, 26 Jan 2026 18:19:17 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/Accessing-network-Excel-files-using-Qlikview-server/m-p/311969#M1321820</guid>
      <dc:creator />
      <dc:date>2026-01-26T18:19:17Z</dc:date>
    </item>
    <item>
      <title>Accessing network Excel files using Qlikview server</title>
      <link>https://community.qlik.com/t5/QlikView/Accessing-network-Excel-files-using-Qlikview-server/m-p/311970#M1321823</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Hi Brian&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;// Set the Extract Directory for 2011 data&lt;/P&gt;&lt;P&gt;Directory &lt;A href="https://community.qlik.com/"&gt;\\servername\team\2011&lt;/A&gt; Data; // Excel directory&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Notice that you have a space in your URL - could it be as simple as putting the URL in single quotes?&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;I do the following...&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;STRONG style="color: #0000ff; font-size: 8pt;"&gt;&lt;STRONG style="color: #0000ff; font-size: 8pt;"&gt;&lt;STRONG style="color: #0000ff; font-size: 8pt;"&gt;&lt;/STRONG&gt;&lt;/STRONG&gt;&lt;/STRONG&gt;&lt;/P&gt;&lt;P&gt;SET vDataPath='C:\QlikViewFiles\Timbmet_Live\QVDTables';&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;DIRECTORY $(vDataPath);&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;EM style="color: #808080; font-size: 8pt;"&gt;&lt;EM style="color: #808080; font-size: 8pt;"&gt; &lt;/EM&gt;&lt;/EM&gt;&lt;SPAN style="color: #0000ff; font-size: 8pt;"&gt; &lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Regards&lt;/P&gt;&lt;P&gt;Paul&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Mon, 19 Dec 2011 15:12:01 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/Accessing-network-Excel-files-using-Qlikview-server/m-p/311970#M1321823</guid>
      <dc:creator>pkelly</dc:creator>
      <dc:date>2011-12-19T15:12:01Z</dc:date>
    </item>
    <item>
      <title>Accessing network Excel files using Qlikview server</title>
      <link>https://community.qlik.com/t5/QlikView/Accessing-network-Excel-files-using-Qlikview-server/m-p/311971#M1321824</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;1. Do you have document logging on? If so, is there any error in the doc log or is it just that no files are found in the directory?&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;2. Is the distribution service running with the same account as when you tested with desktop?&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;3. Is the desktop you tested with 32bit or 64bit?&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;-Rob&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Mon, 19 Dec 2011 18:43:08 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/Accessing-network-Excel-files-using-Qlikview-server/m-p/311971#M1321824</guid>
      <dc:creator>rwunderlich</dc:creator>
      <dc:date>2011-12-19T18:43:08Z</dc:date>
    </item>
    <item>
      <title>Accessing network Excel files using Qlikview server</title>
      <link>https://community.qlik.com/t5/QlikView/Accessing-network-Excel-files-using-Qlikview-server/m-p/311972#M1321825</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Most probable cause is that the user running the QlikView Distribution Service doesn't have access to the folder where the Excel files are, just make sure to add it with reading permissions.&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Mon, 19 Dec 2011 22:29:38 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/Accessing-network-Excel-files-using-Qlikview-server/m-p/311972#M1321825</guid>
      <dc:creator>danielrozental</dc:creator>
      <dc:date>2011-12-19T22:29:38Z</dc:date>
    </item>
    <item>
      <title>Accessing network Excel files using Qlikview server</title>
      <link>https://community.qlik.com/t5/QlikView/Accessing-network-Excel-files-using-Qlikview-server/m-p/311973#M1321826</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;BLOCKQUOTE&gt;&lt;TABLE border="1"&gt;&lt;TBODY&gt;&lt;TR&gt;&lt;TD&gt;&lt;P&gt;Rob Wunderlich wrote:&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;1. Do you have document logging on? If so, is there any error in the doc log or is it just that no files are found in the directory?&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;2. Is the distribution service running with the same account as when you tested with desktop?&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;3. Is the desktop you tested with 32bit or 64bit?&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;-Rob&lt;/P&gt;&lt;/TD&gt;&lt;/TR&gt;&lt;/TBODY&gt;&lt;/TABLE&gt;&lt;/BLOCKQUOTE&gt;&lt;P&gt;&lt;BR /&gt;1. I put Debug Logging on and ran the load again so it could fail and i could get the most information.&amp;nbsp; Not sure which files i need to look at though.&amp;nbsp; Is it the log files in the Qlikview Distribution Service installation folder?&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;2. The Distribution Service is running with the same network Qlikview service account as all the other services.&amp;nbsp; This account definitely has access to the folders containing the Excel files, as i am able to run the extract perfectly with Desktop version installed on the server, and logged in as the Qlikview service account.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;3.&amp;nbsp; Laptop testing was 32bit.&amp;nbsp; But the test with Qlikview locally on the server was done with 64bit desktop.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;It certainly seems like a permissions issue of some kind, but struggling a bit where to look to diagnose.&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Tue, 20 Dec 2011 09:04:05 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/Accessing-network-Excel-files-using-Qlikview-server/m-p/311973#M1321826</guid>
      <dc:creator />
      <dc:date>2011-12-20T09:04:05Z</dc:date>
    </item>
    <item>
      <title>Re: Accessing network Excel files using Qlikview server</title>
      <link>https://community.qlik.com/t5/QlikView/Accessing-network-Excel-files-using-Qlikview-server/m-p/311974#M1321827</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;BLOCKQUOTE&gt;&lt;TABLE border="1"&gt;&lt;TBODY&gt;&lt;TR&gt;&lt;TD&gt;&lt;P&gt;Daniel Rozental wrote:&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Most probable cause is that the user running the QlikView Distribution Service doesn't have access to the folder where the Excel files are, just make sure to add it with reading permissions.&lt;/P&gt;&lt;/TD&gt;&lt;/TR&gt;&lt;/TBODY&gt;&lt;/TABLE&gt;&lt;/BLOCKQUOTE&gt;&lt;P&gt;&lt;BR /&gt;There is one Qlikview network account that runs all Qlikview services, including this one.&amp;nbsp; I know for a fact that the account can see the folder already, as i can log on using the qlikview service account and see the directory listing in Windows Explorer.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Is that what you meant?&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Tue, 20 Dec 2011 09:12:38 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/Accessing-network-Excel-files-using-Qlikview-server/m-p/311974#M1321827</guid>
      <dc:creator />
      <dc:date>2011-12-20T09:12:38Z</dc:date>
    </item>
    <item>
      <title>Re: Accessing network Excel files using Qlikview server</title>
      <link>https://community.qlik.com/t5/QlikView/Accessing-network-Excel-files-using-Qlikview-server/m-p/311975#M1321828</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;You need to get the log files, the file that is in the same folder as the QVW, with almost the same name but with .log extension.&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Tue, 20 Dec 2011 11:07:59 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/Accessing-network-Excel-files-using-Qlikview-server/m-p/311975#M1321828</guid>
      <dc:creator>danielrozental</dc:creator>
      <dc:date>2011-12-20T11:07:59Z</dc:date>
    </item>
    <item>
      <title>Re: Accessing network Excel files using Qlikview server</title>
      <link>https://community.qlik.com/t5/QlikView/Accessing-network-Excel-files-using-Qlikview-server/m-p/311976#M1321829</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;I decided to simplify the test to load a text file from the network location, just to rule out the Excel drivers causing a problem.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Same issue with a text file - the QEMC task runs when the directory path is relative, local to where the file is stored ie 'Directory ..\..\data;'&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;QEMC task fails when trying to access via network location ie 'Directory&lt;A&gt;&lt;/A&gt; &lt;A&gt;&lt;/A&gt;&lt;A&gt;&lt;/A&gt;&lt;A&gt;\&lt;/A&gt;&lt;A href="https://community.qlik.com/"&gt;\\server\folder1\folder2&lt;/A&gt;\;'&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Conclusion - something on the Qlikview Server/QEMC/Publisher does not have the required access to the network location.&amp;nbsp; Which baffles me, as all Qlikview services are running with the same network account that has read and write access to the network location.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;I must be overlooking something simple but i cannot see what!&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Tue, 20 Dec 2011 11:39:06 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/Accessing-network-Excel-files-using-Qlikview-server/m-p/311976#M1321829</guid>
      <dc:creator />
      <dc:date>2011-12-20T11:39:06Z</dc:date>
    </item>
    <item>
      <title>Accessing network Excel files using Qlikview server</title>
      <link>https://community.qlik.com/t5/QlikView/Accessing-network-Excel-files-using-Qlikview-server/m-p/311977#M1321830</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Brianl,&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Adding to what Daniel said about the log file, the document log is created when the "generate logfile" setting is on in Document Properties, General. You'll find more information there than from a distribution log.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;-Rob&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Tue, 20 Dec 2011 13:34:27 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/Accessing-network-Excel-files-using-Qlikview-server/m-p/311977#M1321830</guid>
      <dc:creator>rwunderlich</dc:creator>
      <dc:date>2011-12-20T13:34:27Z</dc:date>
    </item>
    <item>
      <title>Re: Accessing network Excel files using Qlikview server</title>
      <link>https://community.qlik.com/t5/QlikView/Accessing-network-Excel-files-using-Qlikview-server/m-p/311978#M1321831</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;BLOCKQUOTE&gt;&lt;TABLE border="1"&gt;&lt;TBODY&gt;&lt;TR&gt;&lt;TD&gt;&lt;P&gt;Rob Wunderlich wrote:&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Brianl,&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Adding to what Daniel said about the log file, the document log is created when the "generate logfile" setting is on in Document Properties, General. You'll find more information there than from a distribution log.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;-Rob&lt;/P&gt;&lt;/TD&gt;&lt;/TR&gt;&lt;/TBODY&gt;&lt;/TABLE&gt;&lt;/BLOCKQUOTE&gt;&lt;P&gt;&lt;BR /&gt;Thanks, Rob.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;That is super-helpful (i did not know about that setting) and does not help at the same time.&amp;nbsp; The output from the file is not very helpful, though:&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;20/12/2011 13:41:27:&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp; Error: Cannot open file '\\filepath\test.txt'&lt;/P&gt;&lt;P&gt;20/12/2011 13:41:27:&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp; General Script Error&lt;/P&gt;&lt;P&gt;20/12/2011 13:41:27:&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp; Execution Failed&lt;/P&gt;&lt;P&gt;20/12/2011 13:41:27:&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp; Execution finished.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Still convinced this is a permissions issue, just can't put my finger on it.&amp;nbsp; The only thing i can think of is that the service account needs 'Full Control' permissions on the network folder instead of just read and write, but i can't think why that would make a difference.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Firewall issue?&amp;nbsp; Clutching at straws, maybe?&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Tue, 20 Dec 2011 14:23:31 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/Accessing-network-Excel-files-using-Qlikview-server/m-p/311978#M1321831</guid>
      <dc:creator />
      <dc:date>2011-12-20T14:23:31Z</dc:date>
    </item>
    <item>
      <title>Re: Accessing network Excel files using Qlikview server</title>
      <link>https://community.qlik.com/t5/QlikView/Accessing-network-Excel-files-using-Qlikview-server/m-p/311979#M1321832</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Same problem here. Running Server ver 10.0 64Bit. Runing in debug on the server in Client and we can access network files all day long. Same qvw as a scheduled task fails every time with the same error you are getting.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;What version Server are you running? &lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;-Mark&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Wed, 21 Dec 2011 00:07:45 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/Accessing-network-Excel-files-using-Qlikview-server/m-p/311979#M1321832</guid>
      <dc:creator />
      <dc:date>2011-12-21T00:07:45Z</dc:date>
    </item>
    <item>
      <title>Re: Accessing network Excel files using Qlikview server</title>
      <link>https://community.qlik.com/t5/QlikView/Accessing-network-Excel-files-using-Qlikview-server/m-p/311980#M1321833</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Mark/everyone,&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;I just solved this issue this morning.&amp;nbsp; It turns out that read and write access is not enough for the Qlikview service account on the network folder.&amp;nbsp; I applied 'Full Control' permissions to the user on the network folder and bam - my tasks started running in QEMC perfectly.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;To be honest, putting 'Full Control' on was just a bit of a punt, not sure why it fixed things.&amp;nbsp; But very relieved to have solved this problem!&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;FYI, we are running Server 9.0.7646.9 here.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Many thanks to everyone who helped out in here!&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Wed, 21 Dec 2011 11:00:30 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/Accessing-network-Excel-files-using-Qlikview-server/m-p/311980#M1321833</guid>
      <dc:creator />
      <dc:date>2011-12-21T11:00:30Z</dc:date>
    </item>
  </channel>
</rss>

