Export of Sharepoint Profile properties

I have to export the properties from on Sharepoint environment to another (from development to production).
In my development environment, i create the properties i need directly in the Sharepoint administration interface. When everything is approved, i export the properties directly in the SQL server. This is done by copying part of the contents from Profile database on the development environment to the production environment. The informations about the profiles are stored in these tables:

  • PropertyList
  • ProfileUI
  • DataServicePropMap

The propertyList table contains the actual definitions of the properties. The profileUI contains information about the presentation of the property, both in edit and presentationmode. The DataServicePropMap is used to map AD fields to the values of the properties.

Note that the values of the users isn’t exported by using this method.

Comments

One response to “Export of Sharepoint Profile properties”

  1. mandyerickson9357793288 Avatar

    This comment has been removed by a blog administrator.

Leave a Reply

Your email address will not be published. Required fields are marked *

This site uses Akismet to reduce spam. Learn how your comment data is processed.