<?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: Failed in QMC read Sharepoint in QlikView</title>
    <link>https://community.qlik.com/t5/QlikView/Failed-in-QMC-read-Sharepoint/m-p/28534#M4736</link>
    <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;I think that, since your UNC path appears to be correct, the problem may still be caused by access permissions or environment differences.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Can you try running a reload under QMC control of a document with just this script?&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;SPAN style="font-family: 'courier new', courier;"&gt;LET vPath = &lt;SPAN style="color: #3d3d3d; font-size: 13px;"&gt;'\\XXXXXXXXXXXX.sharepoint.com@SSL\DavWWWRoot\sites\Shared Documents';&lt;/SPAN&gt;&lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;&lt;SPAN style="color: #3d3d3d; font-family: 'courier new', courier; font-size: 13px;"&gt;&lt;BR /&gt;&lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;&lt;SPAN style="color: #3d3d3d; font-family: 'courier new', courier; font-size: 13px;"&gt;FOR EACH vFile in filelist(vPath &amp;amp; '&lt;SPAN style="color: #3d3d3d; font-size: 13px;"&gt;\Country\*.txt&lt;/SPAN&gt;')&lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;&lt;SPAN style="color: #3d3d3d; font-family: 'courier new', courier; font-size: 13px;"&gt;&amp;nbsp; TRACE &amp;gt;&amp;gt;&amp;gt;&amp;gt; Trying to determine size of file [$(vFile)];&lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;&lt;SPAN style="color: #3d3d3d; font-family: 'courier new', courier; font-size: 13px;"&gt;&amp;nbsp; LET vFileSize = F&lt;SPAN style="color: #3d3d3d; font-size: 13px;"&gt;ileSize(vFile);&lt;/SPAN&gt;&lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;&lt;SPAN style="color: #3d3d3d; font-size: 13px; font-family: 'courier new', courier;"&gt;&amp;nbsp; TRACE&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp; Size appears to be $(vFileSize) bytes;&lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;&lt;SPAN style="color: #3d3d3d; font-size: 13px; font-family: 'courier new', courier;"&gt;NEXT&lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;&lt;SPAN style="color: #3d3d3d; font-family: 'Helvetica Neue', Helvetica, Arial, 'Lucida Grande', sans-serif; font-size: 13px;"&gt;&lt;BR /&gt;&lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;&lt;SPAN style="color: #3d3d3d; font-family: 'Helvetica Neue', Helvetica, Arial, 'Lucida Grande', sans-serif; font-size: 13px;"&gt;Best,&lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;&lt;SPAN style="color: #3d3d3d; font-family: 'Helvetica Neue', Helvetica, Arial, 'Lucida Grande', sans-serif; font-size: 13px;"&gt;&lt;BR /&gt;&lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;&lt;SPAN style="color: #3d3d3d; font-family: 'Helvetica Neue', Helvetica, Arial, 'Lucida Grande', sans-serif; font-size: 13px;"&gt;Peter&lt;/SPAN&gt;&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
    <pubDate>Thu, 29 Mar 2018 16:48:13 GMT</pubDate>
    <dc:creator>Peter_Cammaert</dc:creator>
    <dc:date>2018-03-29T16:48:13Z</dc:date>
    <item>
      <title>Failed in QMC read Sharepoint</title>
      <link>https://community.qlik.com/t5/QlikView/Failed-in-QMC-read-Sharepoint/m-p/28530#M4732</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Hi All,&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Below is my script. Run successfully locally but failed in QMC. Any idea? Any solution?&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;let vPath = '\\XXXXXXXXXXXX.sharepoint.com@SSL\DavWWWRoot\sites\Shared Documents';&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;DO while vCheck=0&lt;/P&gt;&lt;P&gt;LET vFileSize=filesize('$(vPath)\Country\*.txt');&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;trace $(vFileSize);&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;//**Explaination: if file exists&lt;/P&gt;&lt;P&gt;IF vFileSize&amp;gt;0 then &lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;trace 'success';&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&amp;nbsp;&amp;nbsp;&amp;nbsp; exit script;&lt;/P&gt;&lt;P&gt;ELSE&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;//**Trigger an email&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;//**Explaination throw an error, qlik task will stop&lt;/P&gt;&lt;P&gt;LOAD B;&lt;/P&gt;&lt;P&gt;LOAD * Inline [&lt;/P&gt;&lt;P&gt;Col1&lt;/P&gt;&lt;P&gt;A&lt;/P&gt;&lt;P&gt;B&lt;/P&gt;&lt;P&gt;];&lt;/P&gt;&lt;P&gt;ENDIF&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;LOOP;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;let vCheck=0;&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Thu, 29 Mar 2018 02:50:24 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/Failed-in-QMC-read-Sharepoint/m-p/28530#M4732</guid>
      <dc:creator>kenji_khoo</dc:creator>
      <dc:date>2018-03-29T02:50:24Z</dc:date>
    </item>
    <item>
      <title>Re: Failed in QMC read Sharepoint</title>
      <link>https://community.qlik.com/t5/QlikView/Failed-in-QMC-read-Sharepoint/m-p/28531#M4733</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Hello Kenji,&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Does your server having access to the below sharepoint path ? I think it is not having access. Check it once.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;SPAN style="color: #3d3d3d; font-family: 'Helvetica Neue', Helvetica, Arial, 'Lucida Grande', sans-serif; font-size: 13px;"&gt;\\XXXXXXXXXXXX.sharepoint.com@SSL\DavWWWRoot\sites\Shared Documents&lt;/SPAN&gt;&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Thu, 29 Mar 2018 03:42:40 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/Failed-in-QMC-read-Sharepoint/m-p/28531#M4733</guid>
      <dc:creator>tamilarasu</dc:creator>
      <dc:date>2018-03-29T03:42:40Z</dc:date>
    </item>
    <item>
      <title>Re: Failed in QMC read Sharepoint</title>
      <link>https://community.qlik.com/t5/QlikView/Failed-in-QMC-read-Sharepoint/m-p/28532#M4734</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Hi Tamil Arasu,&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;SPAN&gt;Yes, it can access. Via mapping network drive, &lt;/SPAN&gt;&lt;A class="jive-link-external-small" href="https://" rel="nofollow" target="_blank"&gt;https://&lt;/A&gt;&lt;SPAN&gt;, all are fine. If I run the QVW locally, it's fine as well. Only happen in QMC, checking on the log, the log shown it is not get the filesize and goto else statement.&lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Check on the user ID, is same with QDS services.&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Thu, 29 Mar 2018 03:48:41 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/Failed-in-QMC-read-Sharepoint/m-p/28532#M4734</guid>
      <dc:creator>kenji_khoo</dc:creator>
      <dc:date>2018-03-29T03:48:41Z</dc:date>
    </item>
    <item>
      <title>Re: Failed in QMC read Sharepoint</title>
      <link>https://community.qlik.com/t5/QlikView/Failed-in-QMC-read-Sharepoint/m-p/28533#M4735</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Hi Kenji,&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Here is the answer for your question.&lt;/P&gt;&lt;P&gt;&lt;IMG alt="Capture.PNG" class="jive-image image-1" src="https://community.qlik.com/legacyfs/online/197917_Capture.PNG" style="height: 271px; width: 620px;" /&gt;&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Thu, 29 Mar 2018 16:05:29 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/Failed-in-QMC-read-Sharepoint/m-p/28533#M4735</guid>
      <dc:creator>tamilarasu</dc:creator>
      <dc:date>2018-03-29T16:05:29Z</dc:date>
    </item>
    <item>
      <title>Re: Failed in QMC read Sharepoint</title>
      <link>https://community.qlik.com/t5/QlikView/Failed-in-QMC-read-Sharepoint/m-p/28534#M4736</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;I think that, since your UNC path appears to be correct, the problem may still be caused by access permissions or environment differences.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Can you try running a reload under QMC control of a document with just this script?&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;SPAN style="font-family: 'courier new', courier;"&gt;LET vPath = &lt;SPAN style="color: #3d3d3d; font-size: 13px;"&gt;'\\XXXXXXXXXXXX.sharepoint.com@SSL\DavWWWRoot\sites\Shared Documents';&lt;/SPAN&gt;&lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;&lt;SPAN style="color: #3d3d3d; font-family: 'courier new', courier; font-size: 13px;"&gt;&lt;BR /&gt;&lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;&lt;SPAN style="color: #3d3d3d; font-family: 'courier new', courier; font-size: 13px;"&gt;FOR EACH vFile in filelist(vPath &amp;amp; '&lt;SPAN style="color: #3d3d3d; font-size: 13px;"&gt;\Country\*.txt&lt;/SPAN&gt;')&lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;&lt;SPAN style="color: #3d3d3d; font-family: 'courier new', courier; font-size: 13px;"&gt;&amp;nbsp; TRACE &amp;gt;&amp;gt;&amp;gt;&amp;gt; Trying to determine size of file [$(vFile)];&lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;&lt;SPAN style="color: #3d3d3d; font-family: 'courier new', courier; font-size: 13px;"&gt;&amp;nbsp; LET vFileSize = F&lt;SPAN style="color: #3d3d3d; font-size: 13px;"&gt;ileSize(vFile);&lt;/SPAN&gt;&lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;&lt;SPAN style="color: #3d3d3d; font-size: 13px; font-family: 'courier new', courier;"&gt;&amp;nbsp; TRACE&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp; Size appears to be $(vFileSize) bytes;&lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;&lt;SPAN style="color: #3d3d3d; font-size: 13px; font-family: 'courier new', courier;"&gt;NEXT&lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;&lt;SPAN style="color: #3d3d3d; font-family: 'Helvetica Neue', Helvetica, Arial, 'Lucida Grande', sans-serif; font-size: 13px;"&gt;&lt;BR /&gt;&lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;&lt;SPAN style="color: #3d3d3d; font-family: 'Helvetica Neue', Helvetica, Arial, 'Lucida Grande', sans-serif; font-size: 13px;"&gt;Best,&lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;&lt;SPAN style="color: #3d3d3d; font-family: 'Helvetica Neue', Helvetica, Arial, 'Lucida Grande', sans-serif; font-size: 13px;"&gt;&lt;BR /&gt;&lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;&lt;SPAN style="color: #3d3d3d; font-family: 'Helvetica Neue', Helvetica, Arial, 'Lucida Grande', sans-serif; font-size: 13px;"&gt;Peter&lt;/SPAN&gt;&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Thu, 29 Mar 2018 16:48:13 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/Failed-in-QMC-read-Sharepoint/m-p/28534#M4736</guid>
      <dc:creator>Peter_Cammaert</dc:creator>
      <dc:date>2018-03-29T16:48:13Z</dc:date>
    </item>
    <item>
      <title>Re: Failed in QMC read Sharepoint</title>
      <link>https://community.qlik.com/t5/QlikView/Failed-in-QMC-read-Sharepoint/m-p/28535#M4737</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;I'm using UNC path, but not https.&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Fri, 30 Mar 2018 04:02:47 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/Failed-in-QMC-read-Sharepoint/m-p/28535#M4737</guid>
      <dc:creator>kenji_khoo</dc:creator>
      <dc:date>2018-03-30T04:02:47Z</dc:date>
    </item>
    <item>
      <title>Re: Failed in QMC read Sharepoint</title>
      <link>https://community.qlik.com/t5/QlikView/Failed-in-QMC-read-Sharepoint/m-p/28536#M4738</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Did you try &lt;STRONG style="font-size: 11.7px; font-family: 'Helvetica Neue', Helvetica, Arial, 'Lucida Grande', sans-serif; color: #3d3d3d;"&gt;&lt;A href="https://community.qlik.com/people/pcammaert"&gt;pcammaert&lt;/A&gt;&lt;/STRONG&gt;suggestion?&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Fri, 30 Mar 2018 09:29:54 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/Failed-in-QMC-read-Sharepoint/m-p/28536#M4738</guid>
      <dc:creator>tamilarasu</dc:creator>
      <dc:date>2018-03-30T09:29:54Z</dc:date>
    </item>
    <item>
      <title>Re: Failed in QMC read Sharepoint</title>
      <link>https://community.qlik.com/t5/QlikView/Failed-in-QMC-read-Sharepoint/m-p/28537#M4739</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Not working. &lt;span class="lia-unicode-emoji" title=":grinning_face_with_big_eyes:"&gt;😃&lt;/span&gt;&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Fri, 30 Mar 2018 09:32:41 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/Failed-in-QMC-read-Sharepoint/m-p/28537#M4739</guid>
      <dc:creator>kenji_khoo</dc:creator>
      <dc:date>2018-03-30T09:32:41Z</dc:date>
    </item>
    <item>
      <title>Re: Failed in QMC read Sharepoint</title>
      <link>https://community.qlik.com/t5/QlikView/Failed-in-QMC-read-Sharepoint/m-p/28538#M4740</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;I haven't worked in sharepoint connectivity. So it is bit hard for me to guess what is the real reason. Could you post the log file so that someone can help you.&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Fri, 30 Mar 2018 10:03:21 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/Failed-in-QMC-read-Sharepoint/m-p/28538#M4740</guid>
      <dc:creator>tamilarasu</dc:creator>
      <dc:date>2018-03-30T10:03:21Z</dc:date>
    </item>
  </channel>
</rss>

