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

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: 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: 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: 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: 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.

Completed
Last Updated: 11 May 2022 10:24 by ADMIN
Release R2 2022

If you unselect all the days from the Day of the Week in the recurrence rule of a scheduled task of data alert, the task can be saved but will throw an Internal Server Error and you won't be able to list the available tasks on the server.

The linked muted video demonstrates the problem.

Here is the error stack trace produced by the ServiceAgent:

Telerik.ReportServer.ServiceAgent.exe Information: 0 : Loaded 37 tasks in total.
Telerik.ReportServer.ServiceAgent.exe Error: 0 : System.IndexOutOfRangeException: Index was outside the bounds of the array.
   at Telerik.WinControls.UI.Scheduler.ICalendar.CalHelper.TryParseRecurrenceRuleProperties(RecurrenceRule result, IEnumerable`1 keywordPairs)
   at Telerik.WinControls.UI.Scheduler.ICalendar.CalHelper.TryParseRRuleCore(String valueToParse, RecurrenceRule& result)
   at Telerik.ReportServer.Web.Utils.Appointment..ctor(DateTime startUtc, String recurrenceRule)
   at Telerik.ReportServer.ServiceAgent.Tasks.TaskInfo.UpdateNextOccurrenceTime(DateTime utcFrom, DateTime utcTo)
   at Telerik.ReportServer.ServiceAgent.Services.SchedulingService.CalculatePendingTasks(List`1 pendingTasks)
   at Telerik.ReportServer.ServiceAgent.Services.SchedulingService.MainLoop()
   at Telerik.ReportServer.ServiceAgent.Services.SchedulingService.StartMain()

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.
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.

Completed
Last Updated: 20 Jan 2022 12:01 by ADMIN
Created by: Mhd.Ahd
Comments: 1
Category: Report Server
Type: Feature Request
6
Add a "Shared resources" directory to contain images and logos used by hosted reports.
Unplanned
Last Updated: 19 Jan 2022 15:27 by ADMIN
Created by: Peter
Comments: 0
Category: Report Server
Type: Feature Request
4
Currently, the Reports view is loading slowly when hundreds of reports are viewed. Optimize the Reports view for servers that manage enormous lists of reports.
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.

Unplanned
Last Updated: 04 Jan 2022 10:04 by ADMIN
Created by: John
Comments: 4
Category: Report Server
Type: Feature Request
6
We use the Kendo MVC controls in our website that is hosted on Microsoft Azure. We would like to do reporting but cannot with the Telerik reporting functionality - as far as I am aware. Cloud based websites are increasing in number....
Under Review
Last Updated: 27 Oct 2021 09:36 by ADMIN
Created by: Fred
Comments: 1
Category: Report Server
Type: Feature Request
2
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
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.

Under Review
Last Updated: 12 Oct 2021 10:55 by ADMIN
Created by: Harsha
Comments: 2
Category: Report Server
Type: Feature Request
1
Currently, if a report has multiple crosstabs and I would like to use this report for Data alerts. While setting up the rules I am unable to set up rules across cross tab.
For instance, 
crosstab1.textBox59 >= 0 & crosstab2.textbox78 <= 0 is not possible. 
when i save a rule for crosstab1 and try to add  a new rule for crosstab2 it automatically deletes the crosstab1 rule. 
Unplanned
Last Updated: 28 Sep 2021 13:26 by ADMIN
I am using the Telerik ReportServerClient to create, update, and delete subscriptions on our Report Server from our MVC application.

I am able to set all features that I need to set, except the first dropdown of the "Repeat On" section of the recurrence rule. 
Unplanned
Last Updated: 24 Sep 2021 14:05 by ADMIN
Created by: It
Comments: 0
Category: Report Server
Type: Feature Request
3

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.

Unplanned
Last Updated: 24 Sep 2021 08:55 by ADMIN

We cannot delete reports using the Report Server UI. After you select the report and choose to delete it, the report appears as removed from the list, even though the details are still visible. If you refresh the page, the report is still there.

Further investigation revealed that the ServiceAgent is not running. There is no proper error message indicating this though.

The issue is reproducible only with the Report Server running under HTTPS. When under HTTP there is a proper message stating that the ServiceAgent is stopped.