-
Notifications
You must be signed in to change notification settings - Fork 2
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Does not work with SQL Server 2016 #5
Comments
Although I do not know the 2016 version, maybe this is relevant: Do you use http://myreportserver/Reports/ or http://myreportserver/SSRS/? If you test both links in the browser, you will get a GUI when using the ../Reports path. |
I tried using http://localhost/SSRS/ in both my method code and in my browser but I got a 404 error both times. It's possible that my server is configured differently or the /SSRS url support was removed sometime between SQL Server 2012 and 2016. |
Using the ../Report path created a 401 error in my case. In my case the Variable ‘Report Server Folder’ was missing. The Variable should have the same name as the folder on the Report Server. |
Today I have seen a similar effect while creating a regular Report Service launched from an Item. |
The HttpWebRequest returns the HTML for the Reporting Services Web Portal, not the report content, when using the sample code with SQL Server 2016.
I found the same issue reported in a MSDN forum. Based on the forum post, this sounds like an issue specific to SQL Server 2016. SQL Server 2014 is probably fine, though I have not tested it myself.
The text was updated successfully, but these errors were encountered: