Completed
Last Updated: 18 Nov 2020 10:24 by ADMIN
Release R3 2020 SP1 (Latest Internal Build)
Our server time updated according to daylight savings time and fell back an hour.  The report scheduler, however, is sending out reports an hour early instead of using the server time.
Completed
Last Updated: 24 Feb 2021 10:04 by ADMIN
Release R1 2021 SP1

I create a Report Book in the Standalone designer that is connected to my Report Server. When I add the first two reports, the Report Book is rendered as expected. When I add the third one, it fails with the exception:

Report processing was cancelled.
Index was out of range. Must be non-negative and less than the size of the collection.
Parameter name: index

Here is a link to a short video demonstrating the problem. All the individual reports run correctly.

 

Completed
Last Updated: 24 Feb 2021 10:04 by ADMIN
Release R1 2021 SP1
I updated our Telerik Report Server to 6.2.20.1021. Afterward, the users with custom roles could no longer see report categories.
This leads to users not being able to open the report from the table and sends them to a bad URL since the category is undefined.
Unplanned
Last Updated: 27 Jan 2021 11:53 by ADMIN
I have a number of scheduled tasks that use report parameter values from the report in the body of the email.  If I untick the "use default value" checkbox of a DateTime parameter, it is replaced with the DateTime. However, if the checkbox is selected, the placeholder is not replaced with the value and is displayed as it is in the mail template, e.g. "{@createdDate} ". The String parameters are never replaced with the actual values. This can be observed in versions 5.0.19.116 and 7.0.21.120.
Unplanned
Last Updated: 24 Feb 2021 13:27 by ADMIN
Created by: Matt
Comments: 1
Category: Report Server
Type: Feature Request
1

Hello, 

 

It would be nice to edit raw html or paste html into the mail template editor.

Unplanned
Last Updated: 25 Mar 2021 08:48 by ADMIN

In a Scheduled Task created with the Report Server API, the day of the week in the recurrence rule is not shown in the Edit Task window of the Report Server Manager. A detailed description of the issue is available in this forum post.

Unplanned
Last Updated: 28 Apr 2021 07:18 by ADMIN
Created by: Fred
Comments: 1
Category: Report Server
Type: Feature Request
1
It will be nice when I can filter the schedules or when I can couple them to categories
Unplanned
Last Updated: 28 Apr 2021 08:21 by ADMIN
Created by: Fred
Comments: 1
Category: Report Server
Type: Feature Request
1
Can the list of categories be ordered instead of:


Unplanned
Last Updated: 10 May 2021 07:21 by ADMIN
Created by: Fred
Comments: 1
Category: Report Server
Type: Feature Request
1

When I do a sort or filtering in the report section on the server and I edit a report (f.i. add revision) the sorting and filtering is gone.

 

It's much nicer to keep the sorting and or filtering

Declined
Last Updated: 27 Oct 2021 08:38 by ADMIN
Created by: Fred
Comments: 3
Category: Report Server
Type: Feature Request
1

In the Schedule I want to set the specific name of the attachment instead of the Report's intern name.

I have a report named Report xyz per period with parameters for day-, week and month report.

When I make a schedule I cannot set the name of the attachment when I sent it by mail, it's alway Report xyz per period.

Completed
Last Updated: 04 Aug 2022 13:35 by ADMIN
Release R2 2022 SP1 (Latest Internal Build)
Created by: Colby
Comments: 1
Category: Report Server
Type: Bug Report
1

Hello, almost every time I select a scheduled task that I have to scroll down to select in the Scheduling tab, the grid view jumps back up to the top of the task list, making it very annoying to look through tasks.

 

1. Open Scheduling tab.

2. Scroll down in scheduled task grid view below the first N rows displayed.

3. Select row corresponding to a scheduled task.

4. Task grid view returns to the top N rows of the scheduled tasks.

 

Thank you

Unplanned
Last Updated: 06 Jan 2022 11:47 by ADMIN

The CommandTimeout property of the MSSQL Storage is respected when provided in the ReportServerAdmin.config of the Report Server, for example with the following code:

<?xml version="1.0" encoding="utf-8" ?>
<configuration>
  <configSections>
    <section name="reportServer" type="Telerik.ReportServer.Web.Configuration.ReportServerConfigurationSection, Telerik.ReportServer.Web" requirePermission="false" allowLocation="true" />
  </configSections>
  <reportServer>
    <storage provider="MsSqlServer">
      <parameters>
                <parameter name="ConnectionString" value="Data Source=(local)\MSSQLSERVER01;Initial Catalog=RESTStorage;Integrated Security=SSPI" />
		<parameter name="commandTimeout" value="360" />
      </parameters>
    </storage>
  </reportServer>
</configuration>

The user should be able to provide this value from the Configuration page for the Storage settings, as this is done for the connection string.

Completed
Last Updated: 14 Nov 2024 11:02 by ADMIN
Release 2024 Q4

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.

Unplanned
Last Updated: 30 Mar 2022 12:56 by hkdave95

Edit User Dialog cannot be closed through the Cancel/Save button after resetting the user's password. The issue appears to happen when the password is auto-filled.

Even though the dialog cannot be closed through the Cancel/Save button, it closes successfully through the button in the top right corner. However, that user will no longer be visible on the page needs to be reloaded.

Unplanned
Last Updated: 15 Jun 2022 10:45 by Atef
The Date format of the parameter editor in Preview of the Report Server Manager and its Web Designer is set to the default en-US. This is not convenient and may mislead some users that use different Date formats.
Unplanned
Last Updated: 24 Jun 2022 08:20 by Suresh Agarwal

When I try to set a new SMTP I receive the error:

An error occurred while saving the settings: The changes were not applied!

There is nothing logged by the Trace Listener or in the Windows Event Viewer.

Unplanned
Last Updated: 27 Jun 2022 12:19 by Atef

The Report Server's built-in Web Report Designer does not resolve custom functions assemblies that are referenced in the TelerikReporting.config configuration and thus, on Design time, they are not visible under Functions -> Misc. 

The workaround around is to reference the custom functions assembly in the Web.config file in {install_dir}\Telerik.ReportServer.Web

 

Unplanned
Last Updated: 18 Jul 2022 11:21 by Atef

When I delete a report from the Reports page, it disappears from the list. However, its details are still visible.

When I refresh the page, the deleted report info disappears.

Unplanned
Last Updated: 02 Sep 2022 07:13 by Mario

We are using database storage for the Report Server and we are monitoring the report server service.

If the database is not accessible, for example due to it being updated, the service may stay running but it will not be able to send scheduled tasks.

In this state of the service (running, but not working), no monitoring or automated restart of the service will be triggered.

Please change the state of the service from running to not running when the service is losing contact with the database

Unplanned
Last Updated: 01 Nov 2022 08:25 by Josh
The reports are scheduled for the first of each month at 6 PM but are sent out on the last day of the month at 6 PM. The Next Occurrence is also set for the last day of the month at 6 PM.