Ideas for Free

Ideas for Free

only freedom gives SharePoint real power to grow

Ideas for Free RSS Feed
 

Archive for March, 2009

Howto: Enable Debuging in SharePoint Web Application

English :

I know that people are already blogging this topic, but I just want to make summary of the procedure.

1. You need to modify 3 lines in web.config

2. The 3 lines are :

     a.  <SafeMode MaxControls="200" CallStack="true" DirectFileDependencies="10" TotalFileDependencies="50" AllowPageLevelTrace="false">

     b. <customErrors mode="Off" />

     c. <compilation batch="true" debug="true" >

 

Alternatively you can install “Debugger Feature” from codeplex. (http://www.codeplex.com/features)

SSP: How to add new profile property mapping

English

When you work with Microsoft Office SharePoint Server (MOSS 2007), you’ll find that one of its component is User Profiles synchronization. The User Profiles synchronization is maintained by Shared Service Provider (SSP). It synchronized MOSS user profile with Active Directory profiles.

There are around 46 predefined profile with 21 are mapped to AD property.

Some of you might have an idea that you can add the new profile or change how it mapped to AD property. But how would you do it? Its not complex task, but I would like to make it graphical how-to.

1. Open SSP Administration page and click on User profiles and properties.

5-5-2009 10-52-26 AM

 

2. On “User profiles and properties” page, click on “Add profile property”

 5-5-2009 10-53-23 AM

3. On “Add user profile property” page, define the new profile. I put yellow mark on the important things,

- Name              : Fieldname for new profile property

- Display Name   : Display name for new profile property

- Type               : Field type

- Source Data Connection : Profile property mapping definition

5-5-2009 10-55-14 AM

4. Finally, after you define the mapping in “Source Data Connection” you can click OK. Do full import to update current profiles with the new profile property.

Computers Business Directory - BTS Local