<?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>article Qlik Sense Enterprise on Windows moved to a new domain or server name changed: Convert Users To New User Directory in Official Support Articles</title>
    <link>https://community.qlik.com/t5/Official-Support-Articles/Qlik-Sense-Enterprise-on-Windows-moved-to-a-new-domain-or-server/ta-p/1713323</link>
    <description>&lt;P&gt;&lt;STRONG&gt;Scenarios:&lt;/STRONG&gt;&lt;/P&gt;
&lt;UL class="lia-list-style-type-circle"&gt;
&lt;LI&gt;Qlik Sense Enterprise on Windows has been migrated to a new domain. Bookmarks are no longer visible to users.&lt;/LI&gt;
&lt;LI&gt;The Qlik Sense server has been migrated to a new domain or assigned a new hostname. User records in the Qlik Management Console (QMC) refer to the previous user directory, which is no longer valid.&lt;/LI&gt;
&lt;/UL&gt;
&lt;P class="lia-indent-padding-left-30px"&gt;&lt;BR /&gt;&lt;span class="lia-inline-image-display-wrapper lia-image-align-inline" image-alt="1.png" style="width: 506px;"&gt;&lt;img src="https://community.qlik.com/t5/image/serverpage/image-id/57264iBBDB17BB251040A4/image-size/large?v=v2&amp;amp;px=999" role="button" title="1.png" alt="1.png" /&gt;&lt;/span&gt;&lt;/P&gt;
&lt;P&gt;Accessing users will be identified according to new user directory, which can lead to duplicate user records. Depending on license allocation rules, there is also a risk that the same physical user will get a double user access allocation.&lt;/P&gt;
&lt;P class="lia-indent-padding-left-30px"&gt;&lt;span class="lia-inline-image-display-wrapper lia-image-align-inline" image-alt="2.png" style="width: 395px;"&gt;&lt;img src="https://community.qlik.com/t5/image/serverpage/image-id/57265iB283F140C2754FA0/image-size/large?v=v2&amp;amp;px=999" role="button" title="2.png" alt="2.png" /&gt;&lt;/span&gt;&lt;/P&gt;
&lt;P&gt;Please note that if direct assistance is required to implement these changes, Consulting Services will need to be engaged. See&amp;nbsp;&lt;A href="https://community.qlik.com/t5/Qlik-Support-Knowledge-Base/How-and-When-to-Contact-the-Consulting-Team/ta-p/1714936" target="_blank" rel="noopener" data-cke-saved-href="https://community.qlik.com/t5/Qlik-Support-Knowledge-Base/How-and-When-to-Contact-the-Consulting-Team/ta-p/1714936"&gt;How and When to contact the Consulting Team&lt;/A&gt;.&amp;nbsp;&lt;/P&gt;
&lt;H3 class="qlik-migrated-tkb-headings"&gt;&lt;FONT color="#339966"&gt;&lt;STRONG&gt;Resolution&lt;/STRONG&gt;&lt;/FONT&gt;&lt;/H3&gt;
&lt;P&gt;This guide shows how to alter the user directory value by directly accessing the Qlik Sense Repository Database. &amp;nbsp;In this example the previous user directory OLDDOMAIN has been replaced with NEWDOMAIN.&lt;/P&gt;
&lt;BLOCKQUOTE class="quote"&gt;Please note that if direct assistance is required to implement these changes, Consulting Services will need to be engaged. See&amp;nbsp;&lt;I&gt;&lt;A href="https://community.qlik.com/t5/Qlik-Support-Knowledge-Base/How-and-When-to-Contact-the-Consulting-Team/ta-p/1714936" target="_blank" rel="noopener" data-cke-saved-href="https://community.qlik.com/t5/Qlik-Support-Knowledge-Base/How-and-When-to-Contact-the-Consulting-Team/ta-p/1714936"&gt;How and When to contact the Consulting Team&lt;/A&gt;.&lt;/I&gt;&lt;/BLOCKQUOTE&gt;
&lt;BLOCKQUOTE class="quote"&gt;&lt;STRONG&gt;CAUTION:&lt;/STRONG&gt; Direct change in the database are not supported and may cause irreversible corruption. Manual changes to the database must be executed with caution, and the system must be restored from backup at any symptom of system corruption.&lt;/BLOCKQUOTE&gt;
&lt;OL&gt;
&lt;LI&gt;Stop all Qlik Sense services, except the Qlik Sense Repository Database&lt;/LI&gt;
&lt;LI&gt;Create a complete backup of Qlik Sense, to allow restoring the site in case of disaster&lt;BR /&gt;&lt;A href="https://help.qlik.com/en-US/sense-admin/Subsystems/DeployAdministerQSE/Content/Sense_DeployAdminister/QSEoW/Deploy_QSEoW/Backup-and-restore.htm" target="_blank" rel="noopener"&gt;Qlik Sense Help - Backup and restore&lt;/A&gt;&lt;/LI&gt;
&lt;LI&gt;Connect to Qlik Sense Repository Database as described in article&amp;nbsp;&lt;A href="https://community.qlik.com/t5/Qlik-Support-Knowledge-Base/Installing-and-Configuring-PGAdmin-4-to-access-the-PostgreSQL/ta-p/1710699" target="_blank" rel="noopener"&gt;Installing and Configuring PGAdmin 4 to access the PostgreSQL database used by Qlik Sense&lt;/A&gt;&amp;nbsp;&lt;/LI&gt;
&lt;LI&gt;Validate that connection is accurate by querying all users&lt;BR /&gt;&lt;SPAN&gt;SELECT * FROM public."Users"&lt;/SPAN&gt;&lt;/LI&gt;
&lt;LI&gt;Change user directory name from old domain to new domain&lt;BR /&gt;&lt;SPAN&gt;UPDATE public."Users"&lt;BR /&gt;SET "UserDirectory" = 'NEWDOMAIN'&lt;BR /&gt;WHERE "UserDirectory" = 'OLDDOMAIN';&lt;/SPAN&gt;&lt;/LI&gt;
&lt;LI&gt;Validate that intended change has been successfully applied to all affected users&lt;BR /&gt;&lt;SPAN&gt;SELECT * FROM public."Users"&lt;/SPAN&gt;&lt;/LI&gt;
&lt;LI&gt;Start all Qlik Sense services&lt;/LI&gt;
&lt;LI&gt;Confirm in QMC that users list shows the new domain as expected&lt;BR /&gt;&lt;BR /&gt;&lt;span class="lia-inline-image-display-wrapper lia-image-align-inline" image-alt="3.png" style="width: 497px;"&gt;&lt;img src="https://community.qlik.com/t5/image/serverpage/image-id/57266i81739A86E35D47AE/image-size/large?v=v2&amp;amp;px=999" role="button" title="3.png" alt="3.png" /&gt;&lt;/span&gt;&lt;/LI&gt;
&lt;LI&gt;&lt;SPAN&gt;Confirm in QMC that license allocation and allocation rules are accurate and match the directory change and allocation expectation&lt;BR /&gt;&lt;BR /&gt;&lt;span class="lia-inline-image-display-wrapper lia-image-align-inline" image-alt="4.png" style="width: 605px;"&gt;&lt;img src="https://community.qlik.com/t5/image/serverpage/image-id/57267i7BB00CA9EDA59D64/image-size/large?v=v2&amp;amp;px=999" role="button" title="4.png" alt="4.png" /&gt;&lt;/span&gt;&lt;BR /&gt;&lt;BR /&gt;&lt;/SPAN&gt;&lt;/LI&gt;
&lt;LI&gt;&lt;SPAN&gt;Login to Qlik Sense Hub with an authorized user from the “new domain”&lt;/SPAN&gt;&lt;/LI&gt;
&lt;LI&gt;Validate in QMC that the user access does not generate any duplicate entries, in the same view as in above steps 8 and 9.&lt;/LI&gt;
&lt;/OL&gt;</description>
    <pubDate>Thu, 13 Jul 2023 07:24:09 GMT</pubDate>
    <dc:creator>Lisa_Sun</dc:creator>
    <dc:date>2023-07-13T07:24:09Z</dc:date>
    <item>
      <title>Qlik Sense Enterprise on Windows moved to a new domain or server name changed: Convert Users To New User Directory</title>
      <link>https://community.qlik.com/t5/Official-Support-Articles/Qlik-Sense-Enterprise-on-Windows-moved-to-a-new-domain-or-server/ta-p/1713323</link>
      <description>&lt;P&gt;&lt;STRONG&gt;Scenarios:&lt;/STRONG&gt;&lt;/P&gt;
&lt;UL class="lia-list-style-type-circle"&gt;
&lt;LI&gt;Qlik Sense Enterprise on Windows has been migrated to a new domain. Bookmarks are no longer visible to users.&lt;/LI&gt;
&lt;LI&gt;The Qlik Sense server has been migrated to a new domain or assigned a new hostname. User records in the Qlik Management Console (QMC) refer to the previous user directory, which is no longer valid.&lt;/LI&gt;
&lt;/UL&gt;
&lt;P class="lia-indent-padding-left-30px"&gt;&lt;BR /&gt;&lt;span class="lia-inline-image-display-wrapper lia-image-align-inline" image-alt="1.png" style="width: 506px;"&gt;&lt;img src="https://community.qlik.com/t5/image/serverpage/image-id/57264iBBDB17BB251040A4/image-size/large?v=v2&amp;amp;px=999" role="button" title="1.png" alt="1.png" /&gt;&lt;/span&gt;&lt;/P&gt;
&lt;P&gt;Accessing users will be identified according to new user directory, which can lead to duplicate user records. Depending on license allocation rules, there is also a risk that the same physical user will get a double user access allocation.&lt;/P&gt;
&lt;P class="lia-indent-padding-left-30px"&gt;&lt;span class="lia-inline-image-display-wrapper lia-image-align-inline" image-alt="2.png" style="width: 395px;"&gt;&lt;img src="https://community.qlik.com/t5/image/serverpage/image-id/57265iB283F140C2754FA0/image-size/large?v=v2&amp;amp;px=999" role="button" title="2.png" alt="2.png" /&gt;&lt;/span&gt;&lt;/P&gt;
&lt;P&gt;Please note that if direct assistance is required to implement these changes, Consulting Services will need to be engaged. See&amp;nbsp;&lt;A href="https://community.qlik.com/t5/Qlik-Support-Knowledge-Base/How-and-When-to-Contact-the-Consulting-Team/ta-p/1714936" target="_blank" rel="noopener" data-cke-saved-href="https://community.qlik.com/t5/Qlik-Support-Knowledge-Base/How-and-When-to-Contact-the-Consulting-Team/ta-p/1714936"&gt;How and When to contact the Consulting Team&lt;/A&gt;.&amp;nbsp;&lt;/P&gt;
&lt;H3 class="qlik-migrated-tkb-headings"&gt;&lt;FONT color="#339966"&gt;&lt;STRONG&gt;Resolution&lt;/STRONG&gt;&lt;/FONT&gt;&lt;/H3&gt;
&lt;P&gt;This guide shows how to alter the user directory value by directly accessing the Qlik Sense Repository Database. &amp;nbsp;In this example the previous user directory OLDDOMAIN has been replaced with NEWDOMAIN.&lt;/P&gt;
&lt;BLOCKQUOTE class="quote"&gt;Please note that if direct assistance is required to implement these changes, Consulting Services will need to be engaged. See&amp;nbsp;&lt;I&gt;&lt;A href="https://community.qlik.com/t5/Qlik-Support-Knowledge-Base/How-and-When-to-Contact-the-Consulting-Team/ta-p/1714936" target="_blank" rel="noopener" data-cke-saved-href="https://community.qlik.com/t5/Qlik-Support-Knowledge-Base/How-and-When-to-Contact-the-Consulting-Team/ta-p/1714936"&gt;How and When to contact the Consulting Team&lt;/A&gt;.&lt;/I&gt;&lt;/BLOCKQUOTE&gt;
&lt;BLOCKQUOTE class="quote"&gt;&lt;STRONG&gt;CAUTION:&lt;/STRONG&gt; Direct change in the database are not supported and may cause irreversible corruption. Manual changes to the database must be executed with caution, and the system must be restored from backup at any symptom of system corruption.&lt;/BLOCKQUOTE&gt;
&lt;OL&gt;
&lt;LI&gt;Stop all Qlik Sense services, except the Qlik Sense Repository Database&lt;/LI&gt;
&lt;LI&gt;Create a complete backup of Qlik Sense, to allow restoring the site in case of disaster&lt;BR /&gt;&lt;A href="https://help.qlik.com/en-US/sense-admin/Subsystems/DeployAdministerQSE/Content/Sense_DeployAdminister/QSEoW/Deploy_QSEoW/Backup-and-restore.htm" target="_blank" rel="noopener"&gt;Qlik Sense Help - Backup and restore&lt;/A&gt;&lt;/LI&gt;
&lt;LI&gt;Connect to Qlik Sense Repository Database as described in article&amp;nbsp;&lt;A href="https://community.qlik.com/t5/Qlik-Support-Knowledge-Base/Installing-and-Configuring-PGAdmin-4-to-access-the-PostgreSQL/ta-p/1710699" target="_blank" rel="noopener"&gt;Installing and Configuring PGAdmin 4 to access the PostgreSQL database used by Qlik Sense&lt;/A&gt;&amp;nbsp;&lt;/LI&gt;
&lt;LI&gt;Validate that connection is accurate by querying all users&lt;BR /&gt;&lt;SPAN&gt;SELECT * FROM public."Users"&lt;/SPAN&gt;&lt;/LI&gt;
&lt;LI&gt;Change user directory name from old domain to new domain&lt;BR /&gt;&lt;SPAN&gt;UPDATE public."Users"&lt;BR /&gt;SET "UserDirectory" = 'NEWDOMAIN'&lt;BR /&gt;WHERE "UserDirectory" = 'OLDDOMAIN';&lt;/SPAN&gt;&lt;/LI&gt;
&lt;LI&gt;Validate that intended change has been successfully applied to all affected users&lt;BR /&gt;&lt;SPAN&gt;SELECT * FROM public."Users"&lt;/SPAN&gt;&lt;/LI&gt;
&lt;LI&gt;Start all Qlik Sense services&lt;/LI&gt;
&lt;LI&gt;Confirm in QMC that users list shows the new domain as expected&lt;BR /&gt;&lt;BR /&gt;&lt;span class="lia-inline-image-display-wrapper lia-image-align-inline" image-alt="3.png" style="width: 497px;"&gt;&lt;img src="https://community.qlik.com/t5/image/serverpage/image-id/57266i81739A86E35D47AE/image-size/large?v=v2&amp;amp;px=999" role="button" title="3.png" alt="3.png" /&gt;&lt;/span&gt;&lt;/LI&gt;
&lt;LI&gt;&lt;SPAN&gt;Confirm in QMC that license allocation and allocation rules are accurate and match the directory change and allocation expectation&lt;BR /&gt;&lt;BR /&gt;&lt;span class="lia-inline-image-display-wrapper lia-image-align-inline" image-alt="4.png" style="width: 605px;"&gt;&lt;img src="https://community.qlik.com/t5/image/serverpage/image-id/57267i7BB00CA9EDA59D64/image-size/large?v=v2&amp;amp;px=999" role="button" title="4.png" alt="4.png" /&gt;&lt;/span&gt;&lt;BR /&gt;&lt;BR /&gt;&lt;/SPAN&gt;&lt;/LI&gt;
&lt;LI&gt;&lt;SPAN&gt;Login to Qlik Sense Hub with an authorized user from the “new domain”&lt;/SPAN&gt;&lt;/LI&gt;
&lt;LI&gt;Validate in QMC that the user access does not generate any duplicate entries, in the same view as in above steps 8 and 9.&lt;/LI&gt;
&lt;/OL&gt;</description>
      <pubDate>Thu, 13 Jul 2023 07:24:09 GMT</pubDate>
      <guid>https://community.qlik.com/t5/Official-Support-Articles/Qlik-Sense-Enterprise-on-Windows-moved-to-a-new-domain-or-server/ta-p/1713323</guid>
      <dc:creator>Lisa_Sun</dc:creator>
      <dc:date>2023-07-13T07:24:09Z</dc:date>
    </item>
    <item>
      <title>Re: Qlik Sense moved to a new domain or server name changed: Convert Users To New User Directory</title>
      <link>https://community.qlik.com/t5/Official-Support-Articles/Qlik-Sense-Enterprise-on-Windows-moved-to-a-new-domain-or-server/tac-p/1827195#M3955</link>
      <description>&lt;P&gt;Do these instructions also apply when I change my user directory from connecting to Active Directory to connecting to an Excel file?&lt;/P&gt;</description>
      <pubDate>Fri, 06 Aug 2021 18:08:24 GMT</pubDate>
      <guid>https://community.qlik.com/t5/Official-Support-Articles/Qlik-Sense-Enterprise-on-Windows-moved-to-a-new-domain-or-server/tac-p/1827195#M3955</guid>
      <dc:creator>Lauri</dc:creator>
      <dc:date>2021-08-06T18:08:24Z</dc:date>
    </item>
    <item>
      <title>Re: Qlik Sense moved to a new domain or server name changed: Convert Users To New User Directory</title>
      <link>https://community.qlik.com/t5/Official-Support-Articles/Qlik-Sense-Enterprise-on-Windows-moved-to-a-new-domain-or-server/tac-p/1827210#M3956</link>
      <description>&lt;P&gt;As another option, could I delete my Active Directory UDC (name: 'VRHA') without deleting users and then name my new Excel UDC as 'VRHA'? The AD users are in the Excel file.&lt;/P&gt;</description>
      <pubDate>Fri, 06 Aug 2021 19:29:29 GMT</pubDate>
      <guid>https://community.qlik.com/t5/Official-Support-Articles/Qlik-Sense-Enterprise-on-Windows-moved-to-a-new-domain-or-server/tac-p/1827210#M3956</guid>
      <dc:creator>Lauri</dc:creator>
      <dc:date>2021-08-06T19:29:29Z</dc:date>
    </item>
    <item>
      <title>Re: Qlik Sense moved to a new domain or server name changed: Convert Users To New User Directory</title>
      <link>https://community.qlik.com/t5/Official-Support-Articles/Qlik-Sense-Enterprise-on-Windows-moved-to-a-new-domain-or-server/tac-p/1828446#M4010</link>
      <description>&lt;P&gt;Hello,&lt;/P&gt;

&lt;P&gt;&amp;nbsp;&lt;/P&gt;

&lt;P&gt;The same instructions would apply, but we recommend carrying this action out in a test environment prior to touching the production environment as these changes are done on database level, which should only be done with the proper testing done prior as well as with a fallback strategy (backup taken and ready to be restored) in place.&amp;nbsp;&lt;/P&gt;

&lt;P&gt;&amp;nbsp;&lt;/P&gt;

&lt;P&gt;Kind Regards,&lt;/P&gt;

&lt;P&gt;Sonja&amp;nbsp;&lt;/P&gt;</description>
      <pubDate>Fri, 13 Aug 2021 08:41:33 GMT</pubDate>
      <guid>https://community.qlik.com/t5/Official-Support-Articles/Qlik-Sense-Enterprise-on-Windows-moved-to-a-new-domain-or-server/tac-p/1828446#M4010</guid>
      <dc:creator>Sonja_Bauernfeind</dc:creator>
      <dc:date>2021-08-13T08:41:33Z</dc:date>
    </item>
    <item>
      <title>Re: Qlik Sense moved to a new domain or server name changed: Convert Users To New User Directory</title>
      <link>https://community.qlik.com/t5/Official-Support-Articles/Qlik-Sense-Enterprise-on-Windows-moved-to-a-new-domain-or-server/tac-p/1828679#M4016</link>
      <description>&lt;P&gt;Thank you for the assistance, Sonja. I am testing this with a test account. After I go through the steps, I log into Qlik with my test account, and I end up with duplicates:&lt;/P&gt;&lt;P&gt;&lt;span class="lia-inline-image-display-wrapper lia-image-align-inline" image-alt="Lauri_0-1629038910094.png" style="width: 999px;"&gt;&lt;img src="https://community.qlik.com/t5/image/serverpage/image-id/60116i3CD44FB77C5EFC2D/image-size/large?v=v2&amp;amp;px=999" role="button" title="Lauri_0-1629038910094.png" alt="Lauri_0-1629038910094.png" /&gt;&lt;/span&gt;&lt;/P&gt;&lt;P&gt;VRHA is the old directory name. In step 5, I set&amp;nbsp;&lt;SPAN&gt;"UserDirectory" = 'VRHA2'&lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;I use Okta for authentication (and have been for a few years).&lt;/P&gt;</description>
      <pubDate>Sun, 15 Aug 2021 15:02:23 GMT</pubDate>
      <guid>https://community.qlik.com/t5/Official-Support-Articles/Qlik-Sense-Enterprise-on-Windows-moved-to-a-new-domain-or-server/tac-p/1828679#M4016</guid>
      <dc:creator>Lauri</dc:creator>
      <dc:date>2021-08-15T15:02:23Z</dc:date>
    </item>
    <item>
      <title>Re: Qlik Sense moved to a new domain or server name changed: Convert Users To New User Directory</title>
      <link>https://community.qlik.com/t5/Official-Support-Articles/Qlik-Sense-Enterprise-on-Windows-moved-to-a-new-domain-or-server/tac-p/1828796#M4031</link>
      <description>&lt;P&gt;&lt;a href="https://community.qlik.com/t5/user/viewprofilepage/user-id/16128"&gt;@Lauri&lt;/a&gt;&amp;nbsp;&lt;/P&gt;
&lt;P&gt;You would need to modify the configuration of the virtual proxy you use for OKTA authentication.&lt;/P&gt;
&lt;P&gt;In there, you have a field "SAML attribute for user directory", this needs to be updated to your new User Directory, either as a static string [VRHA2] or as a dynamic SAML attribute (in that case that needs to be set up also in OKTA and included in the SAML assertion)&lt;/P&gt;</description>
      <pubDate>Mon, 16 Aug 2021 12:21:54 GMT</pubDate>
      <guid>https://community.qlik.com/t5/Official-Support-Articles/Qlik-Sense-Enterprise-on-Windows-moved-to-a-new-domain-or-server/tac-p/1828796#M4031</guid>
      <dc:creator>Damien_V</dc:creator>
      <dc:date>2021-08-16T12:21:54Z</dc:date>
    </item>
    <item>
      <title>Re: Qlik Sense moved to a new domain or server name changed: Convert Users To New User Directory</title>
      <link>https://community.qlik.com/t5/Official-Support-Articles/Qlik-Sense-Enterprise-on-Windows-moved-to-a-new-domain-or-server/tac-p/2093323#M9677</link>
      <description>&lt;P&gt;&lt;a href="https://community.qlik.com/t5/user/viewprofilepage/user-id/33708"&gt;@Lisa_Sun&lt;/a&gt;&lt;BR style="color: #252525;" /&gt;&lt;BR style="color: #252525;" /&gt;Greetings for the day!&lt;BR style="color: #252525;" /&gt;&lt;BR style="color: #252525;" /&gt;Are we allowed to make domain name changes in the Qlik Sense August 2022 SR2 version?&lt;BR style="color: #252525;" /&gt;&lt;BR style="color: #252525;" /&gt;I hope we will not lose individual users bookmarks.&lt;BR style="color: #252525;" /&gt;&lt;BR style="color: #252525;" /&gt;Kindly confirm the same.&lt;BR style="color: #252525;" /&gt;&lt;BR style="color: #252525;" /&gt;Regards,&lt;BR style="color: #252525;" /&gt;Balaji&lt;/P&gt;</description>
      <pubDate>Thu, 13 Jul 2023 05:39:49 GMT</pubDate>
      <guid>https://community.qlik.com/t5/Official-Support-Articles/Qlik-Sense-Enterprise-on-Windows-moved-to-a-new-domain-or-server/tac-p/2093323#M9677</guid>
      <dc:creator>balajim1</dc:creator>
      <dc:date>2023-07-13T05:39:49Z</dc:date>
    </item>
    <item>
      <title>Re: Qlik Sense Enterprise on Windows moved to a new domain or server name changed: Convert Users To New User Directory</title>
      <link>https://community.qlik.com/t5/Official-Support-Articles/Qlik-Sense-Enterprise-on-Windows-moved-to-a-new-domain-or-server/tac-p/2093353#M9678</link>
      <description>&lt;P&gt;Hello&amp;nbsp;&lt;a href="https://community.qlik.com/t5/user/viewprofilepage/user-id/150928"&gt;@balajim1&lt;/a&gt;&amp;nbsp;&lt;/P&gt;
&lt;P&gt;The instructions in this article apply to&amp;nbsp;&lt;STRONG&gt;all&amp;nbsp;&lt;/STRONG&gt;versions of Qlik Sense Enterprise on Windows, including August 2022. You can change the domain name of the system you host Qlik Sense on,&amp;nbsp;&lt;EM&gt;however&lt;/EM&gt;, associations may be lost and you will need to follow through with the instructions in this article.&lt;/P&gt;
&lt;P&gt;If you need direct assistance to have the domain name change planned and carried out for Qlik Sense, please contact our consulting services.&lt;/P&gt;
&lt;P&gt;All the best,&lt;BR /&gt;Sonja&amp;nbsp;&lt;/P&gt;</description>
      <pubDate>Thu, 13 Jul 2023 07:25:31 GMT</pubDate>
      <guid>https://community.qlik.com/t5/Official-Support-Articles/Qlik-Sense-Enterprise-on-Windows-moved-to-a-new-domain-or-server/tac-p/2093353#M9678</guid>
      <dc:creator>Sonja_Bauernfeind</dc:creator>
      <dc:date>2023-07-13T07:25:31Z</dc:date>
    </item>
    <item>
      <title>Re: Qlik Sense Enterprise on Windows moved to a new domain or server name changed: Convert Users To New User Directory</title>
      <link>https://community.qlik.com/t5/Official-Support-Articles/Qlik-Sense-Enterprise-on-Windows-moved-to-a-new-domain-or-server/tac-p/2111756#M10036</link>
      <description>&lt;P&gt;&lt;a href="https://community.qlik.com/t5/user/viewprofilepage/user-id/60329"&gt;@Sonja&lt;/a&gt;,&lt;BR /&gt;&lt;BR /&gt;Thank you for your support and update.&lt;/P&gt;
&lt;P&gt;We changed the hostname, and we were able to cross-validate it through Qlik Sense Utility. However, we can't access QMC or Hub due to the below error.&lt;BR /&gt;&lt;BR /&gt;Error:&lt;/P&gt;
&lt;P&gt;There was an error contacting the license service. Keep retrying... (1 failed requests) GET /v1/licenses/overview StatusCode: InternalServerError Response: . Could not connect to the license service&lt;BR /&gt;&lt;BR /&gt;Regards,&lt;BR /&gt;Balaji&lt;/P&gt;</description>
      <pubDate>Thu, 31 Aug 2023 09:18:12 GMT</pubDate>
      <guid>https://community.qlik.com/t5/Official-Support-Articles/Qlik-Sense-Enterprise-on-Windows-moved-to-a-new-domain-or-server/tac-p/2111756#M10036</guid>
      <dc:creator>balajim1</dc:creator>
      <dc:date>2023-08-31T09:18:12Z</dc:date>
    </item>
    <item>
      <title>Re: Qlik Sense Enterprise on Windows moved to a new domain or server name changed: Convert Users To New User Directory</title>
      <link>https://community.qlik.com/t5/Official-Support-Articles/Qlik-Sense-Enterprise-on-Windows-moved-to-a-new-domain-or-server/tac-p/2112200#M10052</link>
      <description>&lt;P&gt;Hello&amp;nbsp;&lt;a href="https://community.qlik.com/t5/user/viewprofilepage/user-id/150928"&gt;@balajim1&lt;/a&gt;&amp;nbsp;&lt;/P&gt;
&lt;P&gt;I have searched our knowledge base and located this article for you, which matches the symptoms and error you are sent over:&amp;nbsp;&lt;A href="https://community.qlik.com/t5/Official-Support-Articles/Cannot-open-QMC-or-Hub-quot-InternalServerError-quot-and-quot/ta-p/1717654" target="_blank" rel="noopener"&gt;Cannot open QMC or Hub "InternalServerError" and "Could not connect to the license service"&lt;/A&gt;&amp;nbsp;&lt;/P&gt;
&lt;P&gt;Please review the content.&amp;nbsp;&lt;EM&gt;Should this not help you resolve the issue,&amp;nbsp;&lt;/EM&gt;I recommend logging a support ticket and including all the information on what you have previously done (before the issue occurred, and after) as well as log files and screenshots documenting the issue.&lt;/P&gt;
&lt;P&gt;All the best,&lt;BR /&gt;Sonja&amp;nbsp;&lt;/P&gt;</description>
      <pubDate>Fri, 01 Sep 2023 08:50:07 GMT</pubDate>
      <guid>https://community.qlik.com/t5/Official-Support-Articles/Qlik-Sense-Enterprise-on-Windows-moved-to-a-new-domain-or-server/tac-p/2112200#M10052</guid>
      <dc:creator>Sonja_Bauernfeind</dc:creator>
      <dc:date>2023-09-01T08:50:07Z</dc:date>
    </item>
    <item>
      <title>Re: Qlik Sense Enterprise on Windows moved to a new domain or server name changed: Convert Users To New User Directory</title>
      <link>https://community.qlik.com/t5/Official-Support-Articles/Qlik-Sense-Enterprise-on-Windows-moved-to-a-new-domain-or-server/tac-p/2125062#M10363</link>
      <description>&lt;P&gt;hi all,&lt;/P&gt;
&lt;P&gt;back to this topic as I posted &lt;A href="https://community.qlik.com/t5/Official-Support-Articles/Qlik-Sense-and-changing-the-Active-Directory-Domain-name/ta-p/1805405" target="_self"&gt;here&lt;/A&gt; some time ago.&lt;/P&gt;
&lt;P&gt;I found out that this issue is recurring: when moving to a different domain seems that there is another field that has to be uppdated in the &lt;FONT face="courier new,courier"&gt;public.users&lt;/FONT&gt; table.&lt;/P&gt;
&lt;P&gt;The field is:&lt;/P&gt;
&lt;PRE&gt;UserDirectoryConnectorName&lt;/PRE&gt;
&lt;P&gt;This field is by default populated with the "&lt;FONT face="courier new,courier"&gt;USERDIRECTORY&lt;/FONT&gt;" name.&lt;/P&gt;
&lt;P&gt;The Users info show in QMC still show a UserDirectoryConnector named &lt;FONT face="courier new,courier"&gt;"OLD_USERDIRECTORY"&lt;/FONT&gt; preventing users to be correclty synchronized (User sync task terminates successfully but user info are not updated).&lt;/P&gt;
&lt;P&gt;We found out that updating this field with an UPDATE postgresql query like:&lt;/P&gt;
&lt;PRE&gt;UPDATE public."Users"&lt;BR /&gt;SET "UserDirectoryConnectorName" = 'NEW_USERDIRECTORY'&lt;BR /&gt;WHERE "UserDirectoryConnectorName" = 'OLD_USERDIRECTORY'&lt;/PRE&gt;
&lt;P&gt;fix the problem.&lt;/P&gt;
&lt;P&gt;Let me know your thoughts. Thank you.&lt;/P&gt;</description>
      <pubDate>Wed, 04 Oct 2023 10:23:29 GMT</pubDate>
      <guid>https://community.qlik.com/t5/Official-Support-Articles/Qlik-Sense-Enterprise-on-Windows-moved-to-a-new-domain-or-server/tac-p/2125062#M10363</guid>
      <dc:creator>Giovanni_Civardi</dc:creator>
      <dc:date>2023-10-04T10:23:29Z</dc:date>
    </item>
    <item>
      <title>Re: Qlik Sense Enterprise on Windows moved to a new domain or server name changed: Convert Users To New User Directory</title>
      <link>https://community.qlik.com/t5/Official-Support-Articles/Qlik-Sense-Enterprise-on-Windows-moved-to-a-new-domain-or-server/tac-p/2504763#M15333</link>
      <description>&lt;P&gt;hi&amp;nbsp;&lt;a href="https://community.qlik.com/t5/user/viewprofilepage/user-id/28597"&gt;@Sonja_Bauernfeind&lt;/a&gt;&amp;nbsp;&lt;a href="https://community.qlik.com/t5/user/viewprofilepage/user-id/33708"&gt;@Lisa_Sun&lt;/a&gt;&amp;nbsp;&lt;a href="https://community.qlik.com/t5/user/viewprofilepage/user-id/29425"&gt;@Damien_V&lt;/a&gt;&amp;nbsp;&lt;/P&gt;
&lt;P&gt;did anyone have a change to look at my last post?&lt;/P&gt;
&lt;P&gt;I found this issue againg with latest versions, when migrating to a different domain.&lt;/P&gt;
&lt;P&gt;thank you, best.&lt;/P&gt;</description>
      <pubDate>Thu, 06 Feb 2025 09:25:18 GMT</pubDate>
      <guid>https://community.qlik.com/t5/Official-Support-Articles/Qlik-Sense-Enterprise-on-Windows-moved-to-a-new-domain-or-server/tac-p/2504763#M15333</guid>
      <dc:creator>Giovanni_Civardi</dc:creator>
      <dc:date>2025-02-06T09:25:18Z</dc:date>
    </item>
    <item>
      <title>Re: Qlik Sense Enterprise on Windows moved to a new domain or server name changed: Convert Users To New User Directory</title>
      <link>https://community.qlik.com/t5/Official-Support-Articles/Qlik-Sense-Enterprise-on-Windows-moved-to-a-new-domain-or-server/tac-p/2504768#M15334</link>
      <description>&lt;P&gt;Hello&amp;nbsp;&lt;a href="https://community.qlik.com/t5/user/viewprofilepage/user-id/129471"&gt;@Giovanni_Civardi&lt;/a&gt;&amp;nbsp;&lt;/P&gt;
&lt;P&gt;If you are experiencing issues you require troubleshooting assistance with, please post those in the appropriate forum (&lt;A href="https://community.qlik.com/t5/deployment-management/bd-p/qlik-sense-deployment" target="_blank" rel="noopener"&gt;Deployment and Management&lt;/A&gt;).&lt;/P&gt;
&lt;P&gt;I have otherwise requested a technical review of this article based on the feedback, however, for troubleshooting and assistance, the forum or a direct line to consulting service is recommended.&lt;/P&gt;
&lt;P&gt;All the best,&lt;BR /&gt;Sonja&amp;nbsp;&lt;/P&gt;</description>
      <pubDate>Thu, 06 Feb 2025 09:37:14 GMT</pubDate>
      <guid>https://community.qlik.com/t5/Official-Support-Articles/Qlik-Sense-Enterprise-on-Windows-moved-to-a-new-domain-or-server/tac-p/2504768#M15334</guid>
      <dc:creator>Sonja_Bauernfeind</dc:creator>
      <dc:date>2025-02-06T09:37:14Z</dc:date>
    </item>
  </channel>
</rss>

