Microsoft MVP성태의 닷넷 이야기
오류 유형: 93. TFS 2010 오류: rsProcessingAborted, rsErrorExecutingCommand [링크 복사], [링크+제목 복사],
조회: 23995
글쓴 사람
정성태 (techsharer at outlook.com)
홈페이지
첨부 파일
 
(연관된 글이 1개 있습니다.)
TFS 2010 오류: rsProcessingAborted, rsErrorExecutingCommand


TFS 2010을 정상적으로 설치하고 나서,

단일 서버에 Team Foundation Server 2010 설치하는 방법
; https://www.sysnet.pe.kr/2/0/852

팀 프로젝트를 생성한 후, "Team Explorer"의 Reports 노드에서 제공하는 기능들을 사용하려고 하면 다음과 같은 오류가 발생하는 경우가 있습니다.

보고서를 처리하는 동안 오류가 발생했습니다. (rsProcessingAborted)
데이터 집합 'dsIteration'에 대한 쿼리를 실행하지 못했습니다. (rsErrorExecutingCommand)
이 오류에 대한 자세한 내용을 보려면 로컬 서버 컴퓨터의 보고서 서버를 탐색하거나 원격 오류를 활성화하십시오. 

동일하게, 이 기능을 포탈 사이트(Team Web Access)로 접근해서 확인해 보면 다음과 같은 메시지를 볼 수 있습니다.

Project data is unavailable at this time. As a result, all reports on this dashboard have been hidden. After you have created data in your team project and the warehouse has been processed, reports will be available.



즉, warehouse 관련 DB에 변화를 줄만한 데이터가 있은 후 기다리기만 하면 되는데요. 그러면 자연스럽게 Analysis 쪽 스케쥴러가 한번 돌고 나서 정상적으로 나오게 됩니다.

부가적으로 설명드리면,
다음과 같이 수작업으로 스케쥴러를 직접 실행해 주는 것도 가능합니다.

TFS Reports are not working
; http://social.msdn.microsoft.com/Forums/en/tfsprerelease/thread/680c0576-2670-4a6a-a632-eee29fd44b5e

Using the TFS console 
1. Verify connectivity to Analysis service (Edit->Analysis->Test connection).
2. Check what account TFS uses to connect to Analysis Services..
3. Rebuild the Analysis and Warehouse data.

Using SQL Management Studio. 
4. Verify connectivity to the Analysis service
5. Verify Impersination account setting on Tfs_AnalysisDataSource (I re-entered the password here)

Using http://localhost:8080/tfs/TeamFoundation/Administration/v3.0/WarehouseControlService.asmx 
6. Open ProcessAnalysisDatabase, enter "Full" as processingType and hit "Invoke"
7. Open GetProcessingStatus and hit Invoke. Refresh until JobProcessingStatus="Idle".

위와 같은 절차를 따른 다음 다시 Report의 쿼리를 하나 실행해 보면 정상적으로 동작하는 것을 확인할 수 있습니다. (물론, 데이터가 없어서 모든 값들이 비어 있겠지만!)




[이 토픽에 대해서 여러분들과 의견을 공유하고 싶습니다. 틀리거나 미흡한 부분 또는 의문 사항이 있으시면 언제든 댓글 남겨주십시오.]

[연관 글]






[최초 등록일: ]
[최종 수정일: 6/12/2021]

Creative Commons License
이 저작물은 크리에이티브 커먼즈 코리아 저작자표시-비영리-변경금지 2.0 대한민국 라이센스에 따라 이용하실 수 있습니다.
by SeongTae Jeong, mailto:techsharer at outlook.com

비밀번호

댓글 작성자
 




... 181  182  183  184  185  186  187  188  189  190  [191]  192  193  194  195  ...
NoWriterDateCnt.TitleFile(s)
205정성태4/13/200623060VS.NET IDE: 37. devenv.exe를 이용한 Command Line 컴파일 [1]
204정성태5/8/200618202웹: 2. Server Unavailable - Server Application Unavailable
203정성태4/13/200617043웹: 1. IIS 설정 옵션: Verify(Check) that file exists
202정성태4/13/200616717VS.NET IDE: 36. Automatically synchronize with an Internet time server
201정성태4/13/200619868기타: 12. XMLHTTP Failure and SUS Admin
200정성태4/13/200619106.NET Framework: 58. 웹 서비스 메서드 호출 오류 유형 - text/html; charset=xxx, but expected 'text/xml'
199정성태4/13/200620510스크립트: 6. XHTML or HTML 4.01 표준 준수
194정성태4/13/200619833VC++: 22. IDL Library 절
193정성태4/13/200620158.NET Framework: 57. IComponentChangeService 인터페이스
192정성태6/1/200617488VC++: 21. Visual C++ struct와 class의 차이점
189정성태4/13/200625135VC++: 20. ActiveX CAB 파일 오류 유형 - 파일을 대상 디렉터리로 복사할 수 없음. [6]
187정성태11/24/200519653VS.NET IDE: 35. VS.NET 2005 IDE Tip - 2번째 : XML / XSL 지원 강화
186정성태11/23/200516999.NET Framework: 56. VS.NET 2005 IDE Tip
182정성태11/21/200517075.NET Framework: 55. 에러가 발생할 것만 같은 코드
181정성태11/20/200545999.NET Framework: 54. 한글이 포함된 ANSI, UTF-8, UNICODE 텍스트 파일 읽기 [3]파일 다운로드1
197정성태12/25/200521401    답변글 .NET Framework: 54.4. [관련 문제] A 태그의 href에서의 문제.
198정성태12/27/200519090    답변글 .NET Framework: 54.5. [추가]: VS.NET으로 UTF-8 홈페이지 구성하기
179정성태11/8/200516743.NET Framework: 53. .NET Remoting: 메시지 교체
178정성태11/5/200517520기타: 11. Dual Core 장만. ^^
177정성태11/2/200517335COM 개체 관련: 17. CoGetClassObjectFromURL파일 다운로드1
176정성태3/29/200622611.NET Framework: 52. covariance? [1]파일 다운로드1
175정성태10/31/200518120.NET Framework: 51. MSXML 6.0에서 디지털 서명 기능을 제거!
180정성태11/15/200518461    답변글 VS.NET IDE: 51.1. MSXML 6.0 정식 릴리스
174정성태10/31/200519283.NET Framework: 50. app.config 예시 [1]
173정성태10/30/200517988스크립트: 5. 스크립트 호출 관계
172정성태10/25/200526378.NET Framework: 49. ASP.NET 오류 유형 : 액세스가 거부되었습니다. [2]
... 181  182  183  184  185  186  187  188  189  190  [191]  192  193  194  195  ...