It is no longer possible to install IE from MSFT; the link gives you Edge. Some of our Win10Pro VMs have no IE installed, and can't get the SSRS 2012 Folder or Report "Manage" dropdown fully populated (i.e. download RDF) using Edge or Chrome. The Chrome IE addin evidently tries (fails) to load bits from an assumed installed instance of IE. My workaround is to use other VMs/laptops on the correct domain that still have IE installed. But isn't Edge supposed to support SSRS?
All our other MSSQL is 2019. In my role, I am not in a position to upgrade SSRS, I just have to keep it alive while Nero fiddles.
Right click on the report you want to manage
Click copy address (could vary depending on the browser you use)
Paste the address into a new tab or same tab or text editor (whatever you prefer)
Add the following to the end of the url "&SelectedTabId=PropertiesTab&ViewMode=List" (no quotes)
Hit enter to go to the url
Example:
http://127.0.0.1/Reports/Pages/Report.aspx?ItemPath=%2fTestFolder%2fTestReport&SelectedTabId=PropertiesTab&ViewMode=List
Related
I vaguely remember that once one could place a link like in the following example on a website and a click on it (if the user had Skype installed) would fire up a Skype window and try to call/chat to the linked account:
Call me on Skype
There were even some browser addons for handling the "Skype-protocol" correctly. Today, Skype recommends to include a piece code which pulls in some javascript file from Microsoft's CDN instead.
What's the current (2017) situation in terms of browser support across operating systems for skype-links like in my example assuming that I do not want to pull stuff from Microsoft's CDN? Firefox 52 64bit on openSUSE Linux with default settings and no addons asks whether it should open Skype, so there is still some support for this method around. Chrome 58 on openSUSE does more or less the same.
Given the fact that this still works at least partially, how would one link to a Microsoft live id, which contains a colon? The following does not work unfortunately:
Call me on Skype
Both Firefox and Chrome fire up Skype, which then tries to call "live%3asome_id". Not escaping the colon kind of does not seem to work either ...
I found the following issue here in stackoverflow however cannot comment as yet. I have a similar issue and wonder if there is anyone out there that has solved it.
https://stackoverflow.com/questions/40917501/tfs-2015-web-portal-code-viewer-not-working#
I am encountering similar here. In house TFS 2015, can't view code in the web portal using Google Chrome however IE is fine. I, however, am not using HTTPS so may be experiencing something slightly different.
When I do try to view a file in Chrome, the window where the code listing should be is simply blank. I did note too that the button for creating a new build definition appears to be indicating a broken image link.
This has not always been an issue. Around 4 months ago I could get the code view fine in Chrome and, to my knowledge as I have no access to the servers, nothing has changed apart from Chrome updates.
I've tried getting to previous versions of Chrome to no avail, though I wouldn't know which version I was on when this did work.
Interestingly, I have one or two .MD files around and these display perfectly well. They are simple text files. However when saved with .TXT extension (or anything else I've tried), they do not show. Curious.
Update
As you will see from the screenshot below, when selection on a file has been made, in this case a .SQL file, where I would expect the view to populate nothing at all appears.
As for the F12, I do get 5 of these:
Failed to load resource: net::ERR_CONNECTION_REFUSED
plus associated paths of course. We use Webroot internally here which has recently dropped in a Chrome extension however even when Webroot is disabled in its entirety (including removal of extension) I get the same behaviour.
All other Chrome extensions have been removed too at varying times to try to give a clean browser.
I have no other pop up blockers, ad blockers, etc installed on the workstation.
Problem solved thanks to the F12 key suggestion.
After some grovelling I was granted domain admin privs to have a dig around everything. It turns out that TFS was installed on ServerA with a URL port of 8080, this I knew from the original install and obviously the path I follow to get to my TFS web interface. What had also been done subsequently, with no consultation of the Dev user group, was that a second TFS application tier had been installed on ServerB, the port here was 8088.
I had not noticed the difference in path initially, assuming it was Chrome or workstation related. Anyway, I altered the port on ServerB to 8080 and everything jumped into life. I should not have made assumptions and should have paid more attention to the path in the error!
It seems the second application tier was set up on a non-production environment to allow senior Dev users access to the TFS Management Console rather than allowing them access to the original app tier which was on a production box. Our IT Operations just forgot to tell anyone.
Try to update your chrome to latest version of (55.0.2883.87 m (64-bit)).
Also clear the cache of chrome. I have also encountered similar issues. The solution is clear cache and connect to the web portal use another ID, then connect back use the original ID. I have no idea which one solved the problem. You could try both.
This problem should only be an individual phenomenon, since TFS2015 has been released for a long time.
When I access any reports in reportserver, I am able to see the drop-down parameter being populated. However, when I click on the drop-down arrow and click out of it AND then try to re-click on a drop-down parameter, it will no longer load. These parameters aren't relying on any other parameters. They get their values for a dataset.
Since, this is a problem with all the reports, do I need to modify the reportviewer.aspx? Any idea how to fix this issue?
Screenshot (the parameter drop-down pretends to load and then gives up after a second):
I had a similar issue and found a couple of things that might help (depending on what browser and version you are using:
Try adding the report servers URL to the compatibility mode in IE
Try adding the report server URL to your list of trusted sites
If you are running the report server browser on the server itself, try turning off enhanced security mode
Lastly I have noticed that the report server control works very differently in different browsers - try it in Chrome as well as IE
When I view a report in Report Manager, the page is displaying Current Page, Export Drop Down, Find|Next, Refresh, and Export to Data Feed buttons on separate lines consuming 25% of the top of page. These buttons should all be on one line as they are when I view the report in Data Tools.
I am running SQL Server 2012. I cannot see a way to configure these items to one line. There is nothing in Site Setting to configure this.
I believe the problem is with Internet Explorer. When I run this report in Firefox version 28, it runs perfectly. When I run it in Internet Explorer 11, I experience the problem.
I found this on the Microsoft site.
https://connect.microsoft.com/SQLServer/feedback/details/810527/sql-server-reporting-services-is-not-compatible-with-internet-explorer-11
We are happy to inform that the problem was fixed in CU8 for SQL Server 2012 Sp1.
Please visit the http://support.microsoft.com/kb/2917531 to get the update.
Mariusz Cichomski
Program Manager
SQL Server, Microsoft
This did not fix my issue with the toolbar. What I finally did to fix, from Internet Explorer Tools >>> Compatibility View Settings. I added the website for the report server.
I am using SSRS 2008 to deploy couple of reports to my server. Everything runs fine on IE. But Chrome and Safari does not display any reports. I can see the ‘Reports’ folder but when I click on the reports inside the folder, it displays nothing, whereas IE runs without any error. Talking about error, Firefox also display error on more complex reports…
I have gone through every solution on this forum
SSRS 2008 R2 - SSRS 2012 - ReportViewer: Reports are blank in Safari and Chrome
I tried appending function pageLoad() too but no success…
I am not sure I can use javascript anywhere because all I am doing is deploying the reports to my localhost/reportserver and then I browse to localhost/reports to see if the reports are deployed.
Check to make sure JavaScript is enabled in the browser.
I still had some trouble so I installed IE tab for Chrome:
https://chrome.google.com/webstore/detail/ie-tab/hehijbfgiekmjfkfjpbkbammjbdenadd
Here is some additional information on non-IE SSRS browser support:
http://msdn.microsoft.com/en-us/library/ms156511.aspx
I placed the solution here:
SSRS 2008 R2 - SSRS 2012 - ReportViewer: Reports in Safari/Chrome but works fine in Firefox/Internet Explorer 8... why?
See the title named: CSS Based System Wide Solution