Hello,
I recently upgraded our Report Server that was hosted in IIS with an HTTPS binding but after the upgrade we were unable to communicate with the server using HTTPS. We received an invalid client id error.
We updated the bindings and everything worked. However, it would be nice if we could upgrade Report Server without changing the IIS bindings.
Thank you.
The Whitelabeling option are extremely limited.
I would like to see more customization available like removing the sidebar completely, or based on user settings / roles - as well as the top title bar (where logo is).
Customizable themes would go a long way.
Being able to integrate the existing report server pages into our own website would cut down on a lot of work.
It seems that when you try to open two tabs in the same browser looking at different websites, the browser gets confused about the URL that is sending the request. Issue is related to CORS protocol and HTTP caches.
It sounds like something needs to be changed on the report server so that even if it gets cached it would still allow access when I switch sub domains. Or something on the viewer side to clear the cache.
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.
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.
HTML5 Report Viewer cannot connect to report server for .NET.
The old report server still connects us expected.
Hi Team,
Currently when Report Server has whitelabeling enabled, the browser tab will still show "Page | Telerik Report Server". This request is to allow us to set a value for the 2nd half of the page title.
I see this is applied by using the @ViewBag.Title, my request is to have a field in the Whitelabeling settings page for a brand name in the title. This could be combined with the page name to have a customized title. For example "Page Name | Whitelabeled Name".
Here's a visual example to explain further
Thank you,
Rick
Following the ReportServerManual.pdf I meet the system requirements, using Visual Studio 2013 and have followed the installation guide but I am getting the following error when running the report server web application; "A network-related or instance-specific error occurred while establishing a connection to SQL Server. The server was not found or was not accessible. Verify that the instance name is correct and that SQL Server is configured to allow remote connections. (provider: SQL Network Interfaces, error: 50 - Local Database Runtime error occurred. Cannot create an automatic instance. See the Windows Application event log for error details. )" I have checked the application pool identity has permission to the files. Please advise. Kind regards, Scott.
The current version of reporting service seems to have issues with the newer servicestack libraries. The only way I could get the ServiceStack Service implementation to work is to use the following dependencies (attached). What is the official supported version of ServiceStack and when will newer version be supported?
you can see what I mean here http://screencast.com/t/PzFHhkIqa7oR
Data Alerts is a wonderful concept on Report Server. Currently, it only allows emails to be sent when a data alert is triggered. We should allow web hooks to be called when from data alerts. This would make data alerts immensely powerful e.g. it can trigger mobile push notification or even send an SMS when a specific data alert is triggered.
Though I have overridden the mail template for an individual alert, It is picking up the Configuration | Mail Templates | Data Alert External User for an external email address. However, internal email address gets the right one. Please help me resolve this.
Currently, in my company, we have more than 30 clients and each client has multiple locations and multiple departments. * I have to create like more than 100 schedules now for all individual departments in each location and company. All this company data is in our DB including emails to be sent to etc. manually doing this is a nightmare. * And not to forget I have to manually update the email entry list whenever someone leaves the company or joins the client company. * An idea is to create something like a schedules.config in json format and using JS or C# create schedules in report server automatically. * Same is the case with Data Alerts. * This is a huge pain and kind of show stopper for us.