//
Click here to view my installation by pictures webpage for Microsoft SQL Server 2008 R2
If you have issues related to security while setting up SSRS 2008 or 2005, you might want to check out this MSDN tutorial for steps you might have missed. http://msdn.microsoft.com/en-us/library/aa337491.aspx
If you get this message say from Visual Studio when trying to deploy SSRS reports to a SQL Server 2008 database instance, heres how this can be resolved. This is usually caused by kerberos security authentication. Navigate to: C:\Program Files\Microsoft SQL Server\MSRS10.MSSQLSERVER\Reporting Services\ReportServer Edit the file rsreportserver.config Make the change below: <!–<Add Key=”SecureConnectionLevel” Value=”2″/>–> <Add [...]