<?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: Connect to Microsoft Sharepoint O365 in Connectivity &amp; Data Prep</title>
    <link>https://community.qlik.com/t5/Connectivity-Data-Prep/Connect-to-Microsoft-Sharepoint-O365/m-p/2093770#M12499</link>
    <description>&lt;P&gt;Thank you, this helps. I was successful.&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;
&lt;P&gt;Best regards,&lt;/P&gt;
&lt;P&gt;&lt;BR /&gt;Sigrid&lt;/P&gt;</description>
    <pubDate>Fri, 14 Jul 2023 06:01:17 GMT</pubDate>
    <dc:creator>sigi</dc:creator>
    <dc:date>2023-07-14T06:01:17Z</dc:date>
    <item>
      <title>Connect to Microsoft Sharepoint O365</title>
      <link>https://community.qlik.com/t5/Connectivity-Data-Prep/Connect-to-Microsoft-Sharepoint-O365/m-p/2091081#M12478</link>
      <description>&lt;P&gt;I tried to connect to Sharepoint O365; but I get the following error:&lt;/P&gt;
&lt;P&gt;error = invalid_resource&lt;BR /&gt;error_description = AADSTS500011: The resource principal named &lt;A href="https://ruoup.sharepoint.com/sites" target="_blank"&gt;https://ruoup.sharepoint.com/sites&lt;/A&gt; was not found in the tenant named xy.com. This can happen if the application has not been installed by the administrator of the tenant or consented to by any user in the tenant. You might have sent your authentication request to the wrong tenant.&lt;BR /&gt;Trace ID: 278627af-95c6-4728-9c27-e5491c064500&lt;BR /&gt;Correlation ID: 6f2dd694-8564-4d1e-904c-4dd9f7af8c18&lt;BR /&gt;Timestamp: 2023-07-06 12:05:31Z&lt;BR /&gt;error_uri = &lt;A href="https://login.microsoftonline.com/error?code=500011" target="_blank"&gt;https://login.microsoftonline.com/error?code=500011&lt;/A&gt;&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;
&lt;P&gt;Could you please sent me a documation how can I do this if I've Qliksense May 2022. I've done the following:&lt;/P&gt;
&lt;H2 id="anchor-4" tabindex="-1"&gt;Setting an encryption key on&lt;SPAN&gt;&amp;nbsp;&lt;/SPAN&gt;&lt;SPAN class="mc-variable CommonComponents.Qlik_Sense_Enterprise_for_Windows,_with_Multi-Cloud variable"&gt;Qlik Sense Enterprise on Windows&lt;/SPAN&gt;&lt;/H2&gt;
&lt;P&gt;The&lt;SPAN&gt;&amp;nbsp;&lt;/SPAN&gt;&lt;SPAN class="Code"&gt;{sense service user}&lt;/SPAN&gt;&lt;SPAN&gt;&amp;nbsp;&lt;/SPAN&gt;must be the name of the Windows account which is running your&lt;SPAN&gt;&amp;nbsp;&lt;/SPAN&gt;&lt;SPAN class="mc-variable CommonComponents.QESName variable"&gt;Qlik Sense Engine Service&lt;/SPAN&gt;. You can see this in the Windows Services manager. In this example, the user is:&lt;SPAN&gt;&amp;nbsp;&lt;/SPAN&gt;&lt;SPAN class="user_input"&gt;MYCOMPANY\senseserver&lt;/SPAN&gt;.&lt;/P&gt;
&lt;H3&gt;Setting an encryption key for&lt;SPAN&gt;&amp;nbsp;&lt;/SPAN&gt;&lt;SPAN class="mc-variable CommonComponents.QWC variable"&gt;Qlik Web Connectors&lt;/SPAN&gt;&lt;/H3&gt;
&lt;P&gt;Do the following:&lt;/P&gt;
&lt;OL&gt;
&lt;LI&gt;
&lt;P&gt;Open a command prompt and run:&lt;/P&gt;
&lt;P&gt;&lt;SPAN class="Code"&gt;runas /user:{sense service user} cmd. For example:runas /user:&lt;SPAN class="user_input"&gt;MYCOMPANY\senseserver&lt;/SPAN&gt;&lt;/SPAN&gt;&lt;/P&gt;
&lt;/LI&gt;
&lt;LI&gt;
&lt;P&gt;Run the following two commands to switch to the directory containing the connectors and then set the key:&lt;/P&gt;
&lt;OL&gt;
&lt;LI&gt;
&lt;P&gt;&lt;SPAN class="Code"&gt;cd C:\Program Files\Common Files\Qlik\Custom Data\QvWebStorageProviderConnectorPackage&lt;/SPAN&gt;&lt;/P&gt;
&lt;/LI&gt;
&lt;LI&gt;
&lt;P&gt;&lt;SPAN class="Code"&gt;QvWebStorageProviderConnectorPackage.exe /key {key}&lt;/SPAN&gt;&lt;/P&gt;
&lt;P&gt;Where&lt;SPAN&gt;&amp;nbsp;&lt;/SPAN&gt;&lt;SPAN class="Code"&gt;{key}&lt;/SPAN&gt;&lt;SPAN&gt;&amp;nbsp;&lt;/SPAN&gt;is the key you generated. For example, if you used the openssl command, your key might look like:&lt;SPAN&gt;&amp;nbsp;&lt;/SPAN&gt;&lt;SPAN class="Code"&gt;QvWebStorageProviderConnectorPackage.exe /key zmn72XnySfDjqUMXa9ScHaeJcaKRZYF9w3P6yYRr&lt;/SPAN&gt;&lt;/P&gt;
&lt;/LI&gt;
&lt;/OL&gt;
&lt;/LI&gt;
&lt;LI&gt;
&lt;P&gt;You should repeat this step, using the same key, on each node in the multinode environment where the&lt;SPAN&gt;&amp;nbsp;&lt;/SPAN&gt;&lt;SPAN class="mc-variable CommonComponents.CompanyName variable"&gt;Qlik&lt;/SPAN&gt;&lt;SPAN&gt;&amp;nbsp;&lt;/SPAN&gt;Engine and the connectors are installed.&lt;/P&gt;
&lt;P&gt;Encryption keys will be stored in:&lt;SPAN&gt;&amp;nbsp;&lt;/SPAN&gt;&lt;SPAN class="path"&gt;C:\Users\{sense service user}\AppData\Roaming\Qlik\QwcKeys\&lt;/SPAN&gt;&lt;/P&gt;
&lt;P&gt;In this example, encryption keys will be stored in:&lt;SPAN&gt;&amp;nbsp;&lt;/SPAN&gt;&lt;SPAN class="path"&gt;C:\Users\MYCOMPANY\senseserver\AppData\Roaming\Qlik\QwcKeys\&lt;/SPAN&gt;&lt;/P&gt;
&lt;SPAN class="path"&gt;Thank you&amp;nbsp;&lt;/SPAN&gt;&lt;SPAN class="path"&gt;Sigrid&lt;/SPAN&gt;&lt;/LI&gt;
&lt;/OL&gt;</description>
      <pubDate>Thu, 06 Jul 2023 12:28:12 GMT</pubDate>
      <guid>https://community.qlik.com/t5/Connectivity-Data-Prep/Connect-to-Microsoft-Sharepoint-O365/m-p/2091081#M12478</guid>
      <dc:creator>sigrid1</dc:creator>
      <dc:date>2023-07-06T12:28:12Z</dc:date>
    </item>
    <item>
      <title>Re: Connect to Microsoft Sharepoint O365</title>
      <link>https://community.qlik.com/t5/Connectivity-Data-Prep/Connect-to-Microsoft-Sharepoint-O365/m-p/2093768#M12498</link>
      <description>&lt;P&gt;Hi&amp;nbsp;&lt;a href="https://community.qlik.com/t5/user/viewprofilepage/user-id/218975"&gt;@sigrid1&lt;/a&gt;&amp;nbsp;,&lt;/P&gt;
&lt;P&gt;I have had success using the documentation in Qlik Sense, help link when creating connection.&lt;/P&gt;
&lt;P&gt;&lt;A href="https://help.qlik.com/en-US/connectors/Subsystems/Web_Storage_Provider_Connectors_help/Content/Connectors_StorageProvider/Storage%20provider%20connectors/Office365-Sharepoint-storage-provider-connector.htm" target="_blank"&gt;Office 365 Sharepoint | Qlik Connectors Help&lt;/A&gt;&lt;/P&gt;
&lt;P&gt;I opened Sharepoint in the browser and copied the address from there.&lt;/P&gt;
&lt;P&gt;Hope this helps,&lt;/P&gt;
&lt;P&gt;Regards,&lt;BR /&gt;Willie.&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;</description>
      <pubDate>Fri, 14 Jul 2023 05:57:06 GMT</pubDate>
      <guid>https://community.qlik.com/t5/Connectivity-Data-Prep/Connect-to-Microsoft-Sharepoint-O365/m-p/2093768#M12498</guid>
      <dc:creator>williejacobs</dc:creator>
      <dc:date>2023-07-14T05:57:06Z</dc:date>
    </item>
    <item>
      <title>Re: Connect to Microsoft Sharepoint O365</title>
      <link>https://community.qlik.com/t5/Connectivity-Data-Prep/Connect-to-Microsoft-Sharepoint-O365/m-p/2093770#M12499</link>
      <description>&lt;P&gt;Thank you, this helps. I was successful.&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;
&lt;P&gt;Best regards,&lt;/P&gt;
&lt;P&gt;&lt;BR /&gt;Sigrid&lt;/P&gt;</description>
      <pubDate>Fri, 14 Jul 2023 06:01:17 GMT</pubDate>
      <guid>https://community.qlik.com/t5/Connectivity-Data-Prep/Connect-to-Microsoft-Sharepoint-O365/m-p/2093770#M12499</guid>
      <dc:creator>sigi</dc:creator>
      <dc:date>2023-07-14T06:01:17Z</dc:date>
    </item>
    <item>
      <title>Re: Connect to Microsoft Sharepoint O365</title>
      <link>https://community.qlik.com/t5/Connectivity-Data-Prep/Connect-to-Microsoft-Sharepoint-O365/m-p/2094047#M12502</link>
      <description>&lt;P&gt;Please mark as complete&lt;/P&gt;</description>
      <pubDate>Fri, 14 Jul 2023 19:02:03 GMT</pubDate>
      <guid>https://community.qlik.com/t5/Connectivity-Data-Prep/Connect-to-Microsoft-Sharepoint-O365/m-p/2094047#M12502</guid>
      <dc:creator>pskumars7989</dc:creator>
      <dc:date>2023-07-14T19:02:03Z</dc:date>
    </item>
  </channel>
</rss>

