<?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 Restoring Root Admin on QS with PostGreSQL 9.6 in Management &amp; Governance</title>
    <link>https://community.qlik.com/t5/Management-Governance/Restoring-Root-Admin-on-QS-with-PostGreSQL-9-6/m-p/1436675#M11388</link>
    <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Hi there,&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;We had to change our server name today and as a result, I have lost root admin access for my login.&lt;/P&gt;&lt;P&gt;Please can someone talk me through how I would do this.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;I have found instructions on earlier versions of PostgreSQL below, but not&lt;STRONG&gt; 9.6&lt;/STRONG&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Thanks!&lt;/P&gt;&lt;P&gt;--------------&lt;/P&gt;&lt;P&gt;1. Use Remote desktop to connect to the server&lt;/P&gt;&lt;H3&gt;&lt;/H3&gt;&lt;H3&gt;2. Open pgAdmin tool**&lt;/H3&gt;&lt;P&gt;One the server you'll find the pgAdmin tool located under&lt;BR /&gt;&lt;CODE&gt;\Program Files\Qlik\Sense\Repository\PostgreSQL\9.3\bin\pgAdmin3.exe&lt;/CODE&gt;&lt;/P&gt;&lt;P&gt;Connect to the server using the following settings:&lt;/P&gt;&lt;P&gt;&lt;IMG alt="" class="jive-image" src="http://qliksite.io/articles/recover-root-admin/images/root-admin--connect.png" /&gt;&lt;/P&gt;&lt;H3&gt;3) Open the Users table&lt;/H3&gt;&lt;P&gt;Go to&lt;/P&gt;&lt;UL&gt;&lt;LI&gt;&lt;CODE&gt;Databases&lt;/CODE&gt; &amp;gt; &lt;CODE&gt;QSR&lt;/CODE&gt; &amp;gt; &lt;CODE&gt;Schemas&lt;/CODE&gt; &amp;gt; &lt;CODE&gt;public&lt;/CODE&gt; &amp;gt; &lt;CODE&gt;Tables&lt;/CODE&gt; and double click on the table &lt;CODE&gt;Users&lt;/CODE&gt;&lt;/LI&gt;&lt;LI&gt;right click on "View Data" &amp;gt; "View All Rows"&lt;/LI&gt;&lt;/UL&gt;&lt;P&gt;If you want to see the existing RootAdmins execute the following filter&lt;/P&gt;&lt;PRE class="jive-pre"&gt;&lt;CODE class="hljs language-sql"&gt;"RolesString" = 'RootAdmin' &lt;/CODE&gt;&lt;/PRE&gt;&lt;P&gt;&lt;IMG alt="" class="jive-image" src="http://qliksite.io/articles/recover-root-admin/images/root-admin--root-admin-filter.png" /&gt;&lt;/P&gt;&lt;H3&gt;4) Make a user RootAdmin&lt;/H3&gt;&lt;UL&gt;&lt;LI&gt;Search for a specific user, the easiest way is again to add a filter:&lt;/LI&gt;&lt;/UL&gt;&lt;PRE class="jive-pre"&gt;&lt;CODE class="hljs language-sql"&gt;"UserId" = `swr` &lt;/CODE&gt;&lt;/PRE&gt;&lt;P&gt;Then just add &lt;CODE&gt;RootAdmin&lt;/CODE&gt; to the &lt;CODE&gt;RolesString&lt;/CODE&gt; column.&lt;/P&gt;&lt;H3&gt;5) Restart the repository service&lt;/H3&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
    <pubDate>Thu, 28 Sep 2017 16:24:56 GMT</pubDate>
    <dc:creator>cmorri1988</dc:creator>
    <dc:date>2017-09-28T16:24:56Z</dc:date>
    <item>
      <title>Restoring Root Admin on QS with PostGreSQL 9.6</title>
      <link>https://community.qlik.com/t5/Management-Governance/Restoring-Root-Admin-on-QS-with-PostGreSQL-9-6/m-p/1436675#M11388</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Hi there,&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;We had to change our server name today and as a result, I have lost root admin access for my login.&lt;/P&gt;&lt;P&gt;Please can someone talk me through how I would do this.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;I have found instructions on earlier versions of PostgreSQL below, but not&lt;STRONG&gt; 9.6&lt;/STRONG&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Thanks!&lt;/P&gt;&lt;P&gt;--------------&lt;/P&gt;&lt;P&gt;1. Use Remote desktop to connect to the server&lt;/P&gt;&lt;H3&gt;&lt;/H3&gt;&lt;H3&gt;2. Open pgAdmin tool**&lt;/H3&gt;&lt;P&gt;One the server you'll find the pgAdmin tool located under&lt;BR /&gt;&lt;CODE&gt;\Program Files\Qlik\Sense\Repository\PostgreSQL\9.3\bin\pgAdmin3.exe&lt;/CODE&gt;&lt;/P&gt;&lt;P&gt;Connect to the server using the following settings:&lt;/P&gt;&lt;P&gt;&lt;IMG alt="" class="jive-image" src="http://qliksite.io/articles/recover-root-admin/images/root-admin--connect.png" /&gt;&lt;/P&gt;&lt;H3&gt;3) Open the Users table&lt;/H3&gt;&lt;P&gt;Go to&lt;/P&gt;&lt;UL&gt;&lt;LI&gt;&lt;CODE&gt;Databases&lt;/CODE&gt; &amp;gt; &lt;CODE&gt;QSR&lt;/CODE&gt; &amp;gt; &lt;CODE&gt;Schemas&lt;/CODE&gt; &amp;gt; &lt;CODE&gt;public&lt;/CODE&gt; &amp;gt; &lt;CODE&gt;Tables&lt;/CODE&gt; and double click on the table &lt;CODE&gt;Users&lt;/CODE&gt;&lt;/LI&gt;&lt;LI&gt;right click on "View Data" &amp;gt; "View All Rows"&lt;/LI&gt;&lt;/UL&gt;&lt;P&gt;If you want to see the existing RootAdmins execute the following filter&lt;/P&gt;&lt;PRE class="jive-pre"&gt;&lt;CODE class="hljs language-sql"&gt;"RolesString" = 'RootAdmin' &lt;/CODE&gt;&lt;/PRE&gt;&lt;P&gt;&lt;IMG alt="" class="jive-image" src="http://qliksite.io/articles/recover-root-admin/images/root-admin--root-admin-filter.png" /&gt;&lt;/P&gt;&lt;H3&gt;4) Make a user RootAdmin&lt;/H3&gt;&lt;UL&gt;&lt;LI&gt;Search for a specific user, the easiest way is again to add a filter:&lt;/LI&gt;&lt;/UL&gt;&lt;PRE class="jive-pre"&gt;&lt;CODE class="hljs language-sql"&gt;"UserId" = `swr` &lt;/CODE&gt;&lt;/PRE&gt;&lt;P&gt;Then just add &lt;CODE&gt;RootAdmin&lt;/CODE&gt; to the &lt;CODE&gt;RolesString&lt;/CODE&gt; column.&lt;/P&gt;&lt;H3&gt;5) Restart the repository service&lt;/H3&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Thu, 28 Sep 2017 16:24:56 GMT</pubDate>
      <guid>https://community.qlik.com/t5/Management-Governance/Restoring-Root-Admin-on-QS-with-PostGreSQL-9-6/m-p/1436675#M11388</guid>
      <dc:creator>cmorri1988</dc:creator>
      <dc:date>2017-09-28T16:24:56Z</dc:date>
    </item>
    <item>
      <title>Re: Restoring Root Admin on QS with PostGreSQL 9.6</title>
      <link>https://community.qlik.com/t5/Management-Governance/Restoring-Root-Admin-on-QS-with-PostGreSQL-9-6/m-p/1436676#M11389</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Postgres 9.6 doesnt come with PgAdmin tool by default. You might want to download it and then configure your postgres database.&lt;/P&gt;&lt;P&gt;&lt;A href="https://www.pgadmin.org/download/" title="https://www.pgadmin.org/download/"&gt;Download&lt;/A&gt;&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Thu, 28 Sep 2017 16:52:45 GMT</pubDate>
      <guid>https://community.qlik.com/t5/Management-Governance/Restoring-Root-Admin-on-QS-with-PostGreSQL-9-6/m-p/1436676#M11389</guid>
      <dc:creator>jaisoni_trp</dc:creator>
      <dc:date>2017-09-28T16:52:45Z</dc:date>
    </item>
    <item>
      <title>Re: Restoring Root Admin on QS with PostGreSQL 9.6</title>
      <link>https://community.qlik.com/t5/Management-Governance/Restoring-Root-Admin-on-QS-with-PostGreSQL-9-6/m-p/1436677#M11390</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Thanks,&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;I managed to complete this by downloading pgAdmin4.&lt;/P&gt;&lt;P&gt;Documented here should anyone require:&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;A href="https://community.qlik.com/docs/DOC-19085"&gt;Restoring RootAdmin role on QS July / PostgreSQL 9.6 after Server Name change&lt;/A&gt;&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Fri, 29 Sep 2017 09:03:31 GMT</pubDate>
      <guid>https://community.qlik.com/t5/Management-Governance/Restoring-Root-Admin-on-QS-with-PostGreSQL-9-6/m-p/1436677#M11390</guid>
      <dc:creator>cmorri1988</dc:creator>
      <dc:date>2017-09-29T09:03:31Z</dc:date>
    </item>
  </channel>
</rss>

