Microsoft MVP성태의 닷넷 이야기
글쓴 사람
정성태 (techsharer at outlook.com)
홈페이지
첨부 파일
 

환경 : TFS - dual server 구성



직업이 이렇다 보니... 모든 구성환경에 대한 시행착오를 거치고 미리 알아두지 않으면 안되기 때문에. 결국 Dual Server 설정으로도 TFS 를 구성해서 사용하게 되었습니다.

"Single Server" 설정때와 별다른 특이한 점 없이 잘 구성이 되었는데요. 단 한가지, 레포트 관련한 기능을 네비게이션 하려고 할 때 다음과 같은 오류가 발생합니다.

--- 한글 ---
보고서를 처리하는 동안 오류가 발생했습니다. (rsProcessingAborted)
데이터 원본 'TfsOlapReportDS'에 대한 사용자를 가장할 수 없습니다. (rsErrorImpersonatingUser)
로그온하지 못했습니다. (rsLogonFailed)
이 오류에 대한 자세한 내용을 보려면 로컬 서버 컴퓨터의 보고서 서버를 탐색하거나 원격 오류를 활성화하십시오.


--- 영문 ---
An error has occurred during report processing. (rsProcessingAborted) 
Cannot impersonate user for data source 'TfsOlapReportDS'. (rsErrorImpersonatingUser) 
Logon failed. (rsLogonFailed) 
For more information about this error navigate to the report server on the local server machine, 
or enable remote errors 

낯익은 오류죠. 해당 Application-Tier 서버에서 "localhost" 로 접근을 하게 되면 다음과 같은 부가 오류들이 함께 나타납니다.

Logon failure: the user has not been 
granted the requested logon type at this
computer. (Exception from HRESULT: 0x80070569)

원인은 간단합니다. "Rob Caron" 이 그의 블로그에서 설명하고 있습니다.
Team Foundation Server on a Domain Controller
; http://blogs.gotdotnet.com/robcaron/archive/2005/10/05/477565.aspx

아마도, "Rob Caron" 의 글을 읽지 않고 Google 검색을 해보신 분들이라면, Reports 서비스에 대해 할당된 도메인 계정 - 예를 들어, (도메인)\TFSReports - 을 Data-tier 컴퓨터의 로컬 "Administrators" 그룹에 가입시키셨을 텐데요.

이젠 그러지 마시고. ^^
"Rob Caron" 이 지시한데로 해당 계정에 대해서 "SeInteractiveLogonRight" 특권 권한만을 조정해 주는 것도 좋겠지요.

간략하게 정리해 보면, 그 문제를 해결하기 위해 다음과 같은 2가지 방법을 사용할 수 있습니다.

1. "Windows Server 2003 Resource Kit Tools" 에 포함되어 있는 ntrights.exe 를 사용하여 레포트 구동 계정에 "SeInteractiveLogonRight" 특권 부여.
   ㄱ. Resource Kit 이 설치 되어 있지 않다면, 다음의 URL 에 다운로드 받으십시오.
http://www.microsoft.com/downloads/details.aspx?familyid=9d467a69-57ff-4ae7-96ee-b18c4790cffd&displaylang=en

   ㄴ. 다음과 같이 command 창에서 실행. (예를 들어, 계정명이 "TFSReports" 라고 가정)
C:\> ntrights -u TFSReports +r SeInteractiveLogonRight

2. Active Directory 서버에서 "도메인 보안 정책"을 설정.
   ㄱ. AD 서버에서 "시작" / "관리 도구" / "도메인 보안 정책" MMC 콘솔을 실행

   ㄴ. 다음과 같이 "로컬 로그온 허용" 항목을 선택해서, "TFSReports" 계정을 포함시켜 줍니다.

특권 조정

   ㄷ. AD 가 바로 적용 안되는 것은 아시죠? ^^ 이거 바로 적용되게 하는 방법이 있다고 하던데, 저는 잘 모르겠습니다. 혹시 아시는 분은 댓글 좀 달아주십시오. 일단은, TFS 머신을 재부팅 하는 것으로 바로(?) 적용되게 했습니다.






[최초 등록일: ]
[최종 수정일: 6/20/2006]

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

비밀번호

댓글 작성자
 



2015-08-07 02시49분
[이성준] 대상 서버의 명령프롬프트에서 gpupate /force를 입력하시면 상기 정책이 적용됩니다.
[guest]

... [61]  62  63  64  65  66  67  68  69  70  71  72  73  74  75  ...
NoWriterDateCnt.TitleFile(s)
12415정성태11/18/202017476.NET Framework: 971. UnmanagedCallersOnly 특성과 DNNE 사용파일 다운로드1
12414정성태11/18/202019670VC++: 138. x64 빌드에서 extern "C"가 아닌 경우 ___cdecl name mangling 적용 [4]파일 다운로드1
12413정성태11/17/202018591.NET Framework: 970. .NET 5 / .NET Core - UnmanagedCallersOnly 특성을 사용한 함수 내보내기파일 다운로드1
12412정성태11/16/202020722.NET Framework: 969. .NET Framework 및 .NET 5 - UnmanagedCallersOnly 특성 사용파일 다운로드1
12411정성태11/12/202017501오류 유형: 680. C# 9.0 - Error CS8889 The target runtime doesn't support extensible or runtime-environment default calling conventions.
12410정성태11/12/202017670디버깅 기술: 174. windbg - System.TypeLoadException 예외 분석 사례
12409정성태11/12/202019515.NET Framework: 968. C# 9.0의 Function pointer를 이용한 함수 주소 구하는 방법파일 다운로드1
12408정성태11/9/202034765도서: 시작하세요! C# 9.0 프로그래밍 [8]
12407정성태11/9/202019888.NET Framework: 967. "clr!JIT_DbgIsJustMyCode" 호출이 뭘까요?
12406정성태11/8/202020852.NET Framework: 966. C# 9.0 - (15) 최상위 문(Top-level statements) [5]파일 다운로드1
12405정성태11/8/202018769.NET Framework: 965. C# 9.0 - (14) 부분 메서드에 대한 새로운 기능(New features for partial methods)파일 다운로드1
12404정성태11/7/202019374.NET Framework: 964. C# 9.0 - (13) 모듈 이니셜라이저(Module initializers)파일 다운로드1
12403정성태11/7/202018240.NET Framework: 963. C# 9.0 - (12) foreach 루프에 대한 GetEnumerator 확장 메서드 지원(Extension GetEnumerator)파일 다운로드1
12402정성태11/7/202019777.NET Framework: 962. C# 9.0 - (11) 공변 반환 형식(Covariant return types) [1]파일 다운로드1
12401정성태11/5/202019029VS.NET IDE: 153. 닷넷 응용 프로그램에서의 "My Code" 범위와 "Enable Just My Code"의 역할 [1]
12400정성태11/5/202015213오류 유형: 679. Visual Studio - "Source Not Found" 창에 "Decompile source code" 링크가 없는 경우
12399정성태11/5/202018733.NET Framework: 961. C# 9.0 - (10) 대상으로 형식화된 조건식(Target-typed conditional expressions)파일 다운로드1
12398정성태11/4/202018284오류 유형: 678. Windows Server 2008 R2 환경에서 Powershell을 psexec로 원격 실행할 때 hang이 발생하는 문제
12397정성태11/4/202018314.NET Framework: 960. C# - 조건 연산자(?:)를 사용하는 경우 달라지는 메서드 선택 사례파일 다운로드1
12396정성태11/3/202015312VS.NET IDE: 152. Visual Studio - "Tools" / "External Tools..."에 등록된 외부 명령어에 대한 단축키 설정 방법
12395정성태11/3/202018124오류 유형: 677. SSMS로 DB 접근 시 The server principal "..." is not able to access the database "..." under the current security context.
12394정성태11/3/202015748오류 유형: 676. cacls - The Recycle Bin on ... is corrupted. Do you want to empty the Recycle Bin for this drive?
12393정성태11/3/202015370오류 유형: 675. Visual Studio - 닷넷 응용 프로그램 디버깅 시 Disassembly 창에서 BP 설정할 때 "Error while processing breakpoint." 오류
12392정성태11/2/202019906.NET Framework: 959. C# 9.0 - (9) 레코드(Records) [4]파일 다운로드1
12390정성태11/1/202019625디버깅 기술: 173. windbg - System.Configuration.ConfigurationErrorsException 예외 분석 방법
12389정성태11/1/202018754.NET Framework: 958. C# 9.0 - (8) 정적 익명 함수 (static anonymous functions)파일 다운로드1
... [61]  62  63  64  65  66  67  68  69  70  71  72  73  74  75  ...