Forum Discussion
Report Server with AD Application Proxy stuck at loading
I'm experiencing the same issue now.
I'm guessing it relates in some way to the delegated access to the ReportDB...
Did anyone manage to find a solution?
i had the same issue, since i update SSRS with september version.
After investigate it's a probleme about CORS access. No credentials are sending trought MSapp proxy to the Report Server ( code error (0x8009030e) )
if someone have any clues it will be really welcome.
- RickyRhys4 years agoRegular Visitor
For us, the issue was the URL that we used in the App Proxy.
If you are accessing the report server directly, you use http://reportservername/reports
but you need to drop off the /Reports in the app proxy and direct to http://reportservername
This resolved the issue for us.
- wixtaz4 years agoNew Member
Hi RickyRhys,
Indeed it was that i found it yesterday evening.
It's also solved the probleme in our Side.
Thank you for your confimation.