Microsoft MVP성태의 닷넷 이야기
Team Foundation Server: 24. TFS 2008로 마이그레이션 (2) [링크 복사], [링크+제목 복사],
조회: 24022
글쓴 사람
정성태 (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

... 76  77  78  79  80  81  [82]  83  84  85  86  87  88  89  90  ...
NoWriterDateCnt.TitleFile(s)
11886정성태5/7/201919194오류 유형: 534. mstest.exe 실행 시 "Visual Studio Enterprise is required to execute the test." 오류 [2]
11885정성태5/7/201916112오류 유형: 533. mstest.exe 실행 시 "File extension specified '.loadtest' is not a valid test extension." 오류 발생
11884정성태5/5/201920942.NET Framework: 828. C# DLL에서 Win32 C/C++처럼 dllexport 함수를 제공하는 방법 - 두 번째 이야기
11883정성태5/3/201926159.NET Framework: 827. C# - 인터넷 시간 서버로부터 받은 시간을 윈도우에 적용하는 방법파일 다운로드1
11882정성태5/2/201922399.NET Framework: 826. (번역글) .NET Internals Cookbook Part 11 - Various C# riddles파일 다운로드1
11881정성태4/28/201922541오류 유형: 532. .NET Core 프로젝트로 마이그레이션 시 "CS0579 Duplicate 'System.Reflection.AssemblyCompanyAttribute' attribute" 오류 발생
11880정성태4/25/201918361오류 유형: 531. 이벤트 로그 오류 - Task Scheduling Error: m->NextScheduledSPRetry 1547, m->NextScheduledEvent 1547
11879정성태4/24/201926775.NET Framework: 825. (번역글) .NET Internals Cookbook Part 10 - Threads, Tasks, asynchronous code and others파일 다운로드2
11878정성태4/22/201922529.NET Framework: 824. (번역글) .NET Internals Cookbook Part 9 - Finalizers, queues, card tables and other GC stuff파일 다운로드1
11877정성태4/22/201922571.NET Framework: 823. (번역글) .NET Internals Cookbook Part 8 - C# gotchas파일 다운로드1
11876정성태4/21/201921671.NET Framework: 822. (번역글) .NET Internals Cookbook Part 7 - Word tearing, locking and others파일 다운로드1
11875정성태4/21/201922628오류 유형: 530. Visual Studo에서 .NET Core 프로젝트를 열 때 "One or more errors occurred." 오류 발생
11874정성태4/20/201922820.NET Framework: 821. (번역글) .NET Internals Cookbook Part 6 - Object internals파일 다운로드1
11873정성태4/19/201921288.NET Framework: 820. (번역글) .NET Internals Cookbook Part 5 - Methods, parameters, modifiers파일 다운로드1
11872정성태4/17/201922139.NET Framework: 819. (번역글) .NET Internals Cookbook Part 4 - Type members파일 다운로드1
11871정성태4/16/201920851.NET Framework: 818. (번역글) .NET Internals Cookbook Part 3 - Initialization tricks [3]파일 다운로드1
11870정성태4/16/201919055.NET Framework: 817. Process.Start로 실행한 콘솔 프로그램의 출력 결과를 얻는 방법파일 다운로드1
11869정성태4/15/201924874.NET Framework: 816. (번역글) .NET Internals Cookbook Part 2 - GC-related things [2]파일 다운로드2
11868정성태4/15/201920868.NET Framework: 815. CER(Constrained Execution Region)이란?파일 다운로드1
11867정성태4/15/201920040.NET Framework: 814. Critical Finalizer와 SafeHandle의 사용 의미파일 다운로드1
11866정성태4/9/201923237Windows: 159. 네트워크 공유 폴더(net use)에 대한 인증 정보는 언제까지 유효할까요?
11865정성태4/9/201918915오류 유형: 529. 제어판 - C:\ProgramData\Microsoft\Windows\Start Menu\Programs\Administrative Tools is not accessible.
11864정성태4/9/201917632오류 유형: 528. '...' could be '0': this does not adhere to the specification for the function '...'
11863정성태4/9/201917538디버깅 기술: 127. windbg - .NET x64 EXE의 EntryPoint
11862정성태4/7/201920127개발 환경 구성: 437. .NET EXE의 ASLR 기능을 끄는 방법
11861정성태4/6/201919538디버깅 기술: 126. windbg - .NET x86 CLR2/CLR4 EXE의 EntryPoint
... 76  77  78  79  80  81  [82]  83  84  85  86  87  88  89  90  ...