SharePoint Profile Import
Timer Job
==============
Synchronization Scheduler - Applies changes in configured schedules to the Profile Synchronization and Quick Profile Synchronization jobs.
Profile Synchronization - Synchronizes user information in content databases from user profile data.
Quick Profile Synchronization - Synchronizes user information for newly added users in content databases from user profile data.
Stsadm.exe 命令
==============
technet上说, stsadm.exe –o sync 专门用于配置WSS的synchronization job. 也就是说, 这个命令专门用于对付user profile的问题.
stsadm -o sync listolddatabases 0
这个命令列出了到今天为止还没有与SSP的user profile同步的内容数据库. 举例:
stsadm -o sync deleteolddatabases 1
这个命令删除最近的一天还没有synch的content db的记录. 这会让SSP强制重新sync这些内容数据库.
stsadm -o sync -synctiming m:5
这个命令在测试synch问题的时候非常有用. 你可以把这个synch的日程设置为5分钟, 而不是1小时.
stsadm -o getproperty -pn job-immeditate-alerts -url http://m4
这个命令取回http://m4站点的日程安排属性
stsadm -o setproperty -pn job-immeditate-alerts -pv "every 1 minutes between 0 and 59" -url http://m4
这个命令更改immediate alert的安排, 你可以更改这个从默认的5分钟改为1分钟, 这样你就没必要等5分钟来看是否问题已经得到解决.
STSADM (Part 1)
http://blogs.msdn.com/spblog/archive/2009/06/18/stsadm-part-1.aspx