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: 6398
The 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: 6482
Application 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: 6482
Application 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: 6641
The 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: 6641
The 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: 7076
An 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. :-)
June 15th, 2010 11:05am
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 WangRock Wang MSFT
Free Windows Admin Tool Kit Click here and download it now
June 16th, 2010 10:13am
Hi Rock Wang,
Thanks for your reply on my problem, currently still pending for the approval to make change in my company server. Will get back here with the result once i complete with your suggested step. Thanks for your help, much appreciate.
June 23rd, 2010 10:38am
@lex5519: Did you ever get a resolution to this?
We're patched up to SP2 which purportedly contains the hotfix mentioned here and in other sites.If at first you don't succeed, ask an MVP.
Free Windows Admin Tool Kit Click here and download it now
November 23rd, 2010 8:40pm
I think your complaint should be toward the doctor in this case, not the notary. She didn’t charge you anything, the office did UGG Boots UGG
5202 UGG Knightsbride Louis Vuitton LV Louis
vuitton Cruise Collection 2009 UGG Boots UGG Highkoo Boots gucci outlet Gucci
Joy Bag Gucci Men Boot
November 23rd, 2010 11:29pm