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]

... 31  32  33  34  35  36  37  38  39  40  41  42  [43]  44  45  ...
NoWriterDateCnt.TitleFile(s)
12926정성태1/17/202217033오류 유형: 787. AKS - pod 배포 시 ErrImagePull/ImagePullBackOff 오류
12925정성태1/17/202219195개발 환경 구성: 627. AKS의 준비 단계 - ACR(Azure Container Registry)에 docker 이미지 배포
12924정성태1/15/202219938.NET Framework: 1134. C# - ffmpeg(FFmpeg.AutoGen)를 이용한 비디오 디코딩 예제(decode_video.c) [2]파일 다운로드1
12923정성태1/15/202219339개발 환경 구성: 626. ffmpeg.exe를 사용해 비디오 파일을 MPEG1 포맷으로 변경하는 방법
12922정성태1/14/202218189개발 환경 구성: 625. AKS - Azure Kubernetes Service 생성 및 SLO/SLA 변경 방법
12921정성태1/14/202213987개발 환경 구성: 624. Docker Desktop에서 별도 서버에 설치한 docker registry에 이미지 올리는 방법
12920정성태1/14/202215441오류 유형: 786. Camtasia - An error occurred with the camera: Failed to Add Video Sampler.
12919정성태1/13/202214861Windows: 199. Host Network Service (HNS)에 의해서 점유되는 포트
12918정성태1/13/202216087Linux: 47. WSL - shell script에서 설정한 환경 변수가 스크립트 실행 후 반영되지 않는 문제
12917정성태1/12/202215548오류 유형: 785. C# - The type or namespace name '...' could not be found (are you missing a using directive or an assembly reference?)
12916정성태1/12/202214324오류 유형: 784. TFS - One or more source control bindings for this solution are not valid and are listed below.
12915정성태1/11/202215529오류 유형: 783. Visual Studio - We didn't find any interpreters
12914정성태1/11/202219540VS.NET IDE: 172. 비주얼 스튜디오 2022의 파이선 개발 환경 지원
12913정성태1/11/202219535.NET Framework: 1133. C# - byte * (바이트 포인터)를 FileStream으로 쓰는 방법 [1]
12912정성태1/11/202218421개발 환경 구성: 623. ffmpeg.exe를 사용해 비디오 파일의 이미지를 PGM(Portable Gray Map) 파일 포맷으로 출력하는 방법 [1]
12911정성태1/11/202214675VS.NET IDE: 171. 비주얼 스튜디오 - 더 이상 만들 수 없는 "ASP.NET Core 3.1 Web Application (.NET Framework)" 프로젝트
12910정성태1/10/202215761제니퍼 .NET: 30. 제니퍼 닷넷 적용 사례 (8) - CPU high와 DB 쿼리 성능에 문제가 함께 있는 사이트
12909정성태1/10/202216791오류 유형: 782. Visual Studio 2022 설치 시 "Couldn't install Microsoft.VisualCpp.Redist.14.Latest"
12908정성태1/10/202213744.NET Framework: 1132. C# - ref/out 매개변수의 IL 코드 처리
12907정성태1/9/202215611오류 유형: 781. (youtube-dl.exe) 실행 시 "This app can't run on your PC" / "Access is denied." 오류 발생
12906정성태1/9/202218508.NET Framework: 1131. C# - 네임스페이스까지 동일한 타입을 2개의 DLL에서 제공하는 경우 충돌을 우회하는 방법 [1]파일 다운로드1
12905정성태1/8/202217426오류 유형: 780. Could not load file or assembly 'Microsoft.VisualStudio.TextTemplating.VSHost.15.0, Version=16.0.0.0, Culture=neutral, PublicKeyToken=b03f5f7f11d50a3a' or one of its dependencies.
12904정성태1/8/202219390개발 환경 구성: 623. Visual Studio 2022 빌드 환경을 위한 github Actions 설정 [1]
12903정성태1/7/202218734.NET Framework: 1130. C# - ELEMENT_TYPE_INTERNAL 유형의 사용 예
12902정성태1/7/202216996오류 유형: 779. SQL 서버 로그인 에러 - provider: Shared Memory Provider, error: 0 - No process is on the other end of the pipe.
12901정성태1/5/202218077오류 유형: 778. C# - .NET 5+에서 warning CA1416: This call site is reachable on all platforms. '...' is only supported on: 'windows' 경고 발생
... 31  32  33  34  35  36  37  38  39  40  41  42  [43]  44  45  ...