SSP Timer Job Distribution List Import Job was not run

来源:互联网 发布:淘宝换手机屏幕可靠么 编辑:程序博客网 时间:2024/04/19 14:13

After a password change I'm getting the following error in the "Event Log"

==========================================================

The SSP Timer Job Distribution List Import Job was not run.

Reason: The referenced account is currently locked out and may not be logged on to

Tecchnical Support Details:
System.ComponentModel.Win32Exception: The referenced account is currently locked out and may not be logged on to
   at Microsoft.Office.Server.Utilities.WindowsSecurity.GetUserTokenFromCredentials(String userDomainName, String password, LogonType logonType)
   at Microsoft.Office.Server.Utilities.WindowsSecurity.GetUserTokenFromCredentials(String userDomainName, String password)
   at Microsoft.Office.Server.Administration.JobHandler.Execute(Object state, Boolean timedOut)

For more information, see Help and Support Center at http://go.microsoft.com/fwlink/events.asp.

==========================================================


Solution one: 1>.Change the password on the SSP on the Shared Services Administration page

    2>. Restarted the sharepoint services timer service.(or IISReset )

Solution two: 1>. stsadm -o updatefarmcredentials -userlogin "domain user" -password "newPassword"
    2>. iisreset /noforce (optional)
                    3>. stsadm -o updateaccountpassword -userlogin "domain user" -password "newpassword" -noadmin

原创粉丝点击