본문 바로가기

SharePoint

테이블 형식 모델 데이터베이스에 대한 BI 의미 체계 모델 연결 만들기 참조 URL : http://msdn.microsoft.com/ko-kr/library/hh230972.aspx 테이블 형식 모델 데이터베이스에 대한 BI 의미 체계 모델 연결 만들기 SharePoint 팜 외부의 Analysis Services 인스턴스에서 실행되는 테이블 형식 모델 데이터베이스로 리디렉션하는 BI 의미 체계 모델 연결을 설정하려면 이 항목의 정보를 참조합니다. BI 의미 체계 모델 연결을 만들고 SharePoint 및 Analysis Services 사용 권한을 구성한 후에는 이 연결을 Excel 또는 Power View 보고서에 데이터 원본으로 사용할 수 있습니다. 이 항목은 다음과 같은 섹션으로 구성됩니다.지정된 순서로 각 태스크를 수행하십시오. 필수 구성 요소 검토 PowerPi.. 더보기
Windows 토큰 서비스 계정에 대한 클레임을 다시 설정하는 방법(SharePoint Server 2010) Windows 토큰 서비스 계정에 대한 클레임을 다시 설정하는 방법(SharePoint Server 2010) http://technet.microsoft.com/ko-kr/library/gg502596.aspx $claims = get-spserviceinstance $claims = get-spserviceinstance -identity 83143ee4-5fbc-4e1a-b856-cf03aae577e1 $claims.Service.ProcessIdentity.CurrentIdentityType=0 // The 0 in the preceding line is IdentityType.LocalSystem $claims.Service.ProcessIdentity.Update() $claims.Servic.. 더보기
[설치] 네트워크 사용이 불가능한 곳에서 설치시 필요 파일 참고 URL : http://technet.microsoft.com/en-us/library/cc262485(v=office.15).aspx , http://www.doccabi.pe.kr/entry/Sharepoint-Server-2013-preview-%EC%84%A4%EC%B9%98 Sharepoint2013 설치시 네트워크 사용이 불가능한 서버가 있습니다. 이때 아래의 Sharepoint2013 설치시 필수 구성요소 파일을 설치하면 됩니다. Microsoft .NET Framework version 4.5 Windows Management Framework 3.0 Application Server Role, Web Server (IIS) Role Microsoft SQL Server 2008 R2.. 더보기
Sharepoint Server 2013 설치 사양 참고 URL : http://technet.microsoft.com/ko-kr/library/cc262485.aspx#hwforwebserver Sharepoint Server 2013 설치 사양 Windows Server 2008R2 SP1 (Standart , Enterprise / Datacenter) 2012 RC (Standard , Datacenter ) SQL Server SQL 2008R2 SP1 SQL 2012 (Sharepoint BI 사용시 SP1 필요) 하드웨어 사양 CPU 64-bit, 4 cores for small deployments 64-bit, 8 cores for medium deployments RAM 8 GB for small deployments 16 GB for .. 더보기
Response.End() 시 버튼이벤트 Postback 이 안되는 현상 엑셀을 이용해서 사용자 클라이언트에 저장하는 것을 하였으나 이로 인하여 버튼 이벤트가 안되는 현상이 발생하였습니다. 이럴 때는 스크립트 사용해서 문제를 해결 하였습니다. 버튼에 OnClientClick="javascript:setFormSubmitToFalse();" 를 사용하면 버튼이벤트 사용이 가능합니다. 더보기
Sharepoint 에서 Postback 문제로 Findcontrol 리턴 값이 null 일때 참조 : http://www.west-wind.com/weblog/posts/2006/Apr/09/ASPNET-20-MasterPages-and-FindControl 동적 테이블이나 동적으로 데이타를 읽어 올때 필요한 FindControl 이 Sharepoint에서 안될때가 있습니다. 이럴 때는 아래의 매서드를 이용하여 사용하면 됩니다. /// /// Finds a Control recursively. Note finds the first match and exists /// /// /// /// public static Control FindControlRecursive(Control Root, string Id) { if (Root.ID == Id) return Root; foreach (Contro.. 더보기
Shrepoint MaintainScrollPositionOnPostback 설정 방법 MaintainScrollPositionOnPostback 란?웹 페이지가 서버에 포스트백되면 페이지의 맨 위로 사용자가 반환됩니다. 따라서 웹 페이지가 긴 경우 페이지를 맨 아래까지 스크롤해야 합니다.반대로 MaintainScrollPositionOnPostback() 속성이 true로 설정된 경우에는 페이지의 맨 아래로 사용자가 반환됩니다.ASP.NET 인 경우@ Page 지시문에서 MaintainScrollPositionOnPostback() 속성을 설정합니다. SHAREPOINT 경우sharepoint2010 web.config 에 설정 하면 끝 참조 : http://social.msdn.microsoft.com/Forums/ar-SA/sharepointcustomization/thread/9de.. 더보기
[PowerShell] 개발자 대시보드 사용 여부 개발자 대시보드를 사용하기 위한 PowerShell script 입니다. [개발자 대시보드 사용 선택 가능] $svc=[Microsoft.SharePoint.Administration.SPWebService]::ContentService $ddsetting=$svc.DeveloperDashboardSettings $ddsetting.DisplayLevel=[Microsoft.SharePoint.Administration.SPDeveloperDashboardLevel]::OnDemand $ddsetting.Update() [개발자 대시보드 삭제] $svc=[Microsoft.SharePoint.Administration.SPWebService]::ContentService $ddsetting=$svc.De.. 더보기
[SPS2010] PerformancePoint Services 설정 참고 URL http://technet.microsoft.com/ko-kr/library/hh223287.aspx PerformancePoint Services는 무인 서비스 계정을 사용하여 데이터베이스 서버에 연결합니다. 무인 서비스 계정을 사용할 때는 Active Directory 계정에 데이터 액세스 권한을 구성하고, 이 계정에 대한 자격 증명을 보안 저장소에 저장하고, PerformancePoint Services에서 데이터에 액세스할 때 이 계정을 사용하도록 구성합니다. PerformancePoint Services에서 데이터 액세스를 구성하려면 다음 단계를 수행해야 합니다. 데이터 액세스 계정 구성 무인 서비스 계정 구성 사용자 권한이 올바르게 구성되었는지 확인 첫 단계에서는 무인 서비스 계정.. 더보기
[MOSS2007] 컴퓨터 이름 변경시 참고 Url : http://www.smallworkarounds.net/2009/07/renaming-moss-2007-or-sharepoint-server.html Renaming MOSS 2007 or Sharepoint Server Many times there are situations when you have to rename a MOSS installation either in your virtual PC environment and also sometimes in production, although the production one is little uncommon but the point is a sharepoint developer at one point or other want’s .. 더보기