2010-06-22 1 views
1

최근 TFS 서버 제어권을 상속 받았습니다. 새로운 TFS 프로젝트를 만들고 오류를 얻으려고합니다. 이 문제를 해결하는 방법에 대한 도움이나 단서는 크게 감사하겠습니다. 여기 새로운 TFS 프로젝트를 만드는 데 도움이 필요합니다. Reporting Services 오류가 발생했습니다.

기록된다 예외 메시지이다.

---begin Exception entry--- 
Time: 2010-06-22 11:09:47Z 
Module: Initializer 
Event Description: TF30207: Initialization for plugin "Microsoft.ProjectCreationWizard.Reporting" failed 
Exception Type: Microsoft.TeamFoundation.Client.PcwException 
Exception Message: TF30224: Failed to retrieve projects from the report server. Please check that the SQL Server Reporting Services Web and Windows services are running and you have sufficient privileges for creating a project. 
Exception Details: The Project Creation Wizard encountered a problem while creating reports on the SQL Server Reporting Services on DELTADEV. 
The reason for the failure cannot be determined at this time. 
Because the operation failed, the wizard was not able to finish creating the SQL Server Reporting Services site. 
Stack Trace: 
    at Microsoft.VisualStudio.TeamFoundation.RosettaReportUploader.CheckForProjectFolder(PrivateData data, String projectName, ProjectCreationContext context) 
    at Microsoft.VisualStudio.TeamFoundation.RosettaReportUploader.Initialize(ProjectCreationContext context) 
    at Microsoft.VisualStudio.TeamFoundation.EngineStarter.InitializePlugins(MsfTemplate template, PcwPluginCollection pluginCollection) 
-- Inner Exception -- 
Exception Type: System.Web.Services.Protocols.SoapException 
Exception Message: Server did not recognize the value of HTTP Header SOAPAction: http://schemas.microsoft.com/sqlserver/2005/06/30/reporting/reportingservices/ListChildren. 
SoapException Details: <detail /> 
Stack Trace: 
    at System.Web.Services.Protocols.SoapHttpClientProtocol.ReadResponse(SoapClientMessage message, WebResponse response, Stream responseStream, Boolean asyncCall) 
    at System.Web.Services.Protocols.SoapHttpClientProtocol.Invoke(String methodName, Object[] parameters) 
    at Microsoft.TeamFoundation.Proxy.Reporting.ReportingService.ListChildren(String Item, Boolean Recursive) 
    at Microsoft.VisualStudio.TeamFoundation.RosettaReportUploader.CheckForProjectFolder(PrivateData data, String projectName, ProjectCreationContext context) 
-- end Inner Exception -- 
--- end Exception entry --- 
+0

TFS의 버전은 무엇입니까? Visual Studio의 어떤 버전입니까? – Robaticus

+0

Visual Studio 및 TFS 2008 –

답변

4

나는 이것이 당신의 예외 스택의 가장 관련 부분이라고 생각 :

가 보고서 서버에서 프로젝트를 검색하지 못했습니다. SQL Server Reporting Services를 웹 및 Windows 서비스가 실행되고 있는지 확인하십시오 당신은 프로젝트를 생성 충분한 권한이 있습니다.

당신이 http://deltadev/reports 에 가서 보안 페이지를보고보고 서비스에 콘텐츠 관리자 있는지 확인합니다. TFS 관리자로 설정해도 Reporting Services에서 자동으로 사용 권한이 부여되지는 않습니다. 이 작업은 별도로 수행해야합니다. SharePoint와 동일합니다.

1

는 비주얼 스튜디오 2008 SP1이 설치되어 있는지 확인합니다. SP1이 없으면 프로젝트를 만드는 동안이 오류가 발생할 수 있습니다.

관련 문제