We've recently deployed a new infrastructure with multiple instances running Telerik Report Servers behind a load balancer.
In this new structure, we noticed a new intermittent bug when rendering some reports using the HTML5 report viewer, which is breaking some of our images included in PictureBox controls due to 400 Bad Request errors.
Upon further inspection, it seems the error happens because one of the instances is returning the following error instead of loading the image, hence the intermittency.
Provided document Id has expired. Please refresh your browser to generate a new one.
Please provide support for the FirebirdSql.Data.FirebirdClient, so that I can connect to my Firebird database.
Currently, I have to use the Firebird ODBC driver instead.
I extensively use sub reports with drill-down, drill-through actions and to fetch data, into the main report, extracted from different datasets based on a set of certain parameters. When I upload these reports to the server, I assign main and sub reports to two separate categories 'Main' and 'SubR' so that I can manage reports and users' permissions accordingly. Currently, it is not possible to 'hide' the reports under 'SubR' category for a user so that all the sub reports are hidden from view, leaving visibility of main reports only for that user. I tried by restricting user's access to the category 'SubR' so that sub reports are not visible in the list and avoid confusion from user's perspective. But when I restrict user's access to the category 'SubR', all the main reports that contain sub reports do not run correctly and start displaying 'unable to access subreport1...' error. The same error comes up if I have included a report in the main report, accessible by drill-through action. I would like to request for a functionality to 'Hide / Display' reports in conjunction with 'Read' access to the reports. This will provide further granularity to the way the reports can be made accessible and still be hidden from view.
I am setting up a scheduled task with reports with WebServiceDataSource on the Telerik Report Server for .NET. When I try run the scheduled tasks, I get the following error message when the data source contains JsonPath:
Could not load file or assembly 'JsonPath.Net, Version=2.0.0.0, Culture=neutral, PublicKeyToken=17ed63f672b0e278'. The system cannot find the file specified.
When there is no JsonPath in the WebServiceDataSource, the error is as follows:
Could not load file or assembly 'System.Text.Json, Version=10.0.0.0, Culture=neutral, PublicKeyToken=cc7b13ffcd2ddd51'. The system cannot find the file specified.
For example, the 'Activity' and 'items per page' in the Scheduled Tasks are not available in the 'sr.js' file:
This doesn't let us translate the whole Report Server.
Provide an official and supported migration path from the Telerik Report Server built on .NET Framework to the newer .NET-based Report Server, allowing reuse of existing storage and configuration.
Organizations running long-lived Telerik Report Server installations want to adopt the newer .NET version for performance, longevity, and platform alignment, without rebuilding their entire environment.
Lack of migration support is currently a blocker for adoption and increases operational costs.
Suggested Solutions
A migration tool or script that converts credential storage to the new hashing algorithm
A supported upgrade path that forces password resets but preserves users and roles
HTML5 Report Viewer cannot connect to report server for .NET.
The old report server still connects us expected.
Steps to reproduce.
1. Configuration -> Mail Template -> Schedule Task Attachment -> Subject set to empty.
2. Update and Save changes.
3. Access Reports
Hi,
I'm trying to customize the interface language (english to german) of our report server web application without success. I set some language entries in the sr.user.js file in the script folder of the web application but the labels of the report server remain english. When I do this in the original file (sr.js) it works well.
I am using the Reporting/Report Server 2024 Q4, and my report uses the Amiri font.
Other export formats work as expected, however, the PDF export fails with an "Object reference not set to an instance of an object" error message and produces a corrupted/empty PDF.
In my MSSQL database, I use SQL Server Authentication with a password that contains '^' and '<'. I connect without problems through the MSSQL Management Studio.
When I try to pass the connection string with this user, I receive an Internal Server Error and cannot set up storage with it.
When you revert to another Report revision and don't refresh the browser page, the date of the active report in the Revisions History is different from the Report Date Modified. The user needs to refresh manually to match the dates.
The issue is demonstrated in the linked muted video.
We are using Azure Redis Cache for the Report Server storage. Azure Redis stops the support for TLS 1.0 and 1.1 as stated in Remove TLS 1.0 and 1.1 from use with Azure Cache for Redis.
If I set Azure Redis to allow TLS 1.0 everything works fine.
If I switch the minimum TLS version in Azure to 1.2 (or 1.1 for that matter) I start to get the error:
No connection is available to service this operation: GET TRS\1\SV at StackExchange.Redis.ConnectionMultiplexer.ExecuteSyncImpl[T](Message message, ResultProcessor`1 processor, ServerEndPoint server) at StackExchange.Redis.RedisBase.ExecuteSync[T](Message message, ResultProcessor`1 processor, ServerEndPoint server) at StackExchange.Redis.RedisDatabase.StringGet(RedisKey key, CommandFlags flags) at Telerik.Reporting.Cache.StackExchangeRedis.RedisStorage.GetBytes(String key) at Telerik.Reporting.Services.Engine.PersistableObject.GetInt(String key) at Telerik.ReportServer.Engine.StorageUpgrader.UpgradeStorageVersion() at Telerik.ReportServer.Web.Models.ReportServerWebHost..ctor(IStorage storage) at Telerik.ReportServer.Web.WebApiConfig.ConfigureDependencyResolver() at Telerik.ReportServer.Web.WebApiConfig.Register(HttpConfiguration config) at System.Web.Http.GlobalConfiguration.Configure(Action`1 configurationCallback) at Telerik.ReportServer.Web.WebApiApplication.Application_Start()
The articles I can find all state that we should add "sslprotocols=tls12" in addition to "ssl=true" in the connection string to support TLS 1.2. When I do this I get the error "Keyword 'sslProtocols' is not supported".
This won't let me use Azure Redis Cache.
I suspect the issue is due to the deprecated package that you use for the Redis database connection.
For that reason, I would like it to be updated to the new one so that I may continue to use Azure Redis.
I am trying to edit an existing user, and before changing anything I receive the error message 'The email is already taken!'. This happens occasionally.
Here is a link to a video that demonstrates the problem.
On some system configurations, the setup wizard throws the following error when upgrading the Telerik Report Server from version R2 2023 SP1 to version R3 2023 SP1.
To work around the issue, one can uninstall the previous version first and install the new one afterward.