<?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 Reload data from sharepoint file through QMC, failed with error: access is denied. Manual reload from qvw works fine in QlikView</title>
    <link>https://community.qlik.com/t5/QlikView/Reload-data-from-sharepoint-file-through-QMC-failed-with-error/m-p/953411#M327811</link>
    <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Hi,&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;We are using QlikView 11 SR12 SBE.&lt;/P&gt;&lt;P&gt;I have one QlikView extract that reads from sharepoint online 365 folder. The type of files that we are reading is .txt.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Below is the script that I am using to reload from the sharepoint folder. It works fine when I manually reload from the desktop qvw in the server. &lt;/P&gt;&lt;P style="font-size: 13.3333px;"&gt;&lt;SPAN style="font-family: 'courier new', courier;"&gt;LET vPath = '\\company.sharepoint.com@SSL\DavWWWRoot\sites\Projects\BIData\Shared Documents\UAT';&lt;/SPAN&gt;&lt;/P&gt;&lt;P style="font-size: 13.3333px;"&gt;&lt;SPAN style="font-family: 'courier new', courier;"&gt;SysRecordCount:&lt;/SPAN&gt;&lt;/P&gt;&lt;P style="font-size: 13.3333px;"&gt;&lt;SPAN style="font-family: 'courier new', courier;"&gt;LOAD *&lt;/SPAN&gt;&lt;/P&gt;&lt;P style="font-size: 13.3333px;"&gt;&lt;SPAN style="font-family: 'courier new', courier;"&gt;FROM&lt;/SPAN&gt;&lt;/P&gt;&lt;P style="font-size: 13.3333px;"&gt;&lt;SPAN style="font-family: 'courier new', courier;"&gt;[$(vPath)\Sys_Record_Count_*.txt]&lt;/SPAN&gt;&lt;/P&gt;&lt;P style="font-size: 13.3333px;"&gt;&lt;SPAN style="font-family: 'courier new', courier;"&gt;(txt, unicode, embedded labels, delimiter is '|', msq);&lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;However when reload via QMC schedule task I get the error:&lt;/P&gt;&lt;P&gt;&lt;STRONG&gt;Error: Cannot open file '\\company.sharepoint.com@SSL\DavWWWRoot\sites\Projects\BIData\Shared Documents\UAT\Sys_Record_Count_*.txt' Access Denied. Before opening files in this location, you must first add the web site to your trusted sites list, browse to the web site, and select the option to login automatically.&lt;/STRONG&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;The user that I used to run the qmc task is the same as the user login to server as well as the login to sharepoint.&lt;/P&gt;&lt;P&gt;I have tried various solution found in community eg, install web client, check automatic sign into sharepoint 365, and add the site as trusted site but still not able to reload via schedule task.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Can somebody help me with this issue?&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
    <pubDate>Fri, 20 Nov 2015 16:00:17 GMT</pubDate>
    <dc:creator />
    <dc:date>2015-11-20T16:00:17Z</dc:date>
    <item>
      <title>Reload data from sharepoint file through QMC, failed with error: access is denied. Manual reload from qvw works fine</title>
      <link>https://community.qlik.com/t5/QlikView/Reload-data-from-sharepoint-file-through-QMC-failed-with-error/m-p/953411#M327811</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Hi,&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;We are using QlikView 11 SR12 SBE.&lt;/P&gt;&lt;P&gt;I have one QlikView extract that reads from sharepoint online 365 folder. The type of files that we are reading is .txt.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Below is the script that I am using to reload from the sharepoint folder. It works fine when I manually reload from the desktop qvw in the server. &lt;/P&gt;&lt;P style="font-size: 13.3333px;"&gt;&lt;SPAN style="font-family: 'courier new', courier;"&gt;LET vPath = '\\company.sharepoint.com@SSL\DavWWWRoot\sites\Projects\BIData\Shared Documents\UAT';&lt;/SPAN&gt;&lt;/P&gt;&lt;P style="font-size: 13.3333px;"&gt;&lt;SPAN style="font-family: 'courier new', courier;"&gt;SysRecordCount:&lt;/SPAN&gt;&lt;/P&gt;&lt;P style="font-size: 13.3333px;"&gt;&lt;SPAN style="font-family: 'courier new', courier;"&gt;LOAD *&lt;/SPAN&gt;&lt;/P&gt;&lt;P style="font-size: 13.3333px;"&gt;&lt;SPAN style="font-family: 'courier new', courier;"&gt;FROM&lt;/SPAN&gt;&lt;/P&gt;&lt;P style="font-size: 13.3333px;"&gt;&lt;SPAN style="font-family: 'courier new', courier;"&gt;[$(vPath)\Sys_Record_Count_*.txt]&lt;/SPAN&gt;&lt;/P&gt;&lt;P style="font-size: 13.3333px;"&gt;&lt;SPAN style="font-family: 'courier new', courier;"&gt;(txt, unicode, embedded labels, delimiter is '|', msq);&lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;However when reload via QMC schedule task I get the error:&lt;/P&gt;&lt;P&gt;&lt;STRONG&gt;Error: Cannot open file '\\company.sharepoint.com@SSL\DavWWWRoot\sites\Projects\BIData\Shared Documents\UAT\Sys_Record_Count_*.txt' Access Denied. Before opening files in this location, you must first add the web site to your trusted sites list, browse to the web site, and select the option to login automatically.&lt;/STRONG&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;The user that I used to run the qmc task is the same as the user login to server as well as the login to sharepoint.&lt;/P&gt;&lt;P&gt;I have tried various solution found in community eg, install web client, check automatic sign into sharepoint 365, and add the site as trusted site but still not able to reload via schedule task.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Can somebody help me with this issue?&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Fri, 20 Nov 2015 16:00:17 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/Reload-data-from-sharepoint-file-through-QMC-failed-with-error/m-p/953411#M327811</guid>
      <dc:creator />
      <dc:date>2015-11-20T16:00:17Z</dc:date>
    </item>
    <item>
      <title>Re: Reload data from sharepoint file through QMC, failed with error: access is denied. Manual reload from qvw works fine</title>
      <link>https://community.qlik.com/t5/QlikView/Reload-data-from-sharepoint-file-through-QMC-failed-with-error/m-p/953412#M327812</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Did you find a solution to this? I have the same problem and no resolution at this point.&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Mon, 06 Nov 2017 09:09:38 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/Reload-data-from-sharepoint-file-through-QMC-failed-with-error/m-p/953412#M327812</guid>
      <dc:creator>Faizoel</dc:creator>
      <dc:date>2017-11-06T09:09:38Z</dc:date>
    </item>
  </channel>
</rss>

