Microsoft MVP성태의 닷넷 이야기
Team Foundation Server: 24. TFS 2008로 마이그레이션 (2) [링크 복사], [링크+제목 복사],
조회: 23934
글쓴 사람
정성태 (techsharer at outlook.com)
홈페이지
첨부 파일
 
(연관된 글이 1개 있습니다.)

TFS 2008로 마이그레이션 (2)


예전에, TFS 2005에서 TFS 2008로 업그레이드 하는 내용을 기록해 두었었죠.

TFS 2008로 마이그레이션
; https://www.sysnet.pe.kr/2/0/550

그때는, 마지막 설치 작업에서 언어가 다르다고 해서 실패했었는데요. 얼마 전에, 한글 TFS 2008이 나와서... 업그레이드 해본다 하면서 ^^; 그동안의 프로젝트 막바지 단계에다 개인적인 사정이 겹쳐서 미뤄온 것이 오늘에까지 이르게 되었습니다.

어쨌든. 오늘 다시 setup.exe를 누르고 업그레이드를 진행했습니다.

그런데. ^^ 다음과 같은 오류 메시지 창이 떴습니다.

tfs2005_2008_kor_mig.png

"
오류 28925 TFSServerStatusValidator: The tool could not call the Team Foundation Server ServerStatus Web service. Verify that your network is configured to allow communication between the Team Foundation application tier and the Team Foundation data tier. For more information, see the setup log.
"



오류 메시지를 보아 하니, "ServerStatus"라는 것은 곧, "ServerStatus.asmx"로의 웹 요청이 안된다는 것 같았습니다. 그래서, 직접 IE를 이용해서 asmx 페이지를 호출해 보았더니, 황당하게 IE의 전형적인 "페이지를 표시할 수 없습니다." 라는 오류 화면이 보일 뿐 아무런 힌트도 얻을 수가 없었습니다.

'흠... 그래? 그럼 이벤트 로그를 확인해 봐야지. ^^'

역시, 다음과 같은 오류 로그 항목이 눈에 띄었습니다.

이벤트 형식: 오류
이벤트 원본: W3SVC-WP
이벤트 범주: 없음
이벤트 ID: 2268
날짜:   2008-03-15
시간:   오후 7:09:12
사용자:  N/A
컴퓨터: SINGLETFS
설명:
사이트/서비스에 대해 ISAPI 필터를 로드하지 못했습니다. 시작이 중단됩니다.

자세한 정보는 http://go.microsoft.com/fwlink/events.asp에 있는 도움말 및 지원 센터를 참조하십시오.
데이터:
0000: 7e 00 00 00               ~...    


이벤트 형식: 오류
이벤트 원본: W3SVC-WP
이벤트 범주: 없음
이벤트 ID: 2214
날짜:   2008-03-15
시간:   오후 7:09:12
사용자:  N/A
컴퓨터: SINGLETFS
설명:
HTTP 필터 DLL C:\Program Files\Microsoft Visual Studio 2005 Team Foundation Server\TF Setup\AuthenticationFilter.dll을(를) 로드하지 못했습니다. 데이터는 오류입니다.

자세한 정보는 http://go.microsoft.com/fwlink/events.asp에 있는 도움말 및 지원 센터를 참조하십시오.
데이터:
0000: 7e 00 00 00               ~...    

AuthenticationFilter.dll이 뭐하는 것인지에 대해서는 아래의 설명에 나옵니다.

Visual Studio Team System
연습: Team Foundation Server에 SSL 및 ISAPI 필터 설정
; http://msdn2.microsoft.com/ko-kr/library/aa833872(VS.80).aspx

기억이 나는군요. 예전에 실습삼아서 위의 내용을 토대로 설정해 놓은 것이었는데요. 그런데, TFS 2008로 업그레이드하고 나니, "AuthenticationFilter.dll"이 아예 "C:\Program Files\Microsoft Visual Studio 2005 Team Foundation Server\TF Setup\" 폴더에 위치하고 있지 않습니다.

그래서, C:\ 드라이브를 검색해 보니, "C:\Program Files\Microsoft Visual Studio 2008 Team Foundation Server\Tools"에 있는 것을 발견했습니다. IIS 관리자에서 경로를 아래와 같이 수정해 주었지요.

tfs2005_2008_kor_mig.png

관련해서 검색해 보니, 다음과 같은 토픽이 나왔습니다.

Upgrading from TFS2005 to TFS 2008 'Orcas' Beta 2 
Error 28925. TFServerStatusValidator
; http://blogs.blackmarble.co.uk/blogs/rfennell/archive/2007/09.aspx

위의 사람은 그냥 필터 설정 자체를 지웠다고 하는군요.




그런데, 아직 끝이 아니군요. 또 계속 시작을 하니 다음과 같은 오류가 발생했습니다.

tfs2005_2008_kor_mig_3.png
"
오류 28804 Setup cannot connect to the server that is running SQL Server Reporting Services. Verify that SQL Server 2005 Reporting Services is installed and running on the Team Foundation app tier and that you have sufficient permissions to access it. For more information, see the setup log.
"



지긋지긋한 리포팅 서비스 관련 오류입니다. ^^; 이번 것은 자세한 해결 과정을 소개해드리기보다는, 결론만 말씀드리면, 아래와 같은 딱 2가지 설정을 해주셔야 합니다.

1. TfsIntegration 데이터베이스의 tbl_service_interface 테이블의 다음과 같은 3가지 값을 https를 사용하지 않는 localhost로 바꾼다.

tfs2005_2008_kor_mig_4.png

2. 보고서 서버 구성 관리자에서 "보고서 서버 가상 디렉터리"의 SSL 설정값을 해제한다.

tfs2005_2008_kor_mig_5.png

정리해 보면, https와 외부 망에서 접근하려고 설정하시는 분들한테만 발생할 수 있는 오류입니다.




이렇게 하고 나니, 설치가 정상적으로 완료되었습니다. ^^
이제 Visual Studio 2008로 접속해 보는 것으로 완료!



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

[연관 글]






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

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

비밀번호

댓글 작성자
 



2008-04-03 11시02분
kevin25
2008-04-24 10시35분
다음은, TFS에서 같은 버전의 TFS로 팀 프로젝트를 옮기는 방법을 소개하고 있습니다.

Wanna See the TFS To TFS Migration Tool in Action?
; https://docs.microsoft.com/en-us/archive/blogs/angelab/wanna-see-the-tfs-to-tfs-migration-tool-in-action
kevin25

... 181  182  183  184  185  186  187  [188]  189  190  191  192  193  194  195  ...
NoWriterDateCnt.TitleFile(s)
251정성태6/1/200617508오류 유형: 4. [OS 지원 API] SHParseDisplayName과 Windows 2000
252정성태6/1/200617420    답변글 오류 유형: 4.1. NET BCL 에서 제공되는 FolderBrowserDialog [2]
249정성태6/1/200616761.NET Framework: 71. VB.NET 이외의 언어에서 My 네임스페이스 사용
250정성태6/1/200619454    답변글 .NET Framework: 71.1. VB.NET 이외의 언어에서 My 네임스페이스 사용
248정성태6/1/200617643기타: 13. Code Center Premium에서 Win32 API 소스 찾기
245정성태6/1/200625282오류 유형: 3. [C# / VC++] error C2146: syntax error : missing ';' before identifier 'GetType'
247정성태5/3/200622547    답변글 .NET Framework: 3.1. Interface를 사용하면. [1]
242정성태6/1/200623070오류 유형: 2. [COM+] CreateObject 와 HTTP 500 - Internal server error
243정성태6/1/200620561    답변글 오류 유형: 2.1. [COM+] Resolve Partial Assembly failed for Microsoft.VC80.CRT.mui
244정성태6/1/200621826    답변글 오류 유형: 2.2. [COM+] Server object error 'ASP 0178 : 80070005'
240정성태6/1/200619690스크립트: 9. setTimeout 과 jscript/vbscript 혼용 문제
239정성태6/1/200621007COM 개체 관련: 18. Internet Explorer는 Out-of-process COM 개체입니다.
238정성태6/1/200622878개발 환경 구성: 1. batch 파일에서 실행한 exe에서 batch 실행 문맥의 환경 변수 설정 [3]
236정성태6/1/200643640오류 유형: 1. [.NET COM+] UnauthorizedAccessException: 레지스트리 키 HKEY_CLASSES_ROOT\.... 에 대한 액세스가 거부되었습니다
235정성태6/1/200618283VS.NET IDE: 39. VS.NET 2003/2005에서도 제공되는 VS 6.0 MFC ClassWizard
234정성태4/14/200618011VC++: 24. error C2039: 'pOleStr' : is not a member of '_STRRET'
233정성태4/13/200617401.NET Framework: 70. Response.ContentType 과 Response.AddHeader( "Content-Type", "..." ) 의 차이
232정성태4/13/200617110.NET Framework: 69. Reusing C# Source Code Across Multiple Assemblies
231정성태4/13/200617559Team Foundation Server: 4. How to rename a Team Foundation Server
229정성태10/17/200619088.NET Framework: 68. Feb CTP 에서 동작하는 "Save XPS Document page(s) to .bmp" 예제 소스
230정성태4/13/200619321    답변글 .NET Framework: 68.1. -01 MSDN Magazine XPS Document 소스를 Feb CTP로 수정한 버전파일 다운로드1
228정성태4/13/200615735Team Foundation Server: 3. MSBUILD : warning : Visual Studio Team System for Software Testers or Visual Studio Team System for Software Developers is required to run tests as part of a Team Build.
227정성태4/13/200617343Team Foundation Server: 2. TFS 빌드 오류 유형 - MSBUILD: warning : Specified cast is not valid
226정성태4/13/200615327Team Foundation Server: 1. TFS 오류 유형 - TF50608: Unable to retrieve information for security object
225정성태10/17/200614879.NET Framework: 67. VS.NET 2005 도구 상자에 있는 Workflow Activity 항목의 아이콘 변경
223정성태4/13/200626132.NET Framework: 66. Microsoft .NET Framework 2.0 Configuration 수동 설치파일 다운로드1
... 181  182  183  184  185  186  187  [188]  189  190  191  192  193  194  195  ...