Forum Discussion
503 errors with custom visuals with report server using form authentication
Did you ever resolve this issue? We are experiencing exactly the same problem, also with custom forms authentication.
Even after many updates to Power BI Reportserver to the most current version (Mai 2023), this problem persists.
I try to avoid all custom visuals and the one and only custom visual I use in my reports for now is "Text Filter" (why is there no build in visual in PBI ^^).
It sometimes disappears, but after switching a tab in the PBI report and switching back it appears again (sometimes not ...).
I'm currently trying to integrate some D3.js with the corresponding custom visual to give my reports an extra touch, and the problem is back again.
Currently Firefox seams to have no problems with custom visuals .... but Edge and Chrome have.
Maybe it has something to do with how complex the report page is - more non custom visuals on the same reportpage makes the problem worse.
So if someone has a clue what's going on ... just drop your 2 cents here 😉
- d_gosbell3 years agoSuper User
I have not seen this with the default windows authentication, so it could be an issue with your custom authentication provider. Have you tried debugging that? Have you implemented exception logging in your code?
- lsteffens3 years agoAdvocate I
Thanks for your reply.
I'm using the code from github for SQL Server 2017 (this is the most current version of the sample) (https://github.com/Microsoft/Reporting-Services/tree/master/CustomSecuritySample), with minor changes in order to correctly verify the user and password against encrypted password stored on SQL Server coming from IIS forms/custom authentication template.
I'll try to implement some kind of logging inside the custom security code for RS or, maybe better, hook the VS debugger on to the DLLs/processes (if that is even possible - I have not done that before).
But I think it's some kind of configuration problem with PBIRS website - maybe a timeout.
The problem with disappearing custom visuals seems to get worse if the report page is more complex and PBI and the browser has more work to do. (Firefox seems to work for now)
Anyway, if I have some "news" I'll post it here ....
Thanks again!