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

이벤트 로그 - Application Server job failed for service instance Microsoft.Office.Server.Search.Administration.SearchServiceInstance

SharePoint를 운영하는 서버에 다음과 같은 이벤트 로그가 남는 경우가 있습니다.

Log Name:      Application
Source:        Microsoft-SharePoint Products-SharePoint Server
Date:          2014-10-21 오후 3:58:18
Event ID:      6481
Task Category: Shared Services
Level:         Error
Keywords:      
User:          NETWORK SERVICE
Computer:      win2008r2.testad.com
Description:
Application Server job failed for service instance Microsoft.Office.Server.Search.Administration.SearchServiceInstance (fbed40dc-857e-40f9-8248-f4706fc5f833).

Reason: An update conflict has occurred, and you must re-try this action. The object SearchDataAccessServiceInstance was updated by TESTAD\WIN2008R2$, in the OWSTIMER (3696) process, on machine WIN2008R2.  View the tracing log for more information about the conflict.

Technical Support Details:
Microsoft.SharePoint.Administration.SPUpdatedConcurrencyException: An update conflict has occurred, and you must re-try this action. The object SearchDataAccessServiceInstance was updated by TESTAD\WIN2008R2$, in the OWSTIMER (3696) process, on machine WIN2008R2.  View the tracing log for more information about the conflict.
   at Microsoft.Office.Server.Search.Administration.SearchServiceInstance.Synchronize()
   at Microsoft.Office.Server.Administration.ApplicationServerJob.ProvisionLocalSharedServiceInstances(Boolean isAdministrationServiceJob)

테스트 머신이라고 험하게 사용하다 보니 별의 별 오류가 다 발생합니다. ^^; 검색해 보면 다음의 글에 해법이 나옵니다.

SharePoint 2010 Event ID 6482 Application Server Administration job failed for service instance Microsoft.Office.Server.Search.Administration.SearchServiceInstance
; http://www.social-point.com/sharepoint-2010-event-id-6482-application-server-administration-job-failed-for-service-instance-microsoft-office-server-search-administration-searchserviceinstance

방법을 정리해 보면,

1. Windows SharePoint Services Timer 서비스 중지 (SharePoint 2010 Timer)

2. C:\ProgramData\Microsoft\SharePoint\Config 폴더로 가면 (제 경우에) 131d407f-2310-4a9e-a615-d43f194cbbf5, c332e4bcc4e647fc8922f223768e2f2d 2개가 있는데,

3. 그중에서 GUID 형식의 폴더(즉, 131d407f-2310-4a9e-a615-d43f194cbbf5)를 들어가면 그 안에 cache.ini 파일을 발견할 수 있습니다. 이 파일만 제외하고 그 GUID 형식의 폴더에 있는 XML 파일 전부를 삭제합니다. (참고로, GUID 형식의 폴더가 아닌 다른 폴더에는 cache.ini 파일이 없습니다.)

4. cache.ini 파일을 열고 그 안의 숫자 데이터를 1로 바꾸고 저장합니다.

5. OWS Timer 서비스를 재시작하면, 해당 GUID 형식의 폴더에 다시 XML 파일이 생성되면서 초기화가 진행됩니다.


이후부터는 이벤트 로그에 6481 항목은 더 이상 나타나지 않습니다.




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







[최초 등록일: ]
[최종 수정일: 7/10/2021]

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)
13264정성태2/17/20236087스크립트: 45. 파이썬 - uvicorn 사용자 정의 Logger 작성
13263정성태2/16/20234245개발 환경 구성: 666. 최신 버전의 ilasm.exe/ildasm.exe 사용하는 방법
13262정성태2/15/20235292디버깅 기술: 191. dnSpy를 이용한 (소스 코드가 없는) 닷넷 응용 프로그램 디버깅 방법 [1]
13261정성태2/15/20234621Windows: 224. Visual Studio - 영문 폰트가 Fullwidth Latin Character로 바뀌는 문제
13260정성태2/14/20234403오류 유형: 847. ilasm.exe 컴파일 오류 - error : syntax error at token '-' in ... -inf
13259정성태2/14/20234539.NET Framework: 2095. C# - .NET5부터 도입된 CollectionsMarshal
13258정성태2/13/20234399오류 유형: 846. .NET Framework 4.8 Developer Pack 설치 실패 - 0x81f40001
13257정성태2/13/20234478.NET Framework: 2094. C# - Job에 Process 포함하는 방법 [1]파일 다운로드1
13256정성태2/10/20235271개발 환경 구성: 665. WSL 2의 네트워크 통신 방법 - 두 번째 이야기
13255정성태2/10/20234619오류 유형: 845. gihub - windows2022 이미지에서 .NET Framework 4.5.2 미만의 프로젝트에 대한 빌드 오류
13254정성태2/10/20234548Windows: 223. (WMI 쿼리를 위한) PowerShell 문자열 escape 처리
13253정성태2/9/20235298Windows: 222. C# - 다른 윈도우 프로그램이 실행되었음을 인식하는 방법파일 다운로드1
13252정성태2/9/20234161오류 유형: 844. ssh로 명령어 수행 시 멈춤 현상
13251정성태2/8/20234582스크립트: 44. 파이썬의 3가지 스레드 ID
13250정성태2/8/20236438오류 유형: 843. System.InvalidOperationException - Unable to configure HTTPS endpoint
13249정성태2/7/20235266오류 유형: 842. 리눅스 - You must wait longer to change your password
13248정성태2/7/20234258오류 유형: 841. 리눅스 - [사용자 계정] is not in the sudoers file. This incident will be reported.
13247정성태2/7/20235146VS.NET IDE: 180. Visual Studio - 닷넷 소스 코드 디버깅 중 "Decompile source code"가 동작하는 않는 문제
13246정성태2/6/20234317개발 환경 구성: 664. Hyper-V에 설치한 리눅스 VM의 VHD 크기 늘리는 방법 - 두 번째 이야기
13245정성태2/6/20234891.NET Framework: 2093. C# - PEM 파일을 이용한 RSA 개인키/공개키 설정 방법파일 다운로드1
13244정성태2/5/20234229VS.NET IDE: 179. Visual Studio - External Tools에 Shell 내장 명령어 등록
13243정성태2/5/20235063디버깅 기술: 190. windbg - Win32 API 호출 시점에 BP 거는 방법 [1]
13242정성태2/4/20234523디버깅 기술: 189. ASP.NET Web Application (.NET Framework) 프로젝트의 숨겨진 예외 - System.UnauthorizedAccessException
13241정성태2/3/20233977디버깅 기술: 188. ASP.NET Web Application (.NET Framework) 프로젝트의 숨겨진 예외 - System.IO.FileNotFoundException
13240정성태2/1/20234129디버깅 기술: 187. ASP.NET Web Application (.NET Framework) 프로젝트의 숨겨진 예외 - System.Web.HttpException
13239정성태2/1/20233810디버깅 기술: 186. C# - CacheDependency의 숨겨진 예외 - System.Web.HttpException
1  2  3  4  5  6  7  8  9  10  11  12  13  14  [15]  ...