<rss xmlns:atom="http://www.w3.org/2005/Atom" version="2.0"><channel><title>SSRS - Tag - Joel Beckham</title><link>http://example.org/tags/ssrs/</link><description>SSRS - Tag - Joel Beckham</description><generator>Hugo -- gohugo.io</generator><language>en-us</language><lastBuildDate>Mon, 17 Oct 2011 00:00:00 +0000</lastBuildDate><atom:link href="http://example.org/tags/ssrs/" rel="self" type="application/rss+xml"/><item><title>SSRS ReportExecutionService and 401 Authorization Errors</title><link>http://example.org/posts/2011/2011-10-17-ssrs-reportexecutionservice-and-401-authorization-errors/</link><pubDate>Mon, 17 Oct 2011 00:00:00 +0000</pubDate><author>jbeckham</author><guid>http://example.org/posts/2011/2011-10-17-ssrs-reportexecutionservice-and-401-authorization-errors/</guid><description><![CDATA[I was calling the SSRS Web service from the same machine and suddenly started getting 401 Authorization Errors. I finally found the cause.
Previously, I had been accessing the webservice with &quot;localhost&quot; in the URL, but at some point it got changed to the machine name. That’s when it stopped working. Apparently, a windows security feature called the &quot;Lookback Check&quot; causes this.]]></description></item><item><title>Custom Assemblies in SSRS 2008</title><link>http://example.org/posts/2011/2011-10-14-custom-assemblies-in-ssrs-2008/</link><pubDate>Fri, 14 Oct 2011 00:00:00 +0000</pubDate><author>jbeckham</author><guid>http://example.org/posts/2011/2011-10-14-custom-assemblies-in-ssrs-2008/</guid><description>Visual Studio can compile a report just fine, but then report that the report definition is invalid when you try to deploy.
In addition to putting the custom assembly SSRS’s bin folder: C:Program FilesMicrosoft SQL ServerMSRS10_50.MSSQLSERVERReporting ServicesReportServerbin
You have to put the assembly in VS’s private assemblies folder: C:Program Files (x86)Microsoft Visual Studio 2008Common7IDEPrivateAssemblies
Otherwise you’ll get this completely worthless error message that tells you nothing about the problem.
Also, keep in mind that VS seems to cache the assembly so if you make any changes to it, you have to reload VS.</description></item><item><title>SSRS 2005 / 2008: Enabling remote errors</title><link>http://example.org/posts/2011/2011-08-19-ssrs-2005-2008-enabling-remote-errors/</link><pubDate>Fri, 19 Aug 2011 00:00:00 +0000</pubDate><author>jbeckham</author><guid>http://example.org/posts/2011/2011-08-19-ssrs-2005-2008-enabling-remote-errors/</guid><description><![CDATA[Use ReportServer$SQL2008 update ConfigurationInfo set Value = &#39;True&#39; where Name = &#39;EnableRemoteErrors&#39; ]]></description></item></channel></rss>