Wednesday, August 18, 2010

Configure profile synchronization in SharePoint Server 2010

Profile synchronization in SharePoint Server 2010 can be done by following these steps. Before setting up synchronization connection, it is necessary to start User Profile service and User Profile Synchronization Service in "Manage Services on server" in "System Settings" category in Central Administration site. To set up a user profile synchronization connection do the following,

1. In Central Administration Site, go to Application Management.

1

2. In Service Applications Category, go into Manage service application.

2

3. In services list, click on User Profile Service Application.

3

4. In Synchronization category, go into Configure Synchronization Connections.

4

5. Click on Create New Connection. It will bring you on connection configuration page.

5

6. Fill the required fields and click Populate Containers button.

6

7. Click OK button. If it brings you an error screen having error "MOSS MA not found.", it means Forefront Identity Manager Service in not running on this server.

7

8. Click Back button of your browser, It will bring you back on the connection setting page. If you click the link "Go back to site" link on error page, it will bring you to Application Management page.

9. Go into Services from Start -> All Programs -> Administrative Tools -> Services.

8

10. Double click on Forefront Identity Manager Service and start it.

9

11. After starting Forefront Identity Manager Service, fill out connection configuration page's required field, populate containers and click OK, you will see a page showing processing of the task.

10

12. After processing, it will bring you on Synchronization connections page where you will see you connection available in the connection list.

11

Friday, August 6, 2010

A must read for beginner SharePoint Developers

Ted Pattison and Daniel Larson have written an excellent book Inside Microsoft Windows SharePoint Services 3.0 for developers who just started or planning to start SharePoint Development. This book gives beginners clear idea about SharePoint Architecture, designing pages for SharePoint and how to program using Windows SharePoint Services 3.0 Object Model. Inside WSS3.0
Two chapters of this book are available free on MSDN. 
This chapter explains SharePoint Architecture internals, how SharePoint works with ASP.NET framework, how SPVirtualPathProvider works and how to program custom application and site pages.
This chapter describes how to design site pages with custom controls and Web Part zones, how to customization of Master pages and site navigation and what are the best practices for branding WSS 3.0 sites.
Inside Microsoft Windows SharePoint Services 3.0 by Ted Pattison and Daniel Larson, from Microsoft Press (ISBN 9780735623200, copyright 2007 by Microsoft Press, all rights reserved)