Updated: 2008-02-14
Operation name: Profilechangelog
The User Profile store maintains a change log that records the changes made to the user profiles in the database. Microsoft Office SharePoint Server 2007 treats all date fields in the user profile as anniversaries. When a date in the user's profile matches the current date (based on server time), Office SharePoint Server 2007 creates a new anniversary event.
For more information about user profiles, see Get Recent User Profile Changes using the Change Log (http://go.microsoft.com/fwlink/?LinkId=110308&clcid=0x409).
Note: |
|---|
|
Changes to a date field do not create an event.
|
Syntax
stsadm -o profilechangelog
-title <SSP name>
-daysofhistory <number of days>
-generateanniversaries
Parameters
|
Parameter name
|
Value
|
Required?
|
Description
|
|
title
|
A valid SSP, such as SharedServices1
|
Yes
|
The name of the SSP that is associated with the change log.
|
|
daysofhistory
|
A valid positive integer that represents the number of days
|
Yes
|
Specifies the number of days to keep changes.
The default value is 7.
|
|
generateanniversaries
|
<none>
|
Yes
|
Specifies the date-based anniversary events on demand. Typically, this occurs in a background timer job.
|