Asked by:
Event ID: 6398 6482 7076 6641

-
Hi,
Event ID 6398 6482 7076 6641 as shown below prompt out repeatedly in my event log.
Source :Windows SharePoint Services 3
Category: Timer
Event ID: 6398The Execute method of job definition Microsoft.Office.Server.Administration.ApplicationServerAdministrationServiceJob (ID df28b930-d689-4388-ba5b-482254ffe124) threw an exception. More information is included below.
1387
For more information, see Help and Support Center at http://go.microsoft.com/fwlink/events.asp.
*******************************************************************************************************************************************************************************************************************************
Source : Office SharePoint Server
Category: Office Server Shared Services
Event ID: 6482Application Server Administration job failed for service instance Microsoft.Office.Server.Search.Administration.SearchServiceInstance (3571548b-af0e-41d6-8a2f-2321e52b9789).
Reason: Object 2dcc243f-0a60-4309-a1ec-444e7dedad74 not found.
Techinal Support Details:
System.Collections.Generic.KeyNotFoundException: Object 2dcc243f-0a60-4309-a1ec-444e7dedad74 not found.
at Microsoft.Office.Server.Search.Administration.SearchApi.get_App()
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.
*******************************************************************************************************************************************************************************************************************************
Source : Office SharePoint Server
Category: Office Server Shared Services
Event ID: 6482Application Server Administration job failed for service instance Microsoft.Office.Server.Search.Administration.SearchAdminSharedWebServiceInstance (0d6ce626-3b27-4885-bea1-492da0d375d3).
Reason: 1387
Techinal Support Details:
System.InvalidOperationException: 1387
at Microsoft.SharePoint.Win32.SPNetApi32.NetLocalGroupAddMember(String groupName, String userName)
at Microsoft.SharePoint.Administration.SPProvisioningAssistant.AddGroupMember(String username, Int32 group)
at Microsoft.SharePoint.Administration.SPProvisioningAssistant.ProvisionIisApplicationPool(String name, ApplicationPoolIdentityType identityType, String userName, SecureString password, TimeSpan idleTimeout, TimeSpan periodicRestartTime)
at Microsoft.SharePoint.Administration.SPMetabaseManager.ProvisionIisApplicationPool(String name, Int32 identityType, String userName, SecureString password, TimeSpan idleTimeout, TimeSpan periodicRestartTime)
at Microsoft.Office.Server.Administration.SharedWebServiceInstance.CreateSharedWebServiceApplicationPool(SharedResourceProvider srp)
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.
*******************************************************************************************************************************************************************************************************************************
Source : Office SharePoint Server
Category: Office Server Shared Services
Event ID: 6641The SSP Timer Job Distribution List Import Job was not run.
Reason: Some or all identity references could not be translated.
Technical Support Details:
System.Security.Principal.IdentityNotMappedException: Some or all identity references could not be translated.
at System.Security.Principal.NTAccount.Translate(IdentityReferenceCollection sourceAccounts, Type targetType, Boolean forceSuccess)
at System.Security.Principal.NTAccount.Translate(Type targetType)
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.
*******************************************************************************************************************************************************************************************************************************
Source : Office SharePoint Server
Category: Office Server Shared Services
Event ID: 6641The SSP Timer Job User Profile Change Job was not run.
Reason: Some or all identity references could not be translated.
Technical Support Details:
System.Security.Principal.IdentityNotMappedException: Some or all identity references could not be translated.
at System.Security.Principal.NTAccount.Translate(IdentityReferenceCollection sourceAccounts, Type targetType, Boolean forceSuccess)
at System.Security.Principal.NTAccount.Translate(Type targetType)
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.
*******************************************************************************************************************************************************************************************************************************
Source : Office SharePoint Server
Category: Office Server Shared Services
Event ID: 7076An exception occurred while executing the Application Server Administration job.
Message: 1387
Techinal Support Details:
System.InvalidOperationException: 1387
at Microsoft.SharePoint.Win32.SPNetApi32.NetLocalGroupAddMember(String groupName, String userName)
at Microsoft.SharePoint.Administration.SPProvisioningAssistant.AddGroupMember(String username, Int32 group)
at Microsoft.SharePoint.Administration.SPProvisioningAssistant.ProvisionIisApplicationPool(String name, ApplicationPoolIdentityType identityType, String userName, SecureString password, TimeSpan idleTimeout, TimeSpan periodicRestartTime)
at Microsoft.SharePoint.Administration.SPMetabaseManager.ProvisionIisApplicationPool(String name, Int32 identityType, String userName, SecureString password, TimeSpan idleTimeout, TimeSpan periodicRestartTime)
at Microsoft.Office.Server.Administration.SharedWebServiceInstance.CreateSharedWebServiceApplicationPool(SharedResourceProvider srp)
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 look on the web where the suggested solution for 6398 6482 7076 is download hotfix kb 946517,
and the solution for 6398 6482 6641 is follow these step here Event ID Errors: 6398, 6482, and 6641 for Share Point .
But in my case it's combination of 6398 6482 6641 7076, i was wondering will it work if i run both of the solution, or that's other specific solution in this case.
Sorry for bother and thx for advice. :-)
Question
All replies
-
Hi lex5519,
Based on my research, you can try to install http://support.microsoft.com/kb/946517 first, then check the effect. If the error still persists, you can try the following suggestion to fix the issue:
Update the password for the account that is used by the Central Administration application pool. To do this, follow these steps:
a. On all servers in the server farm, open a command prompt, type the following line, and then press ENTER: cd %commonprogramfiles%\Microsoft Shared\Web server extensions\12\Bin
b. On the server that hosts the Central Administration Web site, type the following line at the command prompt, and then press ENTER: stsadm –o updatefarmcredentials -userlogin DomainName\UserName -password NewPassword
c. On all other servers in the server farm, type the following line at the command prompt, and then press ENTER: stsadm -o updatefarmcredentials -userlogin DomainName\UserName -password NewPassword -local
d. Restart Microsoft Internet Information Services (IIS) 6.0. run iisreset /noforce.
How to change service accounts and service account passwords in SharePoint Server 2007 and in Windows SharePoint Services 3.0
http://support.microsoft.com/kb/934838
Hope this is helpful to you.
Rock Wang
Rock Wang– MSFT -
-