<?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 Update RoleString in Management &amp; Governance</title>
    <link>https://community.qlik.com/t5/Management-Governance/Update-RoleString/m-p/755925#M2921</link>
    <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Suppose I´m lost credentials from RootAdmin users and need to access QMC, there is a way to restore this access directly by database update to a new user registered?&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;I found this update after altered config log level in PostgreSQL database:&lt;/P&gt;&lt;P&gt;SET autocommit=true&lt;/P&gt;&lt;P&gt;UPDATE ""Users""&lt;/P&gt;&lt;P&gt;&amp;nbsp;&amp;nbsp; SET ""UserId"" = $1, &lt;/P&gt;&lt;P&gt;&amp;nbsp;&amp;nbsp;&amp;nbsp; ""UserDirectory"" = $2, &lt;/P&gt;&lt;P&gt;&amp;nbsp;&amp;nbsp;&amp;nbsp; ""Name"" = $3, &lt;/P&gt;&lt;P&gt;&amp;nbsp;&amp;nbsp;&amp;nbsp; ""RolesString"" = $4, &lt;/P&gt;&lt;P&gt;&amp;nbsp;&amp;nbsp;&amp;nbsp; ""Inactive"" = $5, &lt;/P&gt;&lt;P&gt;&amp;nbsp;&amp;nbsp;&amp;nbsp; ""Deleted"" = $6, &lt;/P&gt;&lt;P&gt;&amp;nbsp;&amp;nbsp;&amp;nbsp; ""CreatedDate"" = $7, &lt;/P&gt;&lt;P&gt;&amp;nbsp;&amp;nbsp;&amp;nbsp; ""ModifiedDate"" = $8, &lt;/P&gt;&lt;P&gt;&amp;nbsp;&amp;nbsp;&amp;nbsp; ""SyncDate"" = $9, &lt;/P&gt;&lt;P&gt;&amp;nbsp;&amp;nbsp;&amp;nbsp; ""ModifiedByUserName"" = $10&lt;/P&gt;&lt;P&gt; WHERE ""ID"" = $11",&lt;/P&gt;&lt;P&gt;"parameters: &lt;/P&gt;&lt;P&gt;$1 = 'administrator', &lt;/P&gt;&lt;P&gt;$2 = 'WIN-I3L69AIS9MR', &lt;/P&gt;&lt;P&gt;$3 = 'administrator', &lt;/P&gt;&lt;P&gt;$4 = 'RootAdmin', &lt;/P&gt;&lt;P&gt;$5 = 'f', &lt;/P&gt;&lt;P&gt;$6 = 'f', &lt;/P&gt;&lt;P&gt;$7 = '2015-02-19 11:19:21.826618', &lt;/P&gt;&lt;P&gt;$8 = '2015-02-19 18:53:12.82906', &lt;/P&gt;&lt;P&gt;$9 = '1753-01-01 00:00:00', &lt;/P&gt;&lt;P&gt;$10 = 'WIN-I3L69AIS9MR\svc_qlikview', &lt;/P&gt;&lt;P&gt;$11 = 'e4b2dcf0-7aa6-452a-805c-f2913a542f27'"&lt;/P&gt;&lt;P&gt;COMMIT&lt;/P&gt;&lt;P&gt;I tried update in users table and didn´t work &lt;IMG src="https://community.qlik.com/legacyfs/online/emoticons/sad.png" /&gt;.&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
    <pubDate>Thu, 19 Feb 2015 19:39:48 GMT</pubDate>
    <dc:creator>Ricardo_Gerhard</dc:creator>
    <dc:date>2015-02-19T19:39:48Z</dc:date>
    <item>
      <title>Update RoleString</title>
      <link>https://community.qlik.com/t5/Management-Governance/Update-RoleString/m-p/755925#M2921</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Suppose I´m lost credentials from RootAdmin users and need to access QMC, there is a way to restore this access directly by database update to a new user registered?&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;I found this update after altered config log level in PostgreSQL database:&lt;/P&gt;&lt;P&gt;SET autocommit=true&lt;/P&gt;&lt;P&gt;UPDATE ""Users""&lt;/P&gt;&lt;P&gt;&amp;nbsp;&amp;nbsp; SET ""UserId"" = $1, &lt;/P&gt;&lt;P&gt;&amp;nbsp;&amp;nbsp;&amp;nbsp; ""UserDirectory"" = $2, &lt;/P&gt;&lt;P&gt;&amp;nbsp;&amp;nbsp;&amp;nbsp; ""Name"" = $3, &lt;/P&gt;&lt;P&gt;&amp;nbsp;&amp;nbsp;&amp;nbsp; ""RolesString"" = $4, &lt;/P&gt;&lt;P&gt;&amp;nbsp;&amp;nbsp;&amp;nbsp; ""Inactive"" = $5, &lt;/P&gt;&lt;P&gt;&amp;nbsp;&amp;nbsp;&amp;nbsp; ""Deleted"" = $6, &lt;/P&gt;&lt;P&gt;&amp;nbsp;&amp;nbsp;&amp;nbsp; ""CreatedDate"" = $7, &lt;/P&gt;&lt;P&gt;&amp;nbsp;&amp;nbsp;&amp;nbsp; ""ModifiedDate"" = $8, &lt;/P&gt;&lt;P&gt;&amp;nbsp;&amp;nbsp;&amp;nbsp; ""SyncDate"" = $9, &lt;/P&gt;&lt;P&gt;&amp;nbsp;&amp;nbsp;&amp;nbsp; ""ModifiedByUserName"" = $10&lt;/P&gt;&lt;P&gt; WHERE ""ID"" = $11",&lt;/P&gt;&lt;P&gt;"parameters: &lt;/P&gt;&lt;P&gt;$1 = 'administrator', &lt;/P&gt;&lt;P&gt;$2 = 'WIN-I3L69AIS9MR', &lt;/P&gt;&lt;P&gt;$3 = 'administrator', &lt;/P&gt;&lt;P&gt;$4 = 'RootAdmin', &lt;/P&gt;&lt;P&gt;$5 = 'f', &lt;/P&gt;&lt;P&gt;$6 = 'f', &lt;/P&gt;&lt;P&gt;$7 = '2015-02-19 11:19:21.826618', &lt;/P&gt;&lt;P&gt;$8 = '2015-02-19 18:53:12.82906', &lt;/P&gt;&lt;P&gt;$9 = '1753-01-01 00:00:00', &lt;/P&gt;&lt;P&gt;$10 = 'WIN-I3L69AIS9MR\svc_qlikview', &lt;/P&gt;&lt;P&gt;$11 = 'e4b2dcf0-7aa6-452a-805c-f2913a542f27'"&lt;/P&gt;&lt;P&gt;COMMIT&lt;/P&gt;&lt;P&gt;I tried update in users table and didn´t work &lt;IMG src="https://community.qlik.com/legacyfs/online/emoticons/sad.png" /&gt;.&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Thu, 19 Feb 2015 19:39:48 GMT</pubDate>
      <guid>https://community.qlik.com/t5/Management-Governance/Update-RoleString/m-p/755925#M2921</guid>
      <dc:creator>Ricardo_Gerhard</dc:creator>
      <dc:date>2015-02-19T19:39:48Z</dc:date>
    </item>
    <item>
      <title>Re: Update RoleString</title>
      <link>https://community.qlik.com/t5/Management-Governance/Update-RoleString/m-p/755926#M2922</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;it should be understood that the authorization passes through windows, that is, if you forget the password it is necessary to restore password windows user.&lt;/P&gt;&lt;P&gt;If you have a table of users for users that you know the login password, just set it to the paramter RolesString to RootAdmin.&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Fri, 20 Feb 2015 09:54:47 GMT</pubDate>
      <guid>https://community.qlik.com/t5/Management-Governance/Update-RoleString/m-p/755926#M2922</guid>
      <dc:creator>korsikov</dc:creator>
      <dc:date>2015-02-20T09:54:47Z</dc:date>
    </item>
    <item>
      <title>Re: Update RoleString</title>
      <link>https://community.qlik.com/t5/Management-Governance/Update-RoleString/m-p/755927#M2923</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Hi Alexander,&lt;/P&gt;&lt;P&gt;I had tried to update RoleString but didn´t work. My problem is the customer that lost all access and need a workaround to reestablish admin access.&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Mon, 23 Feb 2015 14:05:25 GMT</pubDate>
      <guid>https://community.qlik.com/t5/Management-Governance/Update-RoleString/m-p/755927#M2923</guid>
      <dc:creator>Ricardo_Gerhard</dc:creator>
      <dc:date>2015-02-23T14:05:25Z</dc:date>
    </item>
    <item>
      <title>Re: Update RoleString</title>
      <link>https://community.qlik.com/t5/Management-Governance/Update-RoleString/m-p/755928#M2924</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;This is very strange. Before I write a response, modeled such an operation on my server. Everything worked correctly.&lt;/P&gt;&lt;P&gt;Can record videos of your actions? It is also interesting to see the contents of the table "users"&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Mon, 23 Feb 2015 14:12:50 GMT</pubDate>
      <guid>https://community.qlik.com/t5/Management-Governance/Update-RoleString/m-p/755928#M2924</guid>
      <dc:creator>korsikov</dc:creator>
      <dc:date>2015-02-23T14:12:50Z</dc:date>
    </item>
    <item>
      <title>Re: Update RoleString</title>
      <link>https://community.qlik.com/t5/Management-Governance/Update-RoleString/m-p/755929#M2925</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;It´s necessary verify all fields and restart services after changed.&lt;/P&gt;&lt;P&gt;I made it and works fine.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Thanks.&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Wed, 25 Feb 2015 20:52:53 GMT</pubDate>
      <guid>https://community.qlik.com/t5/Management-Governance/Update-RoleString/m-p/755929#M2925</guid>
      <dc:creator>Ricardo_Gerhard</dc:creator>
      <dc:date>2015-02-25T20:52:53Z</dc:date>
    </item>
    <item>
      <title>Re: Update RoleString</title>
      <link>https://community.qlik.com/t5/Management-Governance/Update-RoleString/m-p/755930#M2926</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt; Please mark the appropriate replies as helpful / correct so Wool team and community&amp;nbsp; members know that your question has been answered to your satisfaction&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Wed, 25 Feb 2015 21:18:02 GMT</pubDate>
      <guid>https://community.qlik.com/t5/Management-Governance/Update-RoleString/m-p/755930#M2926</guid>
      <dc:creator>korsikov</dc:creator>
      <dc:date>2015-02-25T21:18:02Z</dc:date>
    </item>
  </channel>
</rss>

