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:ErrorEvent Source:Office SharePoint ServerEvent Category:Office Server Shared Services Event ID:6641Date:2/8/2007Time:1:20:00 PMUser:N/AComputer:CCSPDescription: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 at http://go.microsoft.com/fwlink/events.asp. ********************************************************************************************************************** Event Type:ErrorEvent Source:Office SharePoint ServerEvent Category:Office Server Shared Services Event ID:6482Date:2/8/2007Time:1:16:07 PMUser:N/AComputer:CCSPDescription: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 at http://go.microsoft.com/fwlink/events.asp. ********************************************************************************************************************** Event Type:ErrorEvent Source:Windows SharePoint Services 3Event Category:Timer Event ID:6398Date:2/8/2007Time:1:20:00 PMUser:N/AComputer:CCSPDescription: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 at http://go.microsoft.com/fwlink/events.asp.
February 8th, 2007 9:34pm

I also have this same error. Any ideas?
Free Windows Admin Tool Kit Click here and download it now
February 12th, 2007 10:15pm

I just got tired of fighting this problem. I backed up my sites with stsadm and reloaded the server.
February 13th, 2007 12:26am

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 Errors What you need to do to correct this problem is: 1. One of Microsofts 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 operators local group onall your MOSSservers. 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 commandssetspn.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 Searchthrough central administation>> operations>> Services on Server. 6. Then go tocentral 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 servercatagory 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.
Free Windows Admin Tool Kit Click here and download it now
April 13th, 2007 3:12pm

this error was on only one of the 3 MOSS web serversalthough the service accountwas a local admin butadding it to the "Backup Operators" group stopped this error in my event viewer. Thanks SharePoint_007, you made my day.
December 5th, 2007 3:01am

The error I was getting was a bit different, but I thought this information might be useful; as it seems there is still not a lot out there on this subject.The error: Event Type:ErrorEvent Source:Office SharePoint ServerEvent Category:Office Server Shared Services Event ID:6482Date:8/6/2008Time:2:56:26 PMUser:N/AComputer:SPWEB2Description:Application Server Administration job failed for service instance Microsoft.Office.Server.Search.Administration.SearchAdminSharedWebServiceInstance (e429eb2f-8245-48a1-b66e-aa6bf6fe1005). Reason: Failed to resolve the site ID for 'Office Server Web Services'. Techinal Support Details:System.InvalidOperationException: Failed to resolve the site ID for 'Office Server Web Services'. at System.Web.Configuration.WebConfigurationHost.GetConfigPaths(IConfigMapPath configMapPath, WebLevel webLevel, VirtualPath virtualPath, String site, String locationSubPath, VirtualPath& appPath, String& appSiteName, String& appSiteID, String& configPath, String& locationConfigPath) at System.Web.Configuration.WebConfigurationHost.InitForConfiguration(String& locationSubPath, String& configPath, String& locationConfigPath, IInternalConfigRoot configRoot, Object[] hostInitConfigurationParams) at System.Configuration.Configuration..ctor(String locationSubPath, Type typeConfigHost, Object[] hostInitConfigurationParams) at System.Configuration.Internal.InternalConfigConfigurationFactory.System.Configuration.Internal.IInternalConfigConfigurationFactory.Create(Type typeConfigHost, Object[] hostInitConfigurationParams) at System.Web.Configuration.WebConfigurationHost.OpenConfiguration(WebLevel webLevel, ConfigurationFileMap fileMap, VirtualPath path, String site, String locationSubPath, String server, String userName, String password, IntPtr tokenHandle) at System.Web.Configuration.WebConfigurationManager.OpenWebConfigurationImpl(WebLevel webLevel, ConfigurationFileMap fileMap, String path, String site, String locationSubPath, String server, String userName, String password, IntPtr userToken) at System.Web.Configuration.WebConfigurationManager.OpenWebConfiguration(String path, String site, String locationSubPath) at Microsoft.Office.Server.Administration.SharedWebServiceInstance.OpenWebConfiguration(String locationSubPath) at Microsoft.Office.Server.Administration.SharedWebServiceInstance.ProvisionRootWebConfigSettings() at Microsoft.Office.Server.Administration.SharedWebServiceInstance.Synchronize() at Microsoft.Office.Server.Administration.ApplicationServerJob.ProvisionLocalSharedServiceInstances(Boolean isAdministrationServiceJob) For more information, see Help and Support Center at http://go.microsoft.com/fwlink/events.asp.-----------------------------------------I have two front end web servers in my SP farm. The 2nd web server (mentioned here) was erroring out every minute. When I went into IIS I discovered my "Office Server Web Services" site had a red error symbol next to it. I could not browse the site, nor could I stop or start it.The first thing I did was delete the site, and attempt to recreate it identically. The site was created, but I got an error when I attempted to start the site: "Cannot register the URL prefix 'http://*:56737/' for site '591752002'. The necessary network binding may already be in use. The site has been deactivated. The data field contains the error number." I deleted the site.I then went to the other web server (1st), browsed IIS for the same Office Server site, right clicked on it, and selected "save configuration to file". I saved it to a location on the 2nd web server. On the 2nd web server (our problem child) I created a new website (from file). I browsed to the location selected the xml, and was prompted to create a new site, or replace existing. You want to replace existing.From here you should be able to start the site, and the errors should stop.I hope this helps someone out there!
Free Windows Admin Tool Kit Click here and download it now
August 7th, 2008 1:20am

thanks for the tip working fine for me , but i still have this error coming event code is 1055
September 8th, 2008 5:47pm

Our issue was the event id 6641. I followed the instructions given but now I am getting a SERVICE UNAVAILABLE page displaying on our MySites. What did I do wrong and do you have any steps to follow to resolve the SERVICE UNAVAILABLE? I have done an iisreset and checked all the app pools to make sure they were running. Thanks!
Free Windows Admin Tool Kit Click here and download it now
October 21st, 2009 1:08am

This solution works for me Thanks a lot!
July 21st, 2010 3:29pm

This topic is archived. No further replies will be accepted.

Other recent topics Other recent topics