<?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: PowerBi Server prompt login and password in Report Server</title>
    <link>https://community.fabric.microsoft.com/t5/Report-Server/PowerBi-Server-prompt-login-and-password/m-p/2420106#M23485</link>
    <description>&lt;P&gt;This probably just means that you need to give your user account access to the home folder. If you login to the server where Power BI Report Server is installed. Then run a browser as admin ( I usually hold down the shift key then right click on the browser icon to get to this option) and do the following:&lt;/P&gt;
&lt;UL&gt;
&lt;LI&gt;Navigate to localhost/reports&amp;nbsp;&lt;/LI&gt;
&lt;LI&gt;Click on the Manage Folder option in the top right&lt;/LI&gt;
&lt;LI&gt;Then add your username to the Content Manager role&lt;/LI&gt;
&lt;/UL&gt;
&lt;P&gt;Then you should be able to close this browser and access the Report Server normally. You will then be able to add other users/groups as needed.&lt;/P&gt;</description>
    <pubDate>Mon, 28 Mar 2022 01:54:40 GMT</pubDate>
    <dc:creator>d_gosbell</dc:creator>
    <dc:date>2022-03-28T01:54:40Z</dc:date>
    <item>
      <title>PowerBi Server prompt login and password</title>
      <link>https://community.fabric.microsoft.com/t5/Report-Server/PowerBi-Server-prompt-login-and-password/m-p/2419640#M23479</link>
      <description>&lt;P&gt;Hi Team&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;I have a big problem. On new computer I installed PowerBi server + SQL Express 2019, I configured SSRS and right now when I tried to connect to webpage report server needs from me login and password.&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;&lt;img /&gt;&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;I checked a few sollutions (from this forum) and unfortunatelly nothing happends.&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;I tried to change in RSReportServer.config XML structure in Authentication section.&lt;/P&gt;&lt;P&gt;I tried to create new DB for report server but still nothing.&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;In logs I don't see same problems. Only I has informtion about Catalog max connection pool size: 100 (I tried to changed to 500 and 1000 and nothing).&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;I will be grateful for any help&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;</description>
      <pubDate>Sun, 27 Mar 2022 07:46:44 GMT</pubDate>
      <guid>https://community.fabric.microsoft.com/t5/Report-Server/PowerBi-Server-prompt-login-and-password/m-p/2419640#M23479</guid>
      <dc:creator>mdrobny2992</dc:creator>
      <dc:date>2022-03-27T07:46:44Z</dc:date>
    </item>
    <item>
      <title>Re: PowerBi Server prompt login and password</title>
      <link>https://community.fabric.microsoft.com/t5/Report-Server/PowerBi-Server-prompt-login-and-password/m-p/2420106#M23485</link>
      <description>&lt;P&gt;This probably just means that you need to give your user account access to the home folder. If you login to the server where Power BI Report Server is installed. Then run a browser as admin ( I usually hold down the shift key then right click on the browser icon to get to this option) and do the following:&lt;/P&gt;
&lt;UL&gt;
&lt;LI&gt;Navigate to localhost/reports&amp;nbsp;&lt;/LI&gt;
&lt;LI&gt;Click on the Manage Folder option in the top right&lt;/LI&gt;
&lt;LI&gt;Then add your username to the Content Manager role&lt;/LI&gt;
&lt;/UL&gt;
&lt;P&gt;Then you should be able to close this browser and access the Report Server normally. You will then be able to add other users/groups as needed.&lt;/P&gt;</description>
      <pubDate>Mon, 28 Mar 2022 01:54:40 GMT</pubDate>
      <guid>https://community.fabric.microsoft.com/t5/Report-Server/PowerBi-Server-prompt-login-and-password/m-p/2420106#M23485</guid>
      <dc:creator>d_gosbell</dc:creator>
      <dc:date>2022-03-28T01:54:40Z</dc:date>
    </item>
    <item>
      <title>Re: PowerBi Server prompt login and password</title>
      <link>https://community.fabric.microsoft.com/t5/Report-Server/PowerBi-Server-prompt-login-and-password/m-p/2425591#M23521</link>
      <description>&lt;P&gt;Hi&amp;nbsp;&lt;a href="javascript:void(0)" data-lia-user-mentions="" data-lia-user-uid="371928" data-lia-user-login="mdrobny2992" class="lia-mention lia-mention-user"&gt;mdrobny2992&lt;/a&gt;&amp;nbsp;,&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;
&lt;P&gt;The prompt you are seeing is a windows authentication prompt for connecting from the browser to the serve. You probably need to check your browser settings and active directory config to confirm why the windows auth challange is coming up. maybe, you can change the report server negotiate and NTLM settings as described below:&lt;/P&gt;
&lt;P&gt;&lt;A href="https://docs.microsoft.com/en-us/sql/reporting-services/security/configure-windows-authentication-on-the-report-server?view=sql-server-ver15&amp;amp;viewFallbackFrom=sql-server-2017%C2%A0" target="_blank"&gt;Configure Windows Authentication on the Report Server - SQL Server Reporting Services (SSRS) | Microsoft Docs&lt;/A&gt;&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;
&lt;P&gt;Also for this kind of problem, you can refer to the following&lt;A href="https://community.powerbi.com/t5/Report-Server/Login-username-and-password-prompt-for-Power-BI-report-web/m-p/1865443" target="_self"&gt; similar solutions&lt;/A&gt;.&lt;/P&gt;
&lt;P&gt;&lt;img /&gt;&lt;/P&gt;
&lt;P&gt;If the problem is still not resolved, please provide detailed error information and let me know immediately. Looking forward to your reply.&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;
&lt;P&gt;Best Regards,&lt;BR /&gt;Henry&lt;/P&gt;
&lt;P&gt;&lt;BR /&gt;If this post &lt;EM&gt;&lt;STRONG&gt;helps&lt;/STRONG&gt;&lt;/EM&gt;, then please consider&lt;EM&gt;&lt;STRONG&gt; Accept it as the solution&lt;/STRONG&gt; &lt;/EM&gt;to help the other members find it more quickly.&lt;/P&gt;</description>
      <pubDate>Wed, 30 Mar 2022 02:21:46 GMT</pubDate>
      <guid>https://community.fabric.microsoft.com/t5/Report-Server/PowerBi-Server-prompt-login-and-password/m-p/2425591#M23521</guid>
      <dc:creator>v-henryk-mstf</dc:creator>
      <dc:date>2022-03-30T02:21:46Z</dc:date>
    </item>
  </channel>
</rss>

