<?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: Changing Data connection and App Ownership via Qlik CLI in Integration, Extension &amp; APIs</title>
    <link>https://community.qlik.com/t5/Integration-Extension-APIs/Changing-Data-connection-and-App-Ownership-via-Qlik-CLI/m-p/2052959#M18302</link>
    <description>&lt;P&gt;Hi Teabiona,&lt;BR /&gt;&lt;BR /&gt;I am surprised this has not yet been answered. I assume you have figured out a solution in the last six months, but for other people with the same use case, this might still be relevant:&lt;BR /&gt;&lt;BR /&gt;&lt;STRONG&gt;1: Updating owners of apps (On-Premise)&lt;/STRONG&gt;&lt;BR /&gt;Using the command&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;
&lt;LI-CODE lang="markup"&gt;qlik qrs app update &amp;lt;appId&amp;gt; --owner-id &amp;lt;ownerId&amp;gt;   --owner-name &amp;lt;ownerName&amp;gt;   --owner-privileges &amp;lt;ownerPrivileges&amp;gt;   --owner-userDirectory &amp;lt;userDirectory&amp;gt;&lt;/LI-CODE&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;
&lt;P&gt;should allow you to update the owner of the app with id &amp;lt;appId&amp;gt; in the On-Premise tenant, to the user with id &amp;lt;userId&amp;gt;, name &amp;lt;ownerName&amp;gt;, privileges &amp;lt;ownerPrivileges&amp;gt; and user directory &amp;lt;userDirectory&amp;gt; in the On-Premise tenant.&lt;BR /&gt;&lt;BR /&gt;&lt;STRONG&gt;2: Updating data connections (On-Premise)&lt;/STRONG&gt;&lt;BR /&gt;Using the command&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;
&lt;LI-CODE lang="markup"&gt;qlik qrs dataconnection update &amp;lt;dataconnectionId&amp;gt; --owner-id &amp;lt;ownerId&amp;gt;   --owner-name &amp;lt;ownerName&amp;gt;   --owner-privileges &amp;lt;ownerPrivileges&amp;gt;   --owner-userDirectory &amp;lt;userDirectory&amp;gt;&lt;/LI-CODE&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;
&lt;P&gt;should allow you to update the owner of data connection with id &amp;lt;dataconnectionId&amp;gt; in the On-Premise tenant,&amp;nbsp;to the user with id &amp;lt;userId&amp;gt;, name &amp;lt;ownerName&amp;gt;, privileges &amp;lt;ownerPrivileges&amp;gt; and user directory &amp;lt;userDirectory&amp;gt; in the On-Premise tenant.&lt;BR /&gt;&lt;BR /&gt;&lt;/P&gt;</description>
    <pubDate>Sat, 25 Mar 2023 16:43:35 GMT</pubDate>
    <dc:creator>PythonMCSJ</dc:creator>
    <dc:date>2023-03-25T16:43:35Z</dc:date>
    <item>
      <title>Changing Data connection and App Ownership via Qlik CLI</title>
      <link>https://community.qlik.com/t5/Integration-Extension-APIs/Changing-Data-connection-and-App-Ownership-via-Qlik-CLI/m-p/1902880#M16403</link>
      <description>&lt;DIV class="p-rich_text_section"&gt;Hi,&lt;/DIV&gt;
&lt;DIV class="p-rich_text_section"&gt;&amp;nbsp;&lt;/DIV&gt;
&lt;DIV class="p-rich_text_section"&gt;I'm pretty new to this but I was hoping for a bit of help, I'm trying to perform a mass change of data connection and app ownership in Qlik Sense enterprise via Qlik Cli. But I have never used it before and kind of struggling with it.The task is two fold:&lt;/DIV&gt;
&lt;DIV class="p-rich_text_section"&gt;&amp;nbsp;&lt;/DIV&gt;
&lt;OL class="p-rich_text_list p-rich_text_list__ordered" data-stringify-type="ordered-list" data-indent="0" data-border="0"&gt;
&lt;LI data-stringify-indent="0" data-stringify-border="0"&gt;Users are currently being migrated to a new email address but I still want them to have visibility of the applications they've created on their old email address, as well as&lt;/LI&gt;
&lt;LI data-stringify-indent="0" data-stringify-border="0"&gt;mass change all data connection from user ownership to service account ownership as well as remove the user's username from the data connection name when they create a connection.&lt;/LI&gt;
&lt;/OL&gt;
&lt;DIV class="p-rich_text_section"&gt;And because there about 200+ data connections using Qlik Cli is the preferred method, but I don't know how to use it haha. Any help would greatly be appreciated!!&lt;/DIV&gt;
&lt;DIV class="p-rich_text_section"&gt;&amp;nbsp;&lt;/DIV&gt;
&lt;DIV class="p-rich_text_section"&gt;Regards&lt;/DIV&gt;
&lt;DIV class="p-rich_text_section"&gt;&amp;nbsp;&lt;/DIV&gt;</description>
      <pubDate>Wed, 09 Mar 2022 10:35:11 GMT</pubDate>
      <guid>https://community.qlik.com/t5/Integration-Extension-APIs/Changing-Data-connection-and-App-Ownership-via-Qlik-CLI/m-p/1902880#M16403</guid>
      <dc:creator>teabiona</dc:creator>
      <dc:date>2022-03-09T10:35:11Z</dc:date>
    </item>
    <item>
      <title>Re: Changing Data connection and App Ownership via Qlik CLI</title>
      <link>https://community.qlik.com/t5/Integration-Extension-APIs/Changing-Data-connection-and-App-Ownership-via-Qlik-CLI/m-p/2052959#M18302</link>
      <description>&lt;P&gt;Hi Teabiona,&lt;BR /&gt;&lt;BR /&gt;I am surprised this has not yet been answered. I assume you have figured out a solution in the last six months, but for other people with the same use case, this might still be relevant:&lt;BR /&gt;&lt;BR /&gt;&lt;STRONG&gt;1: Updating owners of apps (On-Premise)&lt;/STRONG&gt;&lt;BR /&gt;Using the command&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;
&lt;LI-CODE lang="markup"&gt;qlik qrs app update &amp;lt;appId&amp;gt; --owner-id &amp;lt;ownerId&amp;gt;   --owner-name &amp;lt;ownerName&amp;gt;   --owner-privileges &amp;lt;ownerPrivileges&amp;gt;   --owner-userDirectory &amp;lt;userDirectory&amp;gt;&lt;/LI-CODE&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;
&lt;P&gt;should allow you to update the owner of the app with id &amp;lt;appId&amp;gt; in the On-Premise tenant, to the user with id &amp;lt;userId&amp;gt;, name &amp;lt;ownerName&amp;gt;, privileges &amp;lt;ownerPrivileges&amp;gt; and user directory &amp;lt;userDirectory&amp;gt; in the On-Premise tenant.&lt;BR /&gt;&lt;BR /&gt;&lt;STRONG&gt;2: Updating data connections (On-Premise)&lt;/STRONG&gt;&lt;BR /&gt;Using the command&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;
&lt;LI-CODE lang="markup"&gt;qlik qrs dataconnection update &amp;lt;dataconnectionId&amp;gt; --owner-id &amp;lt;ownerId&amp;gt;   --owner-name &amp;lt;ownerName&amp;gt;   --owner-privileges &amp;lt;ownerPrivileges&amp;gt;   --owner-userDirectory &amp;lt;userDirectory&amp;gt;&lt;/LI-CODE&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;
&lt;P&gt;should allow you to update the owner of data connection with id &amp;lt;dataconnectionId&amp;gt; in the On-Premise tenant,&amp;nbsp;to the user with id &amp;lt;userId&amp;gt;, name &amp;lt;ownerName&amp;gt;, privileges &amp;lt;ownerPrivileges&amp;gt; and user directory &amp;lt;userDirectory&amp;gt; in the On-Premise tenant.&lt;BR /&gt;&lt;BR /&gt;&lt;/P&gt;</description>
      <pubDate>Sat, 25 Mar 2023 16:43:35 GMT</pubDate>
      <guid>https://community.qlik.com/t5/Integration-Extension-APIs/Changing-Data-connection-and-App-Ownership-via-Qlik-CLI/m-p/2052959#M18302</guid>
      <dc:creator>PythonMCSJ</dc:creator>
      <dc:date>2023-03-25T16:43:35Z</dc:date>
    </item>
    <item>
      <title>Re: Changing Data connection and App Ownership via Qlik CLI</title>
      <link>https://community.qlik.com/t5/Integration-Extension-APIs/Changing-Data-connection-and-App-Ownership-via-Qlik-CLI/m-p/2053406#M18308</link>
      <description>&lt;P&gt;And if you're using Qlik Cloud, there are &lt;A href="https://github.com/withdave/qlik/blob/master/snippets/qcs_resource_update_owner_space.md" target="_self"&gt;some examples here&lt;/A&gt;.&lt;/P&gt;</description>
      <pubDate>Mon, 27 Mar 2023 07:30:58 GMT</pubDate>
      <guid>https://community.qlik.com/t5/Integration-Extension-APIs/Changing-Data-connection-and-App-Ownership-via-Qlik-CLI/m-p/2053406#M18308</guid>
      <dc:creator>Dave_Channon</dc:creator>
      <dc:date>2023-03-27T07:30:58Z</dc:date>
    </item>
  </channel>
</rss>

