<?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: SharePoint Metadata connector Issue in Connectivity &amp; Data Prep</title>
    <link>https://community.qlik.com/t5/Connectivity-Data-Prep/SharePoint-Metadata-connector-Issue/m-p/2500243#M14459</link>
    <description>&lt;P&gt;Hello&amp;nbsp;&lt;a href="https://community.qlik.com/t5/user/viewprofilepage/user-id/82758"&gt;@diegozecchini&lt;/a&gt;&amp;nbsp;,&lt;/P&gt;
&lt;P&gt;Thanks for the response.&lt;/P&gt;
&lt;P&gt;User has sufficient access to to the specific folder. 'DELSYS_DATA' and it is a sub site within /A195. I tried to list the subsite and its there.&lt;/P&gt;
&lt;P&gt;&lt;span class="lia-inline-image-display-wrapper lia-image-align-inline" image-alt="sajkhan_0-1736249502263.png" style="width: 400px;"&gt;&lt;img src="https://community.qlik.com/t5/image/serverpage/image-id/176228i8139B1BD31ABC3BC/image-size/medium?v=v2&amp;amp;px=400" role="button" title="sajkhan_0-1736249502263.png" alt="sajkhan_0-1736249502263.png" /&gt;&lt;/span&gt;&lt;/P&gt;
&lt;P&gt;while trying to get the list folder from the subsite server relative url getting below error.&lt;/P&gt;
&lt;P&gt;&lt;span class="lia-inline-image-display-wrapper lia-image-align-inline" image-alt="sajkhan_1-1736249573658.png" style="width: 400px;"&gt;&lt;img src="https://community.qlik.com/t5/image/serverpage/image-id/176229iBE83F12805ACBB03/image-size/medium?v=v2&amp;amp;px=400" role="button" title="sajkhan_1-1736249573658.png" alt="sajkhan_1-1736249573658.png" /&gt;&lt;/span&gt;&lt;/P&gt;
&lt;P&gt;Don't know what am I doing wrong here :(.&lt;/P&gt;
&lt;P&gt;Let me know if any suggestion.&lt;/P&gt;</description>
    <pubDate>Tue, 07 Jan 2025 11:34:20 GMT</pubDate>
    <dc:creator>sajkhan</dc:creator>
    <dc:date>2025-01-07T11:34:20Z</dc:date>
    <item>
      <title>SharePoint Metadata connector Issue</title>
      <link>https://community.qlik.com/t5/Connectivity-Data-Prep/SharePoint-Metadata-connector-Issue/m-p/2499276#M14427</link>
      <description>&lt;P&gt;Hello All,&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;
&lt;P&gt;I'm trying to get all the files metadata from SharePoint folder but getting below error:&lt;/P&gt;
&lt;P&gt;Invalid argument. (Connector error: No rows returned.)&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;
&lt;P&gt;LOAD&lt;BR /&gt;*&lt;BR /&gt;;&lt;BR /&gt;SELECT FileLeafRef, Created &lt;BR /&gt;FROM ListFiles &lt;BR /&gt;WITH PROPERTIES (&lt;BR /&gt;subSite='sites/A195', &lt;BR /&gt;folder='sites/A195/DELSYSAS_DATA/Shared Documents/USER_CONTRIBUTE/MWWWT/SIGNOFF/', &lt;BR /&gt;maxResults='100'&lt;BR /&gt;);&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;
&lt;P&gt;Please let me know what could be the issue, the user account has access to this path and there are files available in this path.&lt;/P&gt;</description>
      <pubDate>Tue, 24 Dec 2024 16:27:56 GMT</pubDate>
      <guid>https://community.qlik.com/t5/Connectivity-Data-Prep/SharePoint-Metadata-connector-Issue/m-p/2499276#M14427</guid>
      <dc:creator>sajkhan</dc:creator>
      <dc:date>2024-12-24T16:27:56Z</dc:date>
    </item>
    <item>
      <title>Re: SharePoint Metadata connector Issue</title>
      <link>https://community.qlik.com/t5/Connectivity-Data-Prep/SharePoint-Metadata-connector-Issue/m-p/2499880#M14457</link>
      <description>&lt;P&gt;Hi! This error often indicates a problem with how the Qlik SharePoint connector is configured or with how the query is being interpreted.&lt;/P&gt;
&lt;P&gt;Did you verify the user account being used for the connection has sufficient permissions to access?&lt;/P&gt;
&lt;P&gt;The SharePoint site (sites/A195)&lt;BR /&gt;The folder (DELSYSAS_DATA/Shared Documents/USER_CONTRIBUTE/MWWWT/SIGNOFF)&lt;/P&gt;
&lt;P&gt;Test the user access manually in SharePoint to confirm the files are visible.&lt;/P&gt;
&lt;P&gt;The folder path in the WITH PROPERTIES clause should be relative to the site collection root and match SharePoint's folder hierarchy.&lt;/P&gt;
&lt;P&gt;folder='Shared Documents/USER_CONTRIBUTE/MWWWT/SIGNOFF/'&lt;BR /&gt;You might not need the full path if the subSite property is correctly pointing to sites/A195.&lt;/P&gt;
&lt;P&gt;Finally, you can also test the connection separately to ensure the connector is working. For example, try retrieving metadata from a different folder or site.&lt;BR /&gt;Confirm that the ListFiles function supports the exact parameters and file structure you're querying.&lt;/P&gt;</description>
      <pubDate>Fri, 03 Jan 2025 12:46:51 GMT</pubDate>
      <guid>https://community.qlik.com/t5/Connectivity-Data-Prep/SharePoint-Metadata-connector-Issue/m-p/2499880#M14457</guid>
      <dc:creator>diegozecchini</dc:creator>
      <dc:date>2025-01-03T12:46:51Z</dc:date>
    </item>
    <item>
      <title>Re: SharePoint Metadata connector Issue</title>
      <link>https://community.qlik.com/t5/Connectivity-Data-Prep/SharePoint-Metadata-connector-Issue/m-p/2500243#M14459</link>
      <description>&lt;P&gt;Hello&amp;nbsp;&lt;a href="https://community.qlik.com/t5/user/viewprofilepage/user-id/82758"&gt;@diegozecchini&lt;/a&gt;&amp;nbsp;,&lt;/P&gt;
&lt;P&gt;Thanks for the response.&lt;/P&gt;
&lt;P&gt;User has sufficient access to to the specific folder. 'DELSYS_DATA' and it is a sub site within /A195. I tried to list the subsite and its there.&lt;/P&gt;
&lt;P&gt;&lt;span class="lia-inline-image-display-wrapper lia-image-align-inline" image-alt="sajkhan_0-1736249502263.png" style="width: 400px;"&gt;&lt;img src="https://community.qlik.com/t5/image/serverpage/image-id/176228i8139B1BD31ABC3BC/image-size/medium?v=v2&amp;amp;px=400" role="button" title="sajkhan_0-1736249502263.png" alt="sajkhan_0-1736249502263.png" /&gt;&lt;/span&gt;&lt;/P&gt;
&lt;P&gt;while trying to get the list folder from the subsite server relative url getting below error.&lt;/P&gt;
&lt;P&gt;&lt;span class="lia-inline-image-display-wrapper lia-image-align-inline" image-alt="sajkhan_1-1736249573658.png" style="width: 400px;"&gt;&lt;img src="https://community.qlik.com/t5/image/serverpage/image-id/176229iBE83F12805ACBB03/image-size/medium?v=v2&amp;amp;px=400" role="button" title="sajkhan_1-1736249573658.png" alt="sajkhan_1-1736249573658.png" /&gt;&lt;/span&gt;&lt;/P&gt;
&lt;P&gt;Don't know what am I doing wrong here :(.&lt;/P&gt;
&lt;P&gt;Let me know if any suggestion.&lt;/P&gt;</description>
      <pubDate>Tue, 07 Jan 2025 11:34:20 GMT</pubDate>
      <guid>https://community.qlik.com/t5/Connectivity-Data-Prep/SharePoint-Metadata-connector-Issue/m-p/2500243#M14459</guid>
      <dc:creator>sajkhan</dc:creator>
      <dc:date>2025-01-07T11:34:20Z</dc:date>
    </item>
    <item>
      <title>Re: SharePoint Metadata connector Issue</title>
      <link>https://community.qlik.com/t5/Connectivity-Data-Prep/SharePoint-Metadata-connector-Issue/m-p/2500328#M14462</link>
      <description>&lt;P&gt;Hi!&lt;BR /&gt;It is very annoing situation, why don't you try to log in to SharePoint using the same account as the connector and manually navigate to:&lt;/P&gt;
&lt;P&gt;&lt;BR /&gt;/sites/A195/DELSYSAS_DATA/Shared Documents/USER_CONTRIBUTE/MWWWT/SIGNOFF/&lt;/P&gt;
&lt;P&gt;Confirm that you can view the folder and its contents. Double-check permissions on the site, subsite, and folder: see if the user has at least "Read" or "Contribute" access.&lt;BR /&gt;Confirm that in folder permission inheritance or explicit permissions are set for the user.&lt;/P&gt;
&lt;P&gt;&lt;BR /&gt;From Qlik try also retrieving metadata from another folder in the same site or subsite to ensure the connector works as expected. For instance:&lt;/P&gt;
&lt;P&gt;folder='Shared Documents/'&lt;BR /&gt;If this works, the issue might be specific to the target folder's path or permissions.&lt;/P&gt;</description>
      <pubDate>Wed, 08 Jan 2025 08:02:51 GMT</pubDate>
      <guid>https://community.qlik.com/t5/Connectivity-Data-Prep/SharePoint-Metadata-connector-Issue/m-p/2500328#M14462</guid>
      <dc:creator>diegozecchini</dc:creator>
      <dc:date>2025-01-08T08:02:51Z</dc:date>
    </item>
    <item>
      <title>Re: SharePoint Metadata connector Issue</title>
      <link>https://community.qlik.com/t5/Connectivity-Data-Prep/SharePoint-Metadata-connector-Issue/m-p/2500869#M14467</link>
      <description>&lt;P&gt;I resolved the issue thanks &lt;span class="lia-unicode-emoji" title=":slightly_smiling_face:"&gt;🙂&lt;/span&gt;&lt;/P&gt;</description>
      <pubDate>Fri, 10 Jan 2025 17:36:45 GMT</pubDate>
      <guid>https://community.qlik.com/t5/Connectivity-Data-Prep/SharePoint-Metadata-connector-Issue/m-p/2500869#M14467</guid>
      <dc:creator>sajkhan</dc:creator>
      <dc:date>2025-01-10T17:36:45Z</dc:date>
    </item>
  </channel>
</rss>

