SSRS - Report Builder 2016 not downloading on client's browser - reporting-services

I am unable to download report builder on client's browser. Its showing following error screen (right bottom) and error log.
SQL Server 2017 Standard Edition installed on Azure VM. SQL Server 2016 Report Builder also installed on Azure VM. Report display working perfectly with SSRS Report URL. I have checked on both link http & https its giving same error. Also i have implemented Microsoft.Samples.ReportingServices.AnonymousSecurity. I am using google chrome browser at client where i have installed "ClickOnce for Google Chrome".
Please help if anyone have any idea.
Thanks

Related

PowerBI Report Server credentials won't cache

I've installed the on premise version of powerBI report server against our enterprise SQL Server installation and all is running and works well however everytime I visit the site (Using Edge or IE) I am prompted to enter my windows credentials once to access the site and again to access a powerbi report. Everytime I check rembember my credentials but I still get prompted.
Anybody know why? Our SQL 2012 SSRS servers don't have this issue.

Data missing in HTML on SSDT16 and Report Builder

I'm having an issue with the soft render of a simple report in both SSDT and Report Builder environments in 2016. I'm sure there is a sample solution but I'm unable to find a solution on the web/forum.
I'm actually just using a simple tablix from AdventureworksDW2016CTP3 with a couple of fields inserted. The data might initially display but disappears after modifying the field length or switching between design and preview. More interestingly, the report views perfectly when utilising print preview and it exports to .pdf correctly... and also views correctly when deployed to the report server.
All is installed locally on my laptop with Windows 10 and Administrator privileges. I have repaired and upgraded Visual Studio and SSDT to the latest version but without any luck.
I've added images of the simple design, soft render and print preview as well as Visual Studio System Info at the bottom.
Thanks
Visual Studio Info
Microsoft Visual Studio 2015 Shell (Integrated) Version 14.0.25420.01 Update 3
Microsoft .NET Framework Version 4.6.01586
SQL Server Analysis Services 13.0.1701.8
Microsoft SQL Server Analysis Services Designer Version 13.0.1701.8
SQL Server Data Tools 14.0.61021.0
Microsoft SQL Server Data Tools
SQL Server Integration Services
Microsoft SQL Server Integration Services Designer Version 13.0.1601.5
SQL Server Reporting Services 13.0.1701.8
Microsoft SQL Server Reporting Services Designers Version 13.0.1701.8
Images
Design Images
Soft Render / HTML
Print Render
After much testing it appears that the problem came down to my graphics driver - Intel HD Graphics 5500.
The problem still occurred after I updated the driver so I then disabled it... which solved the problem. I then reinstalled the driver and all is now working as expected.
This link gave me the initial indication of the issue:
https://support.microsoft.com/en-us/help/2894215/you-experience-performance-issues,-product-crashes,-or-rendering-issues-in-visual-studio-2015-and-visual-studio-2013

Access SSRS 2016 New Reporting Portal

I have been trying out the SQL Server CTP 3.1 for a while. For a couple a weeks ago Microsoft released CTP 3.2 (http://blogs.msdn.com/b/sqlrsteamblog/archive/2015/12/17/introducing-mobile-reports-and-a-brand-new-web-portal.aspx) which should include the new Reporting Portal and the possibility to use the new Mobile Reports feature.
I have successfully upgraded my CTP 3.1 installation to 3.2. For some reason I cannot see/access the link to "Preview the new Reporting Services"
Microsoft indicated that the link to the preview of the new portal should be found in the upper left hand corner of the Reporting Portal. But I there is nothing visual to me.
SSRS Reporting Portal
Has anyone tried it out and successfully launched the preview of the new portal? Am I missing some setting?
I found a solution. By trigger an update of the Report Manager URL I succeeded to get the preview portal working. It seemed like the preview URL was not created in the update, for some reason..
Navigate to Reporting Services Configuration Manager
Go to "Report Manager URL"
Change the virtual directory to someting else, click "Apply". Let the configuration manager to its thing. After complete, you can change back to the original value (Reports) again (and press Apply).
This should do the trick!
Reporting Services Configuration Manager
You can go directly to the preview portal:
http://<server>/reports_preview
as per MSDN

login issues with mozilla fire fox at the time of report deployment in SSRS 2008 R2?

i developed one report in ssrs 2008 environment. the url is like below
http://test:8080/ReportServer/Pages/ReportViewer.aspx?%2fReport+Project1%2fReport1&rs:Command=Render&rs:Format=excel
it is working fine in IE and chrome but in firefox it is asking usename and login .
how can i fix this issue.
kindly don't search for errors in URL
Even i faced the same problem in the browser .It seems Firefox is not passing the credentials to your SSRS reporting service .You need to enter your SSRS server credentials in the firefox config file
Check this article out
how to change reporting service site seurity setting

Deployment of SSRS 2012 From SSDT Fails - The specified report server URL could not be found

I have recently installed SQL Server 2012 Developer on my laptop. I created a simple SSRS report using AdventureWorks201. The report builds fine but will not deploy. I get the error "The specified report server URL http:/localhost/Reports_MSSQLSERVER2012 could not be found"
I am able to browse to said URL without issue. I can even upload the report and run it just fine. I am using an administrator account in both cases (on the URL and within SSDT).
Is there some reason why SSDT cannot see the URL I am specifying?