<?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: QlikSense Repository user(ROLE) change in Management &amp; Governance</title>
    <link>https://community.qlik.com/t5/Management-Governance/QlikSense-Repository-user-ROLE-change/m-p/1517431#M12004</link>
    <description>&lt;P&gt;Hey&amp;nbsp;&lt;a href="https://community.qlik.com/t5/user/viewprofilepage/user-id/45114"&gt;@j_qlikview&lt;/a&gt;,&lt;/P&gt;&lt;P&gt;My first guess is that the connection string used by the Repository Service to connect to the underlying PostgreSQL databast is still using the old account.&lt;/P&gt;&lt;P&gt;To confirm this:&lt;/P&gt;&lt;UL&gt;&lt;LI&gt;Open the QlikSenseUtil.exe file (default location&amp;nbsp;C:\Program Files\Qlik\Sense\Repository\Util\QlikSenseUtil\QlikSenseUtil.exe)&lt;UL&gt;&lt;LI&gt;If you've customized the installation path for Qlik Sense then it will be located at&lt;SPAN&gt;&amp;nbsp;&lt;/SPAN&gt;&lt;STRONG&gt;Drive:\Path\Where\Installed\&lt;/STRONG&gt;Repository\Util\QlikSenseUtil\QlikSenseUtil.exe with adjustments to the bolded section to point to where Qlik Sense has been installed&lt;/LI&gt;&lt;/UL&gt;&lt;/LI&gt;&lt;LI&gt;In QlikSenseUtil&lt;UL&gt;&lt;LI&gt;Click on the&amp;nbsp;&lt;STRONG&gt;Connection String Editor&amp;nbsp;&lt;/STRONG&gt;button&amp;nbsp;to decrypt the connection string&lt;/LI&gt;&lt;LI&gt;Inspect the User ID = element&lt;/LI&gt;&lt;LI&gt;If you want to change this, change it in the tool. Save the file and restart the Repository Service.&amp;nbsp;&lt;/LI&gt;&lt;/UL&gt;&lt;/LI&gt;&lt;/UL&gt;&lt;P&gt;Hope that helps.&lt;/P&gt;</description>
    <pubDate>Thu, 06 Dec 2018 14:05:10 GMT</pubDate>
    <dc:creator>Levi_Turner</dc:creator>
    <dc:date>2018-12-06T14:05:10Z</dc:date>
    <item>
      <title>QlikSense Repository user(ROLE) change</title>
      <link>https://community.qlik.com/t5/Management-Governance/QlikSense-Repository-user-ROLE-change/m-p/1516986#M11993</link>
      <description>&lt;P&gt;&lt;SPAN&gt;Hi,&lt;/SPAN&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;&lt;SPAN&gt;I have installed QlikSense November 2017 recently on multi-node(4 Nodes) cluster with external repository database(Postgresql 9.6). When installing postgres I have created repository user as&amp;nbsp;&lt;STRONG&gt;&lt;I&gt;QS&amp;nbsp;&lt;/I&gt;&lt;/STRONG&gt;and While installing QlikSense november 2017 I have given QlikSense user as&amp;nbsp;&lt;STRONG&gt;&lt;I&gt;QS&lt;/I&gt;&lt;/STRONG&gt;.&lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;&lt;SPAN&gt;Now I am trying to upgrade to June 2018 version. For this upgrade i have created databases&amp;nbsp;&lt;STRONG&gt;QSMQ&amp;nbsp;&lt;/STRONG&gt;and&amp;nbsp;&lt;STRONG&gt;SenseServices&amp;nbsp;&lt;/STRONG&gt;but i am not able to make&amp;nbsp;&lt;I&gt;&lt;STRONG&gt;QS&amp;nbsp;&lt;/STRONG&gt;&lt;/I&gt;as the owner of both the databases(PG Admin was throwing an error as incorrect login role). So I follwed the steps as shown in QlikSense Jun 2018 documentation and followed the below steps:&lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;&lt;SPAN&gt;&amp;nbsp;&lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;&lt;SPAN&gt;CREATE ROLE qliksenserepository WITH LOGIN NOINHERIT NOSUPERUSER NOCREATEDB NOCREATEROLE NOREPLICATION VALID UNTIL 'infinity'; --creates 'qliksenserepository' user and assigns privileges&amp;nbsp;&lt;/SPAN&gt;&lt;BR /&gt;&lt;SPAN&gt;ALTER ROLE qliksenserepository WITH ENCRYPTED PASSWORD '&amp;lt;qliksenserepository_password&amp;gt;'; --assigns password to qliksenserepository&lt;/SPAN&gt;&lt;BR /&gt;&lt;SPAN&gt;ALTER DATABASE "QSR" OWNER TO qliksenserepository; --sets qliksenserepository as owner of the QSR database&lt;/SPAN&gt;&lt;BR /&gt;&lt;SPAN&gt;ALTER DATABASE "SenseServices" OWNER TO qliksenserepository; --sets qliksenserepository as owner of the SenseServices database&lt;/SPAN&gt;&lt;BR /&gt;&lt;SPAN&gt;ALTER DATABASE "QSMQ" OWNER TO qliksenserepository; --sets qliksenserepository as owner of the QSMQ database&lt;/SPAN&gt;&lt;BR /&gt;&lt;SPAN&gt;GRANT TEMPORARY, CONNECT ON DATABASE "QSMQ" TO PUBLIC;&lt;/SPAN&gt;&lt;BR /&gt;&lt;SPAN&gt;GRANT ALL ON DATABASE "QSMQ" TO postgres;&lt;/SPAN&gt;&lt;BR /&gt;&lt;SPAN&gt;GRANT CREATE ON DATABASE "QSMQ" TO qliksenserepository;&lt;/SPAN&gt;&lt;BR /&gt;&lt;SPAN&gt;GRANT TEMPORARY, CONNECT ON DATABASE "SenseServices" TO PUBLIC;&lt;/SPAN&gt;&lt;BR /&gt;&lt;SPAN&gt;GRANT ALL ON DATABASE "SenseServices" TO postgres;&lt;/SPAN&gt;&lt;BR /&gt;&lt;SPAN&gt;GRANT CREATE ON DATABASE "SenseServices" TO qliksenserepository;&lt;/SPAN&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;&amp;nbsp;After creating a new role&lt;SPAN&gt;&amp;nbsp;&lt;/SPAN&gt;&lt;I&gt;&lt;STRONG&gt;qliksenserepository&lt;SPAN&gt;&amp;nbsp;&lt;/SPAN&gt;&lt;/STRONG&gt;&lt;/I&gt;and making it as a new owner , I proceeded with the June 2018 upgrade. Upgrade was successful and all services are running, but QlikSense is still user the postgres repository user&lt;SPAN&gt;&amp;nbsp;&lt;/SPAN&gt;&lt;I&gt;&lt;STRONG&gt;QS&lt;/STRONG&gt;&lt;/I&gt;, though it is changed to&lt;SPAN&gt;&amp;nbsp;&lt;/SPAN&gt;&lt;I&gt;&lt;STRONG&gt;qliksenserepository&lt;SPAN&gt;&amp;nbsp;&lt;/SPAN&gt;&lt;/STRONG&gt;&lt;/I&gt;user.&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;STRONG&gt;Please Find the attached snapshot for the same.&lt;/STRONG&gt;&amp;nbsp;&lt;/P&gt;&lt;DIV&gt;Can someone please take a look and suggest me, how to change QlikSense settings to store data into the repository with the new name&lt;SPAN&gt;&amp;nbsp;&lt;/SPAN&gt;&lt;STRONG&gt;&lt;I&gt;qliksenserepository&lt;SPAN&gt;&amp;nbsp;&lt;/SPAN&gt;&lt;/I&gt;&lt;/STRONG&gt;instead of old given name i.e&lt;SPAN&gt;&amp;nbsp;&lt;/SPAN&gt;&lt;STRONG&gt;&lt;I&gt;QS.&lt;/I&gt;&lt;/STRONG&gt;&lt;/DIV&gt;&lt;DIV&gt;&amp;nbsp;&lt;/DIV&gt;&lt;DIV&gt;Thanks in Advance,&lt;/DIV&gt;&lt;DIV&gt;J&lt;/DIV&gt;</description>
      <pubDate>Sat, 16 Nov 2024 07:07:12 GMT</pubDate>
      <guid>https://community.qlik.com/t5/Management-Governance/QlikSense-Repository-user-ROLE-change/m-p/1516986#M11993</guid>
      <dc:creator>j_qlikview</dc:creator>
      <dc:date>2024-11-16T07:07:12Z</dc:date>
    </item>
    <item>
      <title>Re: QlikSense Repository user(ROLE) change</title>
      <link>https://community.qlik.com/t5/Management-Governance/QlikSense-Repository-user-ROLE-change/m-p/1517431#M12004</link>
      <description>&lt;P&gt;Hey&amp;nbsp;&lt;a href="https://community.qlik.com/t5/user/viewprofilepage/user-id/45114"&gt;@j_qlikview&lt;/a&gt;,&lt;/P&gt;&lt;P&gt;My first guess is that the connection string used by the Repository Service to connect to the underlying PostgreSQL databast is still using the old account.&lt;/P&gt;&lt;P&gt;To confirm this:&lt;/P&gt;&lt;UL&gt;&lt;LI&gt;Open the QlikSenseUtil.exe file (default location&amp;nbsp;C:\Program Files\Qlik\Sense\Repository\Util\QlikSenseUtil\QlikSenseUtil.exe)&lt;UL&gt;&lt;LI&gt;If you've customized the installation path for Qlik Sense then it will be located at&lt;SPAN&gt;&amp;nbsp;&lt;/SPAN&gt;&lt;STRONG&gt;Drive:\Path\Where\Installed\&lt;/STRONG&gt;Repository\Util\QlikSenseUtil\QlikSenseUtil.exe with adjustments to the bolded section to point to where Qlik Sense has been installed&lt;/LI&gt;&lt;/UL&gt;&lt;/LI&gt;&lt;LI&gt;In QlikSenseUtil&lt;UL&gt;&lt;LI&gt;Click on the&amp;nbsp;&lt;STRONG&gt;Connection String Editor&amp;nbsp;&lt;/STRONG&gt;button&amp;nbsp;to decrypt the connection string&lt;/LI&gt;&lt;LI&gt;Inspect the User ID = element&lt;/LI&gt;&lt;LI&gt;If you want to change this, change it in the tool. Save the file and restart the Repository Service.&amp;nbsp;&lt;/LI&gt;&lt;/UL&gt;&lt;/LI&gt;&lt;/UL&gt;&lt;P&gt;Hope that helps.&lt;/P&gt;</description>
      <pubDate>Thu, 06 Dec 2018 14:05:10 GMT</pubDate>
      <guid>https://community.qlik.com/t5/Management-Governance/QlikSense-Repository-user-ROLE-change/m-p/1517431#M12004</guid>
      <dc:creator>Levi_Turner</dc:creator>
      <dc:date>2018-12-06T14:05:10Z</dc:date>
    </item>
    <item>
      <title>Re: QlikSense Repository user(ROLE) change</title>
      <link>https://community.qlik.com/t5/Management-Governance/QlikSense-Repository-user-ROLE-change/m-p/1518175#M12016</link>
      <description>&lt;P&gt;&lt;SPAN&gt;Thanks for your reply, I tried to run the&amp;nbsp; Q&lt;/SPAN&gt;&lt;SPAN&gt;likSenseUtil.exe but it doesnt have any of the postgresql or the user information stored in it. Please see the screenshot below and please suggest.&lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;&lt;SPAN&gt;Thanks,&lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;&lt;SPAN&gt;J&lt;/SPAN&gt;&lt;/P&gt;</description>
      <pubDate>Fri, 07 Dec 2018 20:25:23 GMT</pubDate>
      <guid>https://community.qlik.com/t5/Management-Governance/QlikSense-Repository-user-ROLE-change/m-p/1518175#M12016</guid>
      <dc:creator>j_qlikview</dc:creator>
      <dc:date>2018-12-07T20:25:23Z</dc:date>
    </item>
    <item>
      <title>Re: QlikSense Repository user(ROLE) change</title>
      <link>https://community.qlik.com/t5/Management-Governance/QlikSense-Repository-user-ROLE-change/m-p/1518176#M12017</link>
      <description>&lt;P&gt;Because the .config isn't located in the default path (D:\.... is visible in the Windows File Explorer). If you've customized the install path then the .config will be located in Drive:\Install\Path\Repository\Repository.exe.config&lt;/P&gt;</description>
      <pubDate>Fri, 07 Dec 2018 20:32:59 GMT</pubDate>
      <guid>https://community.qlik.com/t5/Management-Governance/QlikSense-Repository-user-ROLE-change/m-p/1518176#M12017</guid>
      <dc:creator>Levi_Turner</dc:creator>
      <dc:date>2018-12-07T20:32:59Z</dc:date>
    </item>
    <item>
      <title>Re: QlikSense Repository user(ROLE) change</title>
      <link>https://community.qlik.com/t5/Management-Governance/QlikSense-Repository-user-ROLE-change/m-p/1518183#M12018</link>
      <description>&lt;P&gt;Hi,&lt;/P&gt;&lt;P&gt;&lt;SPAN&gt;I looked at the config file but I dont see any information about repository user(QS or qliksenserepository). Please see the below .&lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;&amp;nbsp;&amp;lt;?xml version="1.0" encoding="utf-8"?&amp;gt;&lt;BR /&gt;&amp;lt;configuration&amp;gt;&lt;BR /&gt;&amp;lt;configSections&amp;gt;&lt;BR /&gt;&amp;lt;section name="entityFramework" type="System.Data.Entity.Internal.ConfigFile.EntityFrameworkSection, EntityFramework, Version=6.0.0.0, Culture=neutral, PublicKeyToken=b77a5c561934e089" requirePermission="false" /&amp;gt;&lt;BR /&gt;&amp;lt;!-- For more information on Entity Framework configuration, visit &lt;A href="http://go.microsoft.com/fwlink/?LinkID=237468" target="_blank"&gt;http://go.microsoft.com/fwlink/?LinkID=237468&lt;/A&gt; --&amp;gt;&lt;BR /&gt;&amp;lt;/configSections&amp;gt;&lt;BR /&gt;&amp;lt;connectionStrings configProtectionProvider="DPAPIProtection"&amp;gt;&lt;BR /&gt;&amp;lt;EncryptedData&amp;gt;&lt;BR /&gt;&amp;lt;CipherData&amp;gt;&lt;BR /&gt;&amp;lt;CipherValue&amp;gt;AQAAANCMnd8BFdERjHoAwE/Cl+sBAAAAAAjuUJ2yVEOfovGFQHuePgQAAAACAAAAAAADZgAAwAAAABAAAADCnRRq3PHjaZ5WrWJ+DPTVAAAAAASAAACgAAAAEAAAAB/gPnZbSyAKVqeNOWUbaaswAAAAFu+RsB7rIrmLnDjyK6atoGj4vCPjel++flcFeEl7U/fKmD/YD6QLYw5X8Vu0W+ctFAAAAJphqmcldNr0q/9E89bwaSGtt3l7&amp;lt;/CipherValue&amp;gt;&lt;BR /&gt;&amp;lt;/CipherData&amp;gt;&lt;BR /&gt;&amp;lt;/EncryptedData&amp;gt;&lt;BR /&gt;&amp;lt;/connectionStrings&amp;gt;&lt;BR /&gt;&amp;lt;appSettings&amp;gt;&lt;BR /&gt;&amp;lt;add key="SenseHome" value="" /&amp;gt;&lt;BR /&gt;&amp;lt;add key="ArchivedLogs" value="" /&amp;gt;&lt;BR /&gt;&amp;lt;!-- Add the desired folder path for logs Archiving from this node. Not applied when SharedPersistence is true. --&amp;gt;&lt;BR /&gt;&amp;lt;add key="EnableCustomResource" value="false" /&amp;gt;&lt;BR /&gt;&amp;lt;add key="ClientSettingsProvider.ServiceUri" value="" /&amp;gt;&lt;BR /&gt;&amp;lt;add key="RepositoryCache.Size" value="2" /&amp;gt;&lt;BR /&gt;&amp;lt;add key="RepositoryCache.PollingInterval" value="00:00:30" /&amp;gt;&lt;BR /&gt;&amp;lt;add key="RepositoryCache.LoggingInterval" value="-1" /&amp;gt;&lt;BR /&gt;&amp;lt;add key="PostgresCommandTimeout" value="90" /&amp;gt;&lt;BR /&gt;&amp;lt;add key="ExecutionResultsAmountKept" value="3" /&amp;gt;&lt;BR /&gt;&amp;lt;add key="RunExecutionResultsTriggeredCleaningAgent" value="false" /&amp;gt;&lt;BR /&gt;&amp;lt;add key="ExecutionResultsCleaningAgentIntervalInMinutes" value="720" /&amp;gt;&lt;BR /&gt;&amp;lt;add key="ExecutionResultsDatabaseCleaningThresholdInDays" value="7" /&amp;gt;&lt;BR /&gt;&amp;lt;add key="ReadAccessControlMode" value="RepositoryFiltering" /&amp;gt;&lt;BR /&gt;&amp;lt;!-- Valid values are: "RepositoryFiltering" and "DualTestMode". "EntityFrameworkFiltering" is no longer supported, and "RepositoryFiltering will be used instead. "DualTestMode" should _not_ be used for anything but test purposes since it has a significant performance impact.--&amp;gt;&lt;BR /&gt;&amp;lt;add key="PublishFromHubEnabled" value="false" /&amp;gt;&lt;BR /&gt;&amp;lt;add key="helpUrlBase" value="&lt;A href="http://help.qlik.com/sense" target="_blank"&gt;http://help.qlik.com/sense&lt;/A&gt;" /&amp;gt;&lt;BR /&gt;&amp;lt;add key="StartupWaitForDatabaseSeconds" value="300" /&amp;gt;&lt;BR /&gt;&amp;lt;!-- Minimum value is 5 seconds --&amp;gt;&lt;BR /&gt;&amp;lt;add key="DisableAuthenticationPortRedirection" value="true" /&amp;gt;&lt;BR /&gt;&amp;lt;/appSettings&amp;gt;&lt;BR /&gt;&amp;lt;startup useLegacyV2RuntimeActivationPolicy="true"&amp;gt;&lt;BR /&gt;&amp;lt;supportedRuntime version="v4.0" sku=".NETFramework,Version=v4.5.2" /&amp;gt;&lt;BR /&gt;&amp;lt;/startup&amp;gt;&lt;BR /&gt;&amp;lt;system.net&amp;gt;&lt;BR /&gt;&amp;lt;settings&amp;gt;&lt;BR /&gt;&amp;lt;httpListener unescapeRequestUrl="false" /&amp;gt;&lt;BR /&gt;&amp;lt;/settings&amp;gt;&lt;BR /&gt;&amp;lt;/system.net&amp;gt;&lt;BR /&gt;&amp;lt;system.web&amp;gt;&lt;BR /&gt;&amp;lt;membership defaultProvider="ClientAuthenticationMembershipProvider"&amp;gt;&lt;BR /&gt;&amp;lt;providers&amp;gt;&lt;BR /&gt;&amp;lt;add name="ClientAuthenticationMembershipProvider" type="System.Web.ClientServices.Providers.ClientFormsAuthenticationMembershipProvider, System.Web.Extensions, Version=4.0.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35" serviceUri="" /&amp;gt;&lt;BR /&gt;&amp;lt;/providers&amp;gt;&lt;BR /&gt;&amp;lt;/membership&amp;gt;&lt;BR /&gt;&amp;lt;roleManager defaultProvider="ClientRoleProvider" enabled="true"&amp;gt;&lt;BR /&gt;&amp;lt;providers&amp;gt;&lt;BR /&gt;&amp;lt;add name="ClientRoleProvider" type="System.Web.ClientServices.Providers.ClientRoleProvider, System.Web.Extensions, Version=4.0.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35" serviceUri="" cacheTimeout="86400" /&amp;gt;&lt;BR /&gt;&amp;lt;/providers&amp;gt;&lt;BR /&gt;&amp;lt;/roleManager&amp;gt;&lt;BR /&gt;&amp;lt;/system.web&amp;gt;&lt;BR /&gt;&amp;lt;system.data&amp;gt;&lt;BR /&gt;&amp;lt;DbProviderFactories&amp;gt;&lt;BR /&gt;&amp;lt;remove invariant="Devart.Data.PostgreSql" /&amp;gt;&lt;BR /&gt;&amp;lt;add name="dotConnect for PostgreSQL" invariant="Devart.Data.PostgreSql" description="Devart dotConnect for PostgreSQL" type="Devart.Data.PostgreSql.PgSqlProviderFactory, Devart.Data.PostgreSql, Version=7.7.837.0, Culture=neutral, PublicKeyToken=09af7300eec23701" /&amp;gt;&lt;BR /&gt;&amp;lt;/DbProviderFactories&amp;gt;&lt;BR /&gt;&amp;lt;/system.data&amp;gt;&lt;BR /&gt;&amp;lt;entityFramework&amp;gt;&lt;BR /&gt;&amp;lt;providers&amp;gt;&lt;BR /&gt;&amp;lt;provider invariantName="Devart.Data.PostgreSql" type="Devart.Data.PostgreSql.Entity.PgSqlEntityProviderServices, Devart.Data.PostgreSql.Entity.EF6, Version=7.7.837.0, Culture=neutral, PublicKeyToken=09af7300eec23701" /&amp;gt;&lt;BR /&gt;&amp;lt;provider invariantName="System.Data.SqlClient" type="System.Data.Entity.SqlServer.SqlProviderServices, EntityFramework.SqlServer" /&amp;gt;&lt;BR /&gt;&amp;lt;/providers&amp;gt;&lt;BR /&gt;&amp;lt;defaultConnectionFactory type="System.Data.Entity.Infrastructure.SqlConnectionFactory, EntityFramework" /&amp;gt;&lt;BR /&gt;&amp;lt;/entityFramework&amp;gt;&lt;BR /&gt;&amp;lt;runtime&amp;gt;&lt;BR /&gt;&amp;lt;assemblyBinding xmlns="urn:schemas-microsoft-com:asm.v1"&amp;gt;&lt;BR /&gt;&amp;lt;dependentAssembly&amp;gt;&lt;BR /&gt;&amp;lt;assemblyIdentity name="Newtonsoft.Json" publicKeyToken="30ad4fe6b2a6aeed" culture="neutral" /&amp;gt;&lt;BR /&gt;&amp;lt;bindingRedirect oldVersion="0.0.0.0-6.0.0.0" newVersion="6.0.0.0" /&amp;gt;&lt;BR /&gt;&amp;lt;/dependentAssembly&amp;gt;&lt;BR /&gt;&amp;lt;dependentAssembly&amp;gt;&lt;BR /&gt;&amp;lt;assemblyIdentity name="Autofac" publicKeyToken="17863af14b0044da" culture="neutral" /&amp;gt;&lt;BR /&gt;&amp;lt;bindingRedirect oldVersion="0.0.0.0-3.5.0.0" newVersion="3.5.0.0" /&amp;gt;&lt;BR /&gt;&amp;lt;/dependentAssembly&amp;gt;&lt;BR /&gt;&amp;lt;dependentAssembly&amp;gt;&lt;BR /&gt;&amp;lt;assemblyIdentity name="Devart.Data.PostgreSql" publicKeyToken="09af7300eec23701" culture="neutral" /&amp;gt;&lt;BR /&gt;&amp;lt;bindingRedirect oldVersion="0.0.0.0-7.7.837.0" newVersion="7.7.837.0" /&amp;gt;&lt;BR /&gt;&amp;lt;/dependentAssembly&amp;gt;&lt;BR /&gt;&amp;lt;dependentAssembly&amp;gt;&lt;BR /&gt;&amp;lt;assemblyIdentity name="Devart.Data" publicKeyToken="09af7300eec23701" culture="neutral" /&amp;gt;&lt;BR /&gt;&amp;lt;bindingRedirect oldVersion="0.0.0.0-5.0.1629.0" newVersion="5.0.1629.0" /&amp;gt;&lt;BR /&gt;&amp;lt;/dependentAssembly&amp;gt;&lt;BR /&gt;&amp;lt;/assemblyBinding&amp;gt;&lt;BR /&gt;&amp;lt;/runtime&amp;gt;&lt;BR /&gt;&amp;lt;configProtectedData&amp;gt;&lt;BR /&gt;&amp;lt;providers&amp;gt;&lt;BR /&gt;&amp;lt;add useMachineProtection="true" name="DPAPIProtection" type="System.Configuration.DpapiProtectedConfigurationProvider, System.Configuration, Version=2.0.0.0, Culture=neutral, PublicKeyToken=b03f5f7f11d50a3a" /&amp;gt;&lt;BR /&gt;&amp;lt;/providers&amp;gt;&lt;BR /&gt;&amp;lt;/configProtectedData&amp;gt;&lt;BR /&gt;&amp;lt;/configuration&amp;gt;&lt;/P&gt;&lt;P&gt;&lt;SPAN&gt;Thanks,&lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;&lt;SPAN&gt;J&lt;/SPAN&gt;&lt;/P&gt;</description>
      <pubDate>Fri, 07 Dec 2018 23:02:59 GMT</pubDate>
      <guid>https://community.qlik.com/t5/Management-Governance/QlikSense-Repository-user-ROLE-change/m-p/1518183#M12018</guid>
      <dc:creator>j_qlikview</dc:creator>
      <dc:date>2018-12-07T23:02:59Z</dc:date>
    </item>
    <item>
      <title>Re: QlikSense Repository user(ROLE) change</title>
      <link>https://community.qlik.com/t5/Management-Governance/QlikSense-Repository-user-ROLE-change/m-p/1518277#M12023</link>
      <description>&lt;P&gt;Yes, there is nothing in plain text. You will need to use the utility that I referenced earlier to decrypt the connection string which is found in the &lt;FONT face="courier new,courier"&gt;&amp;lt;EncryptedData&amp;gt;&lt;/FONT&gt; element. Point the path to the config in the utility so see the plain text representation.&lt;/P&gt;</description>
      <pubDate>Sat, 08 Dec 2018 19:08:53 GMT</pubDate>
      <guid>https://community.qlik.com/t5/Management-Governance/QlikSense-Repository-user-ROLE-change/m-p/1518277#M12023</guid>
      <dc:creator>Levi_Turner</dc:creator>
      <dc:date>2018-12-08T19:08:53Z</dc:date>
    </item>
    <item>
      <title>Re: QlikSense Repository user(ROLE) change</title>
      <link>https://community.qlik.com/t5/Management-Governance/QlikSense-Repository-user-ROLE-change/m-p/1518320#M12025</link>
      <description>&lt;P&gt;Hi,&lt;/P&gt;&lt;P&gt;&lt;SPAN&gt;All I see this when I point it to the right path which is Drive D:/.&lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;&lt;SPAN&gt;Please find the attachment&amp;nbsp;for the same.&lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;&lt;SPAN&gt;Thanks,&lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;&lt;SPAN&gt;J&lt;/SPAN&gt;&lt;/P&gt;</description>
      <pubDate>Sun, 09 Dec 2018 14:47:51 GMT</pubDate>
      <guid>https://community.qlik.com/t5/Management-Governance/QlikSense-Repository-user-ROLE-change/m-p/1518320#M12025</guid>
      <dc:creator>j_qlikview</dc:creator>
      <dc:date>2018-12-09T14:47:51Z</dc:date>
    </item>
    <item>
      <title>Re: QlikSense Repository user(ROLE) change</title>
      <link>https://community.qlik.com/t5/Management-Governance/QlikSense-Repository-user-ROLE-change/m-p/1519479#M12054</link>
      <description>&lt;P&gt;Any Suggestions ...&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;Thanks,&lt;/P&gt;&lt;P&gt;J&lt;/P&gt;</description>
      <pubDate>Tue, 11 Dec 2018 18:32:36 GMT</pubDate>
      <guid>https://community.qlik.com/t5/Management-Governance/QlikSense-Repository-user-ROLE-change/m-p/1519479#M12054</guid>
      <dc:creator>j_qlikview</dc:creator>
      <dc:date>2018-12-11T18:32:36Z</dc:date>
    </item>
    <item>
      <title>Re: QlikSense Repository user(ROLE) change</title>
      <link>https://community.qlik.com/t5/Management-Governance/QlikSense-Repository-user-ROLE-change/m-p/1519525#M12056</link>
      <description>&lt;P&gt;I would encourage contacting Qlik Support since that tool is the supported mechanism for inspecting the encrypted connection string.&lt;/P&gt;</description>
      <pubDate>Tue, 11 Dec 2018 21:44:25 GMT</pubDate>
      <guid>https://community.qlik.com/t5/Management-Governance/QlikSense-Repository-user-ROLE-change/m-p/1519525#M12056</guid>
      <dc:creator>Levi_Turner</dc:creator>
      <dc:date>2018-12-11T21:44:25Z</dc:date>
    </item>
  </channel>
</rss>

