Forum Discussion
dustinn
7 years agoResolver I
Report Server with AD Application Proxy stuck at loading
We managed to connect our Report Server into Active Directory Application Proxy so it is accessible outside the company's network. Almost everything works fine except for it is stuck on loading the d...
wixtaz
4 years agoNew Member
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.
RickyRhys
4 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.