Windows DB

Windows Server2008 에서 MSSQL2005 Reporting Service 설치하기
SQL 서버 2008의 새로운 아키텍처 변화는, 윈도우 서버 2008에서 SSRS 2008를 훨씬 쉽게 구성하고 사용하게 만들었습니다. 그러나 문제는 사람들이 윈도우 서버 2008 x64 상단에 SQL 서버2005 x86 리포팅 서비스를 설치하려고 할때 문제점이 발생하기도 합니다.
다음과 같이 SQL Server2005 설치 구성시 Reporting Services를 선택 구성할 수 없는 문제가 발생하게 됩니다.
120301-01.jpg
 
해당 문제점을 해결하기 위해서는 웹 서버(IIS) 역할 서비스 구성시 다음의 사항을 선택해 주어야 합니다.

[Common HTTP Features]
 -Static Content
 -Default Documents
 -Directory Browsing
 -HTTP Error
 -HTTP Redirection

[Application Development]
 -ASP.NET
 -.NET Extensibility
 -ISAPI Extension
 -ISAPI Filters

[Health and Diagnostics]
 -HTTP Logging
 -Request Monitor

[Security]
 -Windows Authentication
 -Client Certificate Mapping Authentication
 -IIS Clinet Certificate Mapping Authentication
 -Request Filtering

[Performance]
 -Static Content Compression

[Management Tools]
 -IIS Management Console
 -IIS Management Script and Tools
 -Management Service
 -IIS6 Management Compatibility

[IIS6 Scripting Tools]
[IIS6 WMI Compatibility]
[IIS Metabase and IIS6 configuration compatibility]