<?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: Custom Authentciation in POwer BI in Report Server</title>
    <link>https://community.fabric.microsoft.com/t5/Report-Server/Custom-Authentciation-in-POwer-BI/m-p/757372#M11185</link>
    <description>&lt;P&gt;Hi,&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;Managed to get the power bi portal page&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;But an error pop up windows is displayed saying&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;"You are not allowed to view this folder. Need to set permissions"&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;Any suggestions please ?&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;&lt;a href="javascript:void(0)" data-lia-user-mentions="" data-lia-user-uid="30300" data-lia-user-login="malikirfan28" class="lia-mention lia-mention-user"&gt;malikirfan28&lt;/a&gt;&amp;nbsp; ,&amp;nbsp;&lt;a href="javascript:void(0)" data-lia-user-mentions="" data-lia-user-uid="14525" data-lia-user-login="v-yulgu-msft" class="lia-mention lia-mention-user"&gt;v-yulgu-msft&lt;/a&gt;&amp;nbsp; - Can you please help !!&lt;/P&gt;</description>
    <pubDate>Mon, 05 Aug 2019 05:45:27 GMT</pubDate>
    <dc:creator>GuestUser</dc:creator>
    <dc:date>2019-08-05T05:45:27Z</dc:date>
    <item>
      <title>Custom Authentciation in POwer BI</title>
      <link>https://community.fabric.microsoft.com/t5/Report-Server/Custom-Authentciation-in-POwer-BI/m-p/754817#M11162</link>
      <description>&lt;P&gt;Hi,&lt;/P&gt;&lt;P&gt;We have Power BI On Prem Report Server Installed (May 2019)&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;We have connected it to SSAS using COnnect Live Option&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;Also we have installed SQL Server 2016&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;We have implemented Custom Authentication refering the below link&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;&lt;A href="https://github.com/Microsoft/Reporting-Services/tree/master/CustomSecuritySample" target="_blank"&gt;https://github.com/Microsoft/Reporting-Services/tree/master/CustomSecuritySample&lt;/A&gt;&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;We are able to see login page and able to register user and it gets eneterd into the table as well&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;But the Power BI home page does not open . It says "Report Configuration Error".&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;Can anyone help please&lt;/P&gt;&lt;P&gt;&lt;BR /&gt;RSPortal log file says :&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;2019-08-01 07:34:19.4777|ERROR|18|OData exception occurred: Microsoft.ReportingServices.Diagnostics.Utilities.ServerConfigurationErrorException: The report server has encountered a configuration error.&lt;BR /&gt;at Microsoft.ReportingServices.Library.Security.get_AuthorizationExtension()&lt;BR /&gt;at Microsoft.ReportingServices.Library.Security.&amp;lt;&amp;gt;c__DisplayClass45_0.&amp;lt;GetSystemPermissions&amp;gt;b__0()&lt;BR /&gt;at Microsoft.ReportingServices.Diagnostics.ExtensionBoundary.Invoke(Method m)&lt;BR /&gt;at Microsoft.ReportingServices.Library.Security.GetSystemPermissions()&lt;BR /&gt;at Microsoft.ReportingServices.Library.GetSystemPermissionsAction.PerformActionNow()&lt;BR /&gt;at Microsoft.ReportingServices.Library.RSSoapAction`1.Execute()&lt;BR /&gt;at Microsoft.ReportingServices.Portal.Repositories.SystemService.GetAllowedSystemActions(IPrincipal userPrincipal)&lt;BR /&gt;at Microsoft.ReportingServices.Portal.ODataWebApi.V2.Controllers.UnboundFunctionController.ServiceState()&lt;BR /&gt;at lambda_method(Closure , Object , Object[] )&lt;BR /&gt;at System.Web.Http.Controllers.ReflectedHttpActionDescriptor.ActionExecutor.&amp;lt;&amp;gt;c__DisplayClass10.&amp;lt;GetExecutor&amp;gt;b__9(Object instance, Object[] methodParameters)&lt;BR /&gt;at System.Web.Http.Controllers.ReflectedHttpActionDescriptor.ExecuteAsync(HttpControllerContext controllerContext, IDictionary`2 arguments, CancellationToken cancellationToken)&lt;/P&gt;&lt;P&gt;&lt;BR /&gt;ReportingServicesService Log file shows below error:&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;crypto!ReportServer_0-1!7f24!07/31/2019-06:54:15:: i INFO: Importing existing encryption key&lt;BR /&gt;extensionfactory!ReportServer_0-1!7f24!07/31/2019-06:54:15:: e ERROR: Exception caught instantiating Forms report server extension: System.Xml.XmlException: There are multiple root elements. Line 1, position 72.&lt;BR /&gt;at System.Xml.XmlTextReaderImpl.Throw(Exception e)&lt;BR /&gt;at System.Xml.XmlTextReaderImpl.ParseDocumentContent()&lt;BR /&gt;at System.Xml.XmlLoader.LoadDocSequence(XmlDocument parentDoc)&lt;BR /&gt;at System.Xml.XmlDocument.Load(XmlReader reader)&lt;BR /&gt;at System.Xml.XmlDocument.LoadXml(String xml)&lt;BR /&gt;at Microsoft.Samples.ReportingServices.CustomSecurity.Authorization.SetConfiguration(String configuration)&lt;BR /&gt;at Microsoft.ReportingServices.Diagnostics.ExtensionClassFactory.CreateAndInitializeExtensionInstance(Extension extConfig).&lt;BR /&gt;library!ReportServer_0-1!7f24!07/31/2019-06:54:15:: e ERROR: Throwing Microsoft.ReportingServices.Diagnostics.Utilities.ServerConfigurationErrorException: Could not load Authorization extension, Microsoft.ReportingServices.Diagnostics.Utilities.ServerConfigurationErrorException: The report server has encountered a configuration error. ;&lt;/P&gt;</description>
      <pubDate>Thu, 01 Aug 2019 07:47:44 GMT</pubDate>
      <guid>https://community.fabric.microsoft.com/t5/Report-Server/Custom-Authentciation-in-POwer-BI/m-p/754817#M11162</guid>
      <dc:creator>GuestUser</dc:creator>
      <dc:date>2019-08-01T07:47:44Z</dc:date>
    </item>
    <item>
      <title>Re: Custom Authentciation in POwer BI</title>
      <link>https://community.fabric.microsoft.com/t5/Report-Server/Custom-Authentciation-in-POwer-BI/m-p/757372#M11185</link>
      <description>&lt;P&gt;Hi,&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;Managed to get the power bi portal page&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;But an error pop up windows is displayed saying&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;"You are not allowed to view this folder. Need to set permissions"&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;Any suggestions please ?&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;&lt;a href="javascript:void(0)" data-lia-user-mentions="" data-lia-user-uid="30300" data-lia-user-login="malikirfan28" class="lia-mention lia-mention-user"&gt;malikirfan28&lt;/a&gt;&amp;nbsp; ,&amp;nbsp;&lt;a href="javascript:void(0)" data-lia-user-mentions="" data-lia-user-uid="14525" data-lia-user-login="v-yulgu-msft" class="lia-mention lia-mention-user"&gt;v-yulgu-msft&lt;/a&gt;&amp;nbsp; - Can you please help !!&lt;/P&gt;</description>
      <pubDate>Mon, 05 Aug 2019 05:45:27 GMT</pubDate>
      <guid>https://community.fabric.microsoft.com/t5/Report-Server/Custom-Authentciation-in-POwer-BI/m-p/757372#M11185</guid>
      <dc:creator>GuestUser</dc:creator>
      <dc:date>2019-08-05T05:45:27Z</dc:date>
    </item>
  </channel>
</rss>

