Unplanned
Last Updated: 04 Nov 2024 13:19 by John

The assemblyReferences, typeReferences, and typeValidation configuration elements are not respected from the TelerikReporting.config files of Report Server Manager and ServiceAgent.

The same settings are respected when set in the corresponding Web.config and Telerik.ReportServer.ServiceAgent.exe.config.

Unplanned
Last Updated: 28 Oct 2024 12:35 by Pawan

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.

Unplanned
Last Updated: 23 Jul 2024 08:38 by Fabio

HTML5 Report Viewer cannot connect to report server for .NET.

The old report server still connects us expected.

Completed
Last Updated: 10 Jul 2024 11:50 by ADMIN
Release 2024 Q3

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.

Planned
Last Updated: 18 Jun 2024 15:07 by Curtis

In the production environment, there is no option to clear the Redis database after each redeploying/restarting of the applications (ex. k8s with many pods).

The are many reasons:

  • this database can be used for other purposes, but you deprecate RedisStorage with a separate database selection
  • more complex deploy/restart operations with additional steps to clear Redis
  • users can use Reporting at this moment

Please add TTL option for RedisStorage in ReportServiceConfiguration

Completed
Last Updated: 31 Jan 2024 11:11 by ADMIN
Release 2024 Q1

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.  

Unplanned
Last Updated: 24 Oct 2023 14:07 by Paul

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.

Completed
Last Updated: 20 Jul 2023 15:16 by ADMIN
Release 2023 R2 SP1

Hello, 

I was on a remote web session with an engineer and we discovered that the Scheduler UI isn't saving the changed password to the database. 

The environment that I use is below. 

  • Report Server is installed in an Azure Virtual Machine
    • IIS is bound to ports 443 and 83
  • The SMTP Service is on RackSpace
  • The storage is located in SQL Server

The steps to reproduce are as follows.

  1. Change the Password
  2. Save the Changes
  3. Send Test
  4. Receive Error output

During the Remote Web Assistance Session, we tried a Gmail SMTP server and received the same results. 

We also enabled tracing and noticed an error in the event logs which I will attach here. 

Please let me know if you need any additional information.

Unplanned
Last Updated: 20 Apr 2023 12:12 by ADMIN
If you previewed a report from the Report Server after more than 30 minutes of inactivity, there is an error message "Forbidden. Insufficient credentials."
Completed
Last Updated: 15 Mar 2023 11:25 by ADMIN
Release R1 2023 SP1

The 'report name/Shelve' path seems to be broken.

For example, when I try to preview the report in Server > Web Preview in the Standalone Designer connected to the Report Server, the browser tries to open the URL 'reportServerHost/Report/View/CategoryName/ReportName/Shelve'. However, it hangs and doesn't display anything.

Declined
Last Updated: 28 Feb 2023 15:28 by ADMIN
Created by: James
Comments: 3
Type: Bug Report
1

Yesterday I installed the report server. Everything seemed to be working correctly. Today when I try to view a report I get this error message "Error registering the viewer with the service. An error has occurred. Incorrect value (null) deserialized. Make sure you are using CacheStorage inside single-instance application deployment only."

Completed
Last Updated: 20 Jan 2023 15:50 by ADMIN
Release R1 2023
The Guest User can not use the search functionality in the report. It gets the error "Authorisation has been denied for this request".
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.
Completed
Last Updated: 04 Aug 2022 13:35 by ADMIN
Release R2 2022 SP1 (Latest Internal Build)
Created by: Colby
Comments: 1
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.

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()

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

1 2 3