Basically, changes to the user profiles are made in AD, then a successful import
follows..we check the profiles in the SSP to make sure they imported..and they
do..each time.
Yet the changes dont make it to the user information list, nor do they show up
anywhere in SharePoint..
Here are the steps taken:
•stsadm -o sync –deleteolddatabases
•Ensure Site Collection is not marked as read-only at Central Administration >
Application Management > Site Collection Quotas and Locks
•Clear Configuration Cache on all SharePoint servers one by one
•Run the following SQL read-only query against the SSP Database to identify the
Sites which have "Moving" attribute set to 'True
o SELECT * FROM [SharedServices1_DB].[dbo].[SiteSynch] Where Moving = '1'
o RESULT: No records returned
•Set ignoreisactive on the sync
o stsadm -o sync -synctiming m:1
o stsadm -o sync -ignoreisactive 1 • stsadm –o sync
Still no change..
When we look at the time job status list in CA, all the synch jobs show
completed with no error, in addition, no errors show up in the event viewers of
either the CA server or the WFE.
What are we missing?