본문 바로가기

Troubleshoot

SharePoint 2010 Products Configuration Wizard 실행 시 에러 발생 언어팩을 설치한 후 마법사를 돌리면 아래와 같이 에러가 나타납니다. 이유는 쉐어포인트 2010에서는 Office 2013을 지원하지 않기 때문입니다. 예.. 그렇습니다. 저는 쉐어포인트 핫픽스까지 설치 하고 난 후 언어팩을 잊고 오피스를 설치 한 후에 언어팩을 설치 하니.. 아래와 같은 에러가 발생 되었습니다. Could not load file or assembly 'Microsoft.Office.InfoPath, Version=15.0.0.0, Culture=neutral, PublicKeyToken=71e9bce111e9429c' or one of its dependencies. 지정된 파일을 찾을 수 없습니다. 방법은…. 오피스 2013에서 Infopath만 삭제! 그러면 아래와 같이 성곡적으로 .. 더보기
Sharepoint 2010 User Profile 생성 시 Access Denied(권한 없음) 에러 MySite User Profile이 없는 경우 생성하는 코드를 입력하고 CreateUserProfile, CreatePersonalSite 을 실행하면 아래와 같은 에러가 발생합니다. Access Denied: To create a user profile, you must be an administrator, or create your own profile and have personal features rights. 제가 작성한 코드는 아래와 같습니다. SPSecurity.RunWithElevatedPrivileges(delegate() { using (SPSite oSite = new SPSite(strSiteUrl)) { SPServiceContext context = SPServiceContex.. 더보기
Sharepoint 2010 "A list, survey, discussion board, or document library with the specified title already exists in this Web site. Please choose another title." 사이트 콜랙션 생성 시 발생되는 에러.. my site 관련 된 작업을 진행하다가 사이트를 삭제하고 다시 생성하려고 하는데.. 생성이 되지 않았습니다. 에러 내용은 아래와 같습니다. Exception attempting to ApplyWebTemplate to SPSite http://my.dev.doosan.com: Microsoft.SharePoint.SPException: A list, survey, discussion board, or document library with the specified title already exists in this Web site. Please choose another title. ---> System.Runtime.InteropServices.COMException (0x81020012): A li.. 더보기
C# Token StartElement in state EndRootElement would result in an invalid XML document. Make sure that the ConformanceLevel setting is set to ConformanceLevel.Fragment or ConformanceLevel.Auto if you want to write an XML fragment. XDocument Transformation 시 XmlWriter에서 아래와 같은 오류가 발생되었습니다. 영문의 경우 아래와 같습니다. Token StartElement in state EndRootElement would result in an invalid XML document. Make sure that the ConformanceLevel setting is set to ConformanceLevel.Fragment or ConformanceLevel.Auto if you want to write an XML fragment. 국문의 경우에는 아래와 같습니다. 상태 EndRootElement의 토큰 StartElement은(는) XML 문서를 사용할 수 없게 할 수 있습니다. XML 단편을 쓰려.. 더보기
Sharepoint 2010 Web Analytics not working(Web Analytics 동작 안함) 쉐어포인트 2010에 Web Analytics가 동작하지 않아서 데이터가 쌓이지 않는 문제가 발생했습니다. 뭐.. 데이터가 쌓이지 않는게 아니라… 데이터는 쌓여 있는데 나오지가 않았습니다. 아래와 같은 현상입니다. 좌측 메뉴에 페이지 보기 수를 클릭해서 보게 되면 아래와 같은 메시지를 볼 수 있습니다. 한글 이 보고서에 사용할 수 있는 데이터가 없습니다. 가능한 원인은 다음과 같습니다. (1) Web Analytics가 데이터를 생성할 만큼 충분히 오랫동안 사용 가능 상태가 아니었습니다. (2) 데이터가 부족하여 이 보고서를 생성할 수 없습니다. (3) 이 보고서에 필요한 데이터 로깅이 사용되도록 설정되어 있지 않을 수 있습니다. (4) 이 보고서에 필요한 수준에서 데이터 집계가 사용되도록 설정되어 있지.. 더보기
[C# Windows Form] 80040154 오류로 인해 CLSID가 {0}인 구성 요소의 COM 클래스 팩터리를 검색하지 못했습니다. Windows Forms으로 Sharepoint 관련 툴을 만들던 중 아래와 같은 에러가 발생하였습니다. 한글 System.Runtime.InteropServices.COMException (0x80040154): 80040154 오류로 인해 CLSID가 {BDEADF26-C265-11D0-BCED-00A0C90AB50F}인 구성 요소의 COM 클래스 팩터리를 검색하지 못했습니다. 영문 System.Runtime.InteropServices.COMException (0x80040154): Retrieving the COM class factory for component with CLSID {9DB232DC-50D6-4AAF-BA35-E510E16B2056} failed due to the followi.. 더보기
Sharepoint 2010 Diagnostic Data Provider: IO Intensive SQL Queries Timer Job Faild('SP_TRACE_CREATE'을(를) 실행할 권한이 없습니다.) Event Viewer에서 하도 엄청난 양의 오류와 위험표시들이 떠 다니길래 오늘 신나게 확인하고 있습니다. 일단. 이번에도 역시 타이머 잡에서 오류를 내뿝고 있었습니다. 항목은 아래와 같습니다. Diagnostic Data Provider: SQL Blocking Reports Diagnostic Data Provider: IO Intensive SQL Queries Diagnostic Data Provider: SQL Deadlocks 위의 순서대로 Error Message는 아래와 같습니다. The blocking query diagnostics provider could not set the 'blocked process threshold' for the sql instance ae-dev. Bl.. 더보기
Sharepoint 2010 Web Analytics Trigger Workflows Timer Job [Access is Denied (Exception from HRESULT: 0x80070005 (E_ACCESSDENIED))] Sharepoint 2010 Web Analytics 데이터가 쌓이지 않아 중앙관리 모니터링 –> 작업 기록에서 확인 해 보니 Web Analytics Trigger Workflows Timer Job에서 아래와 같은 오류가 발생되고 있었습니다. ULS Log 메시지를 확인 해 보니 아래와 같은 상태였습니다. 08/29/2012 17:08:46.76OWSTIMER.EXE (0x0FC0)0x1004SharePoint FoundationMonitoringnasqMediumEntering monitored scope (Timer Job WebAnalyticsWorkflowTrigger)716083d1-3583-4472-a5fb-775128a4deda 08/29/2012 17:08:46.76OWSTIMER.EX.. 더보기