Event ID Errors: 6398, 6482, and 6641 for Share Point
Hi
I was wondering if someone can help me out with these errors I have been getting. I look on the web and can not find anything to fix these issues. There are a ton of these being logged.
Event Type: Error
Event Source: Office SharePoint Server
Event Category: Office Server Shared Services
Event ID: 6641
Date: 2/8/2007
Time: 1:20:00 PM
User: N/A
Computer: CCSP
Description:
The SSP Timer Job Distribution List Import Job was not run.
Reason: Logon failure: the user has not been granted the requested logon type at this computer
Technical Support Details:
System.ComponentModel.Win32Exception: Logon failure: the user has not been granted the requested logon type at this computer
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 athttp://go.microsoft.com/fwlink/events.asp.
**********************************************************************************************************************
Event Type: Error
Event Source: Office SharePoint Server
Event Category: Office Server Shared Services
Event ID: 6482
Date: 2/8/2007
Time: 1:16:07 PM
User: N/A
Computer: CCSP
Description:
Application Server Administration job failed for service instance Microsoft.Office.Server.Search.Administration.SearchServiceInstance (77cdaca7-f1f3-411f-980d-82fec9ddbc92).
Reason: Logon failure: the user has not been granted the requested logon type at this computer
Techinal Support Details:
System.ComponentModel.Win32Exception: Logon failure: the user has not been granted the requested logon type at this computer
at Microsoft.Office.Server.Search.Administration.SearchServiceInstance.SynchronizeDefaultContentSource(IDictionary applications)
at Microsoft.Office.Server.Search.Administration.SearchServiceInstance.Synchronize()
at Microsoft.Office.Server.Administration.ApplicationServerJob.ProvisionLocalSharedServiceInstances(Boolean isAdministrationServiceJob)
For more information, see Help and Support Center athttp://go.microsoft.com/fwlink/events.asp.
**********************************************************************************************************************
Event Type: Error
Event Source: Windows SharePoint Services 3
Event Category: Timer
Event ID: 6398
Date: 2/8/2007
Time: 1:20:00 PM
User: N/A
Computer: CCSP
Description:
The Execute method of job definition Microsoft.SharePoint.Search.Administration.SPSearchJobDefinition (ID 3a4cd737-d0c1-443b-be03-75a0f99160bb) threw an exception. More information is included below.
Retrieving the COM class factory for component with CLSID {629DA12E-9AD5-4FEC-B886-42C5982C5109} failed due to the following error: 8007042d.
For more information, see Help and Support Center athttp://go.microsoft.com/fwlink/events.asp.
Event Type: Error
Event Source: Windows SharePoint Services 3
Event Category: Timer
Event ID: 6398
Date: 2/9/2007
Time: 2:35:00 PM
User: N/A
Computer: SHAREPT
Description:
The Execute method of job definition Microsoft.SharePoint.Search.Administration.SPSearchJobDefinition (ID 823a792a-986b-4ab6-b7cc-517197b087ea) threw an exception. More information is included below.
Retrieving the COM class factory for component with CLSID {629DA12E-9AD5-4FEC-B886-42C5982C5109} failed due to the following error: 80070422.
For more information, see Help and Support Center at http://go.microsoft.com/fwlink/events.asp.
I have run into this problem even when I have not changed the password. I tried the fix to add the service account to the backup operators group and that did not completely fix the problem. Additionally, I have notice that I have had a lot of other mysterious SharePoint Server ErrorsWhat you need to do to correct this problem is:
1. One of Microsoft’s best practices is to make sure that the application pool account for your SSP and your service account for the SSP are the same account.
2. Make sure to add this account to the backup operator’s local group on all your MOSS servers.
3. If you are using Kerberos authentication for your web applications make sure you set your service name principle account for you ssp on you MOSS application server.In order to complete this operation you must install Window support tools from your Windows server installation files under support>>tools>>supporttools.msi.Once you have installed the support tools go to start>>All programs>> Windows support tools>> command prompt.setspn.exe –A HTTP/name_of_ssp_address domain\appication
Assume your site address is ssp, your domain is sharePoint, and your application pool account is svc_ssp. Run these commands
setspn.exe –A HTTP/ssp SharePoint\svc_ssp(Run this Command)
setspn.exe –A HTTP/ssp.sharepoint.com SharePoint\svc_ssp(Run this command)
If you are using Kerberos authentication on any of your web applications you must run these commands for the web applications to function properly including your central administration site.
4. Check your system event logs on your MOSS server for any DCOM errors. You will notice your DCOM errors are associated with your application pool accounts. Add these acounts to the IIS WAMREG admin service. Make sure the accounts have local launch, remote launch, local activation, and remote activation.
5. Next stop your Office SharePoint Server Search through central administation>> operations>> Services on Server.
6. Then go to central administration>> operations>> service accounts. Click on web application pool. Then under web service choose Windows SharePoint Service Web application. Next under application pool, choose your Shared Service Provider application pool account. Under configurable you will notice that it populated your application pool account. Now re-enter your password and click ok.
7. Login into all your MOSS servers and run iisreset /noforce.
8. Go back to central administation>> operations>> Services on Server and restart your Office Server Search.
9. Then go to central administation>>Application Management>> Manage this Farm's Shared Services. click the drop down on the default SSP and click edit properties. In the SSP service credentials enter username and password. In the index server catagory select your index server and then click ok. Make sure you wait about 5 minutes.
Spent a lot of time trouble shooting the sharepoint errors and I hope this information helps.