Blending life, nature and technology.
Posts tagged SSRS
SQL Server 2008 R2 installation notes…
Apr 17th
Click here to view my installation by pictures webpage for Microsoft SQL Server 2008 R2
Unable to connect to remote server – error
Dec 31st
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 Key=“SecureConnectionLevel“ Value=“0“/>
Restart Reportserver. You should be able to deploy your reports now to SQL Server Reporting Services 2008.