Unplanned
Last Updated: 31 May 2023 08:11 by Mark
We would like to be able to prevent our users from continuing to attempt to log in to RS after a certain amount of failed tries.
Unplanned
Last Updated: 19 Jan 2023 17:07 by ADMIN

As a Report Server user,
I need to deliver reports to all subscribers in a single email message,
So that no person gets the email more than once if the subscriber emails are groups and a person is part of multiple groups.
This would also allow the persons to reply to all other subscribers.

Milen

Unplanned
Last Updated: 09 Dec 2022 14:28 by David

In one of our Dev environments we had Telerik Report Server installed, but unfortunately whoever set it up, didn't write down the Admin Username and Password.

The SMTP server wasn't configured when starting with the Report Server, and there is no option for resetting the password.

We do have a username and password that logs in, but it doesn't have sufficient rights to make the necessary administrational.

In such scenarios, it would be helpful if there is an external tool we may use to create an admin user directly in the Storage of the Report Server. Obviously, if somebody has unlimited rights to access the Report Server storage, he/she should be authorized also to be an admin of the Report Server.

 


Unplanned
Last Updated: 28 Oct 2022 07:01 by ADMIN
Created by: Floren
Comments: 1
Type: Feature Request
0

Good evening. I have a ticket number 1563975. Attached video where you can see attached information. The TRS core database does not support SSAS OLAP connection. Only local connections work. Can you add that it is centralized?

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: 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: 23 May 2022 12:18 by Gerry Connolly

Some of my scheduled tasks generate errors in the ServiceAgent log like:

Telerik.ReportServer.ServiceAgent.exe Error: 0 : Sending an email message failed:
System.Net.Mail.SmtpException: Exceeded storage allocation. The server response was: 4.3.1 Message size exceeds fixed maximum message size
   at System.Net.Mail.DataStopCommand.CheckResponse(SmtpStatusCode statusCode, String serverResponse)
...

and

Telerik.ReportServer.ServiceAgent.exe Error: 0 : Sending an email message failed:
System.Net.Mail.SmtpException: Failure sending mail. ---> System.IO.IOException: Unable to write data to the transport connection: An existing connection was forcibly closed by the remote host. ---> System.Net.Sockets.SocketException: An existing connection was forcibly closed by the remote host
   at System.Net.Sockets.NetworkStream.Write(Byte[] buffer, Int32 offset, Int32 size)
...

In these cases, the report document seems to be generated correctly, however, it is too large to be attached to an email and there aren't any emails sent to the users.

It would be helpful to have at least notifications sent to the admin that the task was executed, but the emails were not sent due to particular reasons.

Unplanned
Last Updated: 09 Mar 2022 12:28 by ADMIN
Created by: Jason
Comments: 2
Type: Feature Request
1

Currently the Report Server appears to keep the execution history of scheduled report tasks indefinitely.  The task execution history is a very useful feature but there appears to be no way to limit the history to a certain amount of time.  For our use case it is unlikely that we will need to go further back then 1 or two months in the history and as we get months an even years of history (which includes the execution and related documents) the time needed to backup and restore the Report Server increases.  We only have about 30 scheduled reports that run each day but over a year that is 10,000+ executions that are stored and anything over a month or so old has little value to us.  I am not sure if these also have an impact on the overall performance of the Report Server or at least the Scheduler portion of the UI but that would be another reason to limit the retention.

Currently the only method to delete the executions is to either (a) do it manually via the UI (screenshot below) or (b) to write an application that deletes executions outside our retention window using the API to query and then delete them.  Method (a) is too time consuming for a person to do and (b) will require writing the application but then also monitoring it's status and keeping up with any changes in the API over time.

I would propose adding some method of allowing users to set a "retention period" for scheduled task executions.

  • The retention period would ideally be able to be set globally and overridden for a particular task
  • The retention period would be specified in days
  • To actually remove the old executions you could create a task that runs once a day and is executed by the windows service that exists -OR- each time the task executes to run the report it can also look to see which historical executions are older then the retention period and delete them.
  • The removal of the historical tasks should also delete any associated documents

 

Implementing this would allow for much quicker upgrades, backups, and restores of the Report Server.

Unplanned
Last Updated: 02 Mar 2022 12:59 by Jason

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.

Under Review
Last Updated: 27 Oct 2021 09:36 by ADMIN
Created by: Fred
Comments: 1
Type: Feature Request
1
It would be nice to add a logo to the mail template's body in the schedule.
Declined
Last Updated: 27 Oct 2021 08:38 by ADMIN
Created by: Fred
Comments: 3
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.

Unplanned
Last Updated: 24 Sep 2021 14:05 by ADMIN

Currently, the Report Server is installed with binding only to HTTP-type sites. This may break a Report Server site bound to an HTTPS site after upgrading to a new version. It is necessary to add the binding to HTTPS manually after each upgrade.

It would be great if there is an option for binding to HTTPS with the installation and if all the bindings can be preserved after upgrading.

Completed
Last Updated: 25 Apr 2022 16:14 by ADMIN
Release R1 2022 SP1
If the Enable Web Report Designer setting is marked, it would be nice if the Telerik Web Report Designer is opened when New Report is clicked.
Declined
Last Updated: 10 May 2021 07:35 by ADMIN

To localize the reports I now set the Localizable parameter to true and Culture an Language options to nl-NL (for the Netherlands).

So for Dutch customers that will be alright, but when I want to send a report to an English customer I must now make a second report with en-EN.
It will be nicer when I can change that in the schedule.

Unplanned
Last Updated: 10 May 2021 07:21 by ADMIN
Created by: Fred
Comments: 1
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

Unplanned
Last Updated: 28 Apr 2021 08:21 by ADMIN
Can the list of categories be ordered instead of:


Unplanned
Last Updated: 28 Apr 2021 07:18 by ADMIN
Created by: Fred
Comments: 1
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: 24 Feb 2021 13:27 by ADMIN
Created by: Matt
Comments: 1
Type: Feature Request
1

Hello, 

 

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

Unplanned
Last Updated: 22 Dec 2020 08:10 by ADMIN
Created by: e-Bate
Comments: 0
Type: Feature Request
2
Currently, the only requirement for the user password is to have at least 6 characters. This is too weak and it would be good if the password strength is made configurable.
Unplanned
Last Updated: 23 Jun 2023 19:41 by Trevor
It would help if  we have the result from the report rendering, so in this way if there is a problem with the report processing, the error can be handled.
1 2 3 4 5