Microsoft MVP성태의 닷넷 이야기
.NET Framework: 19. VS.NET 2005 Team Foundation Server 설치오류 - 26204 예외 [링크 복사], [링크+제목 복사],
조회: 20856
글쓴 사람
정성태 (techsharer at outlook.com)
홈페이지
첨부 파일
 

우선, 해당 오류가 발생했을 시에 다음의 Blog 토픽을 참조하십시오.
http://blogs.msdn.com/askburton/archive/2004/09/03/225386.aspx

저 같은 경우에는, 위의 상황이외에서 오류가 발생했는데요.
다른 분들도 저와 같은 시행착오가 있지 않을까 싶어서 한번 올려봅니다.


[현상]
1. VS.NET TFS 설치 파일 vstf\install.exe 로 진행중에 다음과 같은 오류 메시지 창과 함께 더 이상 진행이 되지 않습니다.



2. 이 때, 다음과 같은 위치의 로그 파일을 확인해 보면.
위치 : C:\Documents and Settings\[로그인한 사용자]\Local Settings\Temp
파일 : dd_entservermSI0C23.txt
내용 : 마지막 부분에 다음과 같은 오류가 발생해서 Roll-back 된 것을 확인할 수 있음.

CustomActionSchedule(Action=ExecuteSqlStrings,ActionType=25601,Source=BinaryData,Target=**********,CustomActionData=**********)
MSI (s) (E0:5C): Invoking remote custom action. DLL: C:\WINDOWS\Installer\MSI74.tmp, Entrypoint: ExecuteSqlStrings ExecuteSqlStrings: Error 0x80040e14: failed to execute SQL string: exec sp_grantlogin @loginame= 'ad.sysnet.pe.kr\TFSAdmin' if not exists (select * from SysUsers where Name = 'ad.sysnet.pe.kr\TFSAdmin') exec sp_grantdbaccess 'ad.sysnet.pe.kr\TFSAdmin' EX EC sp_addrolemember 'db_owner', 'ad.sysnet.pe.kr\TFSAdmin'

이 시점이 SQL Server 2005 에 생성된 psshared 데이터 베이스를 처리하는 도중이었습니다.

[해결방법]
1. 저 같은 경우에는 위의 오류에 대해서 맨 위에 예시한 블로그로는 해결할 수가 없어서 상당히 난감했는데요. 몇번의 시행착오 끝에 해결하긴 했지만... 의외로 상당히 간단한 문제였습니다. 일단, VS.NET 2005 TFS 설치를 시작하면 다음과 같이 Database 및 AppPool 에 설정한 계정 정보를 물어보게 되는데요.



보시는 것처럼, 도메인에 흔히 아는 FQDN 식의 "ad.sysnet.pe.kr" 처럼 입력하면 안되고, 이전 NT4 버전과 같은 형식의 도메인 명 ( 여기서는 AD ) 을 입력해야 합니다. 저 같은 경우에는 Active Directory 설치시에 도메인 설정을 "ad.sysnet.pe.kr" 로 했는데요. 로그인 시에 다음과 같이 "로그온 대상" 에 나오는 도메인 명을 입력해야 정상적으로 VS.NET 2005 TFS 가 설치되어집니다.







[최초 등록일: ]
[최종 수정일: 8/9/2018]

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

비밀번호

댓글 작성자
 




[1]  2  3  4  5  6  7  8  9  10  11  12  13  14  15  ...
NoWriterDateCnt.TitleFile(s)
14010정성태9/1/2025874오류 유형: 983. apt update 시 "The repository 'http://deb.debian.org/debian buster Release' does not have a Release file." 오류
14009정성태8/28/2025957닷넷: 2360. C# 14 - (11) Expression Tree에 선택적 인수와 명명된 인수 허용파일 다운로드1
14008정성태8/26/20251212닷넷: 2359. C# 14 - (10) 복합 대입 연산자의 오버로드 지원파일 다운로드1
14007정성태8/25/20251617닷넷: 2358. C# - 현재 빌드에 적용 중인 컴파일러 버전 확인 방법 (#error version)
14006정성태8/23/20251973Linux: 121. Linux - snap 패키지 관리자로 설치한 소프트웨어의 디렉터리 접근 제한
14005정성태8/21/20251525오류 유형: 982. sudo: unable to load /usr/libexec/sudo/sudoers.so: libssl.so.3: cannot open shared object file: No such file or directory
14004정성태8/21/20251681오류 유형: 981. dotnet 실행 시 No usable version of the libssl was found
14003정성태8/21/20251797닷넷: 2357. C# 14 - (9) 새로운 지시자 추가 (Ignored directives)
14002정성태8/20/20252015오류 유형: 980. C# - appsettings.json 파일의 설정값이 적용 안 된다면?
14001정성태8/19/20252756닷넷: 2356. .NET SDK 10 - 단일 소스 코드 파일을 빌드/실행하는 기능을 "dotnet" 명령어에 추가 [1]
14000정성태8/18/20252148오류 유형: 979. ERROR: failed to solve: failed to read dockerfile: open Dockerfile: no such file or directory
13999정성태8/15/20252203닷넷: 2355. C# 14 - (8) null 조건부 연산자 개선 - 대입문에도 사용 가능파일 다운로드1
13998정성태8/14/20252089닷넷: 2354. C# 14 - (7) 확장 메서드에 정적 메서드와 속성 지원을 위한 전용 구문 추가파일 다운로드1
13997정성태8/14/20252182Linux: 120. docker 컨테이너로 매핑된 볼륨에 컨테이너 측의 사용자 ID를 유지하면서 복사하는 방법
13996정성태8/13/20251694오류 유형: 978. Unable to find the requested .Net Framework Data Provider.
13995정성태8/13/20251819개발 환경 구성: 754. Visual C++ - 리눅스 빌드를 위한 Ubuntu 18 docker 컨테이너 설정
13994정성태8/12/20251714오류 유형: 977. SQL Server - User, group, or role '...' already exists in the current database. (Microsoft SQL Server, Error: 15023)
13993정성태8/11/20252411오류 유형: 976. Microsoft.ML.OnnxRuntimeGenAI 패키지 사용 시 "cublasLt64_12.dll" which is missing. (Error 126: "The specified module could not be found.") 오류
13992정성태8/11/20252520닷넷: 2353. C# - Foundry Local을 이용한 gpt-oss-20b 모델 사용파일 다운로드1
13991정성태8/9/20252258오류 유형: 975. winget - Foundry Local 패키지 업데이트가 안 되는 문제
13990정성태8/8/20251775Windows: 283. Time zone 설정이 없는 Windows Server 2025
13989정성태8/8/20252361닷넷: 2352. C# - Windows S-mode 환경인지 체크하는 방법파일 다운로드1
13988정성태8/8/20252407오류 유형: 974. 비주얼 스튜디오 업데이트 시 잠김 파일 경고 - Visual Studio Standard Collector Service 150 (VSStandardCollectorService150)
13987정성태8/7/20252278닷넷: 2351. C# 14 - (6) event와 생성자에도 partial 메서드 적용파일 다운로드1
13986정성태8/6/20252083닷넷: 2350. C# 14 - (5) 람다 매개 변수에 접근자가 있는 경우에도 타입 생략 가능파일 다운로드1
[1]  2  3  4  5  6  7  8  9  10  11  12  13  14  15  ...