Forum Discussion

ey1020_park's avatar
ey1020_park
Frequent Visitor
3 years ago

reportserver error after 2023-May update (custom authentication)

Hello,

Last week we upgraded from 2021-Sep to 2023-May.

 

Previously, when accessing the bi portal using custom authentication, the following url was used.

https://domain_name/ReportServer/logon.aspx?ReturnUrl=/ReportServer/localredirect?url=%252freports%252f

But after update, the following error occurs when connecting to bi portal home.

 

webserver!ReportServer_0-3!74f0!07/10/2023-09:00:52:: e ERROR: RS.Server.HttpHandlerError {"shortHttpDescription":"Server Error","code":"500","path":"reportServiceHandlerWriteError","exceptionType":"Microsoft.ReportingServices.Diagnostics.Utilities.InternalCatalogException"}
runningrequests!ReportServer_0-3!9f14!07/10/2023-09:02:08:: w WARN: localredirect has been rejected as redirect URL does not point to registered local directory! URL: /reports
library!ReportServer_0-3!9f14!07/10/2023-09:02:08:: e ERROR: Throwing Microsoft.ReportingServices.Diagnostics.Utilities.InternalCatalogException: , Microsoft.ReportingServices.Diagnostics.Utilities.InternalCatalogException: An internal error occurred on the report server. See the error log for more details. ---> System.Threading.ThreadAbortException: Thread was being aborted.
at System.Threading.Thread.AbortInternal()
at System.Threading.Thread.Abort(Object stateInfo)
at System.Web.HttpResponse.AbortCurrentThread()
at Microsoft.ReportingServices.WebServer.Global.DispatchRequest()
at Microsoft.ReportingServices.WebServer.Global.Application_AuthenticateRequest(Object sender, EventArgs e)
--- End of inner exception stack trace ---;
webserver!ReportServer_0-3!9f14!07/10/2023-09:02:08:: e ERROR: RS.Server.HttpHandlerError {"shortHttpDescription":"Server Error","code":"500","path":"reportServiceHandlerWriteError","exceptionType":"Microsoft.ReportingServices.Diagnostics.Utilities.InternalCatalogException"}

 

As an interim measure 

we eliminated url encoding and changed url setting as below and we could connect bi portal.

But the rs:embed=true option is not working properly and specific folder open is not possible now.

https://Domain Name/ReportServer/logon.aspx?ReturnUrl=/reports/

 

It's been too long since the 2021-sep version, and it seems that there have been changes in url processing.

Please help us in what part to take action.

4 Replies