태그>sharepoint(총 134개의 글)
'sharepoint' 관련 최근글
-
- Workflow InfoPath Forms Metadata

-
Leo's Blog by 레오|2008/04/25 16:14
This error is related to the structure of the workflow.xml file. Specifically, the section of the file should be laid out with no line breaks in the elements. These line breaks are what cause the problem. Here's a typical example of a WR..
- Workflow InfoPath Forms Metadata
-
- SharePoint 2007 workflow with Visual Studio 2008

-
Leo's Blog by 레오|2008/04/25 16:12
- SharePoint 2007 workflow with Visual Studio 2008
-
- How to Create a SharePoint 2007 Workflow using Visual Studio 2008 B..

-
Leo's Blog by 레오|2008/04/25 16:07
A lot of people have complained that access to the Virtual Labs that I mentioned earlier in my blog is very slow and unstable. So this tutorial that I’m about to give you is based on the case in Microsoft Virtual Labs. I’ve also had a l..
- How to Create a SharePoint 2007 Workflow using Visual Studio 2008 B..
-
- Workflow Tokens

-
Leo's Blog by 레오|2008/04/25 11:53
You will need a token for activities that relate to the workflow itself, a token for activities related to a particular task or item, and a token for each modification. Here is a grouping of activities that need the same correlation token (ea..
- Workflow Tokens
-
- Folder CopyTo & MoveTo

-
Leo's Blog by 레오|2008/04/24 09:16
try { SPSite openSite = new SPSite(this.textBox1.Text); SPWeb openWeb = openSite.OpenWeb(); SPList formList = openWeb.Lists[this.textBox2.Text]; SPFolderCollection folders = openWeb.GetFolder("http://greenfire..
- Folder CopyTo & MoveTo
-
- [강좌] SharePoint Architecture 이해하기 Part 2

-
My Sharepoint by 짜두르|2008/04/23 13:49
SharePoint Architecture 이해하기 Part 2 부제 : SharePoint 의 Physical Architecture Written by 짜두르 Server Farm은 모든 물리적 환경을 이루고 있는 서버들의 모음을 말합니다. IT 관리자는 여러 ..
- [강좌] SharePoint Architecture 이해하기 Part 2
-
- InfoPath attachment workflow activity

-
Leo's Blog by 레오|2008/04/23 10:17
A few posts ago I wrote about a console application which extracted attachments from a published infopath document. In that post I described that it was pretty cool that by using some fancy techniques you could access all of your ..
- InfoPath attachment workflow activity
-
- MOSS 2007: Exception when handling a document renaming event

-
Leo's Blog by 레오|2008/04/23 09:18
public override void ItemUpdated(SPItemEventProperties properties) { SPListItem item = properties.ListItem; CopyMetadata(ref item, "ItemVersion", item.Versions[0].VersionLabel); . item.SystemUpdate(false); }
- MOSS 2007: Exception when handling a document renaming event
-
- MOSS 내 가상 디렉토리내에 Output Cache 비활성화 하기.

-
Leo's Blog by 레오|2008/04/22 10:50
MOSS로 구성한 사이트에, IIS 내 가상 디렉토리로 추가 구성을 한 경우, 간혹 Output Cache가 정상적으로 동작하지 않는 경우가 있다. 그런 경우 아래와 같은 이벤트가 계속 쌓이게 된다. 이벤트 형식: 오류 이벤트 원본: Office SharePoint Server 이벤트 범주: 게시 캐시 이..
- MOSS 내 가상 디렉토리내에 Output Cache 비활성화 하기.
-
- SPList 추가 또는 SPList 템플릿 Feature 추가 중에 발생되는 오류 중.

-
Leo's Blog by 레오|2008/04/22 10:49
List 템플릿 추가 중에 아래와 같은 오류가 끊임없이 발생하여, 추가 List 템플릿으로 web.Lists.Add(".", ".", listTemplate) 메소드로 SPList를 추가할 수 없는 경우가 있습니다.System.Data.SqlClient.SqlException: 테이블 'WS..
- SPList 추가 또는 SPList 템플릿 Feature 추가 중에 발생되는 오류 중.
-
- 액세스 거부시 액세스 요청 항목이 나타나게 만들기.

-
Leo's Blog by 레오|2008/04/22 10:48
권한이 없는 사이트에 접속 시, 보통은 액세스 거부 창이 뜹니다.이 때 다른 사용자로 로그인 외에 “액세스 요청”이라는 항목이 더 생길 수 있는데, 일반적인 형태로 생성하는 경우 “액세스 요청” 이라는 항목이 생기지 않습니다. 이 경우 해당 사이트 설정에서 바꿔주거나 프..
- 액세스 거부시 액세스 요청 항목이 나타나게 만들기.
-
- Site Administrator 등록방법

-
Leo's Blog by 레오|2008/04/22 10:48
Site administrator를 등록하려면, 보통 사이트 설정에 들어가 사이트 관리자 설정에 들어가,추가하면 된다. 그러나 프로그래밍 상으로 추가하려면, 단순히 Site Users와 같은 컬랙션에 추가해서 되지 않는다.실제로 SPWeb 내에 SiteAdministrators 라는 SPUserCollecti..
- Site Administrator 등록방법
-
- 새로운 지식. 64bit 머신에서는 웹가든이 필요없다.

-
Leo's Blog by 레오|2008/04/22 10:48
MOSS 2007 을 설치한 후, 예전에 CPU 개수(또는 코어) 만큼 웹가든을 만드는 것이 좋다는 의견이 있었다. 그런데, 이 내용은 32bit에서나 적용될 내용이라는 것이다. 그 이유는 보통 32Bit에서는 내부 가상 메모리의 최대 크기가 2G 뿐인데, 만일 700M 이상 넘어가면, 가비지 Collec..
- 새로운 지식. 64bit 머신에서는 웹가든이 필요없다.
-
- User Field ... 우리는 농락 당했구나.

-
Leo's Blog by 레오|2008/04/22 10:47
기본 제공하는 Field 중 User 필드가 있다. 이 안의 값을 가져오면 다음과 같은 형식으로 저장되어 있다.WebID#;사용자이름. 만일 해당 SPWeb 내에 Users 내에 강냥이 라는 사용자가 등록되어 있을때, 44#;강냥이이런 식으로 기록된다. 물론 저 44라는 것은 SPUser의 ID를 ..
- User Field ... 우리는 농락 당했구나.
-
- SPList의 문건에 대한 읽기/쓰기에 관한 속성 처리.

-
Leo's Blog by 레오|2008/04/22 10:47
보통 일반적인 게시판에서는 올린 글에 대해서는 누구든지 보게 된다. 또한 특정 글의 수정 작업은 자신이 작성한 항목에 대해서만 수행할 수 있게 된다. 그런데, 혹시 아래와 같은 기능이 필요할 수 있다. 1. 하나의 게시판을 여러사람이서 공유하지만, 마치 자신만의 글만 보이도..
- SPList의 문건에 대한 읽기/쓰기에 관한 속성 처리.



