Event log Error from Sharepoint
Guys,I have tried to research these two errors and at a loss. Would appreciate some feedback if possible. Will list event log entries belowEvent Type: ErrorEvent Source: Windows SharePoint Services 3Event Category: Timer Event ID: 6398Date: 16/05/2008Time: 1:12:22 PMUser: N/AComputer: COLO-H1Description:The Execute method of job definition Microsoft.Office.Server.Administration.ApplicationServerAdministrationServiceJob (ID 22cf454e-03a1-4bc8-8e90-53b7059deae4) threw an exception. More information is included below.Not enough storage is available to process this command.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: 7076Date: 16/05/2008Time: 1:12:22 PMUser: N/AComputer: COLO-H1Description:An exception occurred while executing the Application Server Administration job.Message: Not enough storage is available to process this command.Techinal Support Details:System.Runtime.InteropServices.COMException (0x80070008): Not enough storage is available to process this command.Server stack trace: at System.DirectoryServices.DirectoryEntry.Bind(Boolean throwIfFail) at System.DirectoryServices.DirectoryEntry.Bind() at System.DirectoryServices.DirectoryEntry.get_IsContainer() at System.DirectoryServices.DirectoryEntries.CheckIsContainer() at System.DirectoryServices.DirectoryEntries.Find(String name, String schemaClassName) at Microsoft.SharePoint.AdministrationOperation.Metabase.MetabaseObjectCollection`1.Find(String name) at Microsoft.SharePoint.AdministrationOperation.Metabase.MetabaseObjectCollection`1.get_Item(String name) at Microsoft.SharePoint.AdministrationOperation.SPProvisioningAssistant.ProvisionIisApplicationPool(String name, ApplicationPoolIdentityType identityType, String userName, SecureString password, TimeSpan idleTimeout, TimeSpan periodicRestartTime) at Microsoft.SharePoint.AdministrationOperation.SPAdministrationOperation.DoProvisionIisApplicationPool(String name, Int32 identityType, String userName, String password, TimeSpan idleTimeout, TimeSpan periodicRestartTime) at System.Runtime.Remoting.Messaging.StackBuilderSink._PrivateProcessMessage(IntPtr md, Object[] args, Object server, Int32 methodPtr, Boolean fExecuteInContext, Object[]& outArgs) at System.Runtime.Remoting.Messaging.StackBuilderSink.PrivateProcessMessage(RuntimeMethodHandle md, Object[] args, Object server, Int32 methodPtr, Boolean fExecuteInContext, Object[]& outArgs) at System.Runtime.Remoting.Messaging.StackBuilderSink.SyncProcessMessage(IMessage msg, Int32 methodPtr, Boolean fExecuteInContext)Exception rethrown at [0]: at System.Runtime.Remoting.Proxies.RealProxy.HandleReturnMessage(IMessage reqMsg, IMessage retMsg) at System.Runtime.Remoting.Proxies.RealProxy.PrivateInvoke(MessageData& msgData, Int32 type) at Microsoft.SharePoint.AdministrationOperation.SPAdministrationOperation.DoProvisionIisApplicationPool(String name, Int32 identityType, String userName, String 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.
May 16th, 2008 6:23am

There is a hotfix for exactly this issueat http://support.microsoft.com/?id=946517. Hope it works for you. Don't let the title of the hotfix put you off, if you look at the symptoms section it mentions receiving the event ids that you have listed above.
Free Windows Admin Tool Kit Click here and download it now
May 16th, 2008 9:55am

Thanks for the info. I am happy to wait for next Service pack to resolve. Thanks again.
May 23rd, 2008 1:42am

you may notice the error message: Not enough storage is available to process this command from the logs, and it probably happened on lack of RAM. So there are two ways to solve it: 1. Add some extra RAM 2. Monitor the task manager and find out which thread consume more RAM than usual, and identify the problem. BTW, the similar problem happened before, you could see this thread to get others solution: http://forums.microsoft.com/TechNet/ShowPost.aspx?PostID=3351569&SiteID=17 -lambert
Free Windows Admin Tool Kit Click here and download it now
May 26th, 2008 4:48am

Hi,I'm getting the same three Event ID's: 7076, 6482, 6398. The difference I'm getting is that the error says I may have corrupted memory. Can I assume that this could be fixed with the hotfix and that the "corrupt memory" message is bogus?I have appended an example of one of the errors. My hardware is brand new and I'd be surprised (not to mention upset) if my RAM is in fact the issue.System Specs:Windows Server 2008SharePoint 2007 Sp1.Net Framework 3.5 Sp1Thanks!Joel Log Name: ApplicationSource: Windows SharePoint Services 3Date: 12/15/2008 12:15:17 PMEvent ID: 6398Task Category: TimerLevel: ErrorKeywords: ClassicUser: N/AComputer: blahblahDescription:The Execute method of job definition Microsoft.Office.Server.Administration.ApplicationServerAdministrationServiceJob (ID 4da7940f-5ba3-41d2-8f1d-a8104affd70b) threw an exception. More information is included below. Attempted to read or write protected memory. This is often an indication that other memory is corrupt.Event Xml:<Event xmlns="http://schemas.microsoft.com/win/2004/08/events/event"> <System> <Provider Name="Windows SharePoint Services 3" /> <EventID Qualifiers="0">6398</EventID> <Level>2</Level> <Task>964</Task> <Keywords>0x80000000000000</Keywords> <TimeCreated SystemTime="2008-12-15T19:15:17.000Z" /> <EventRecordID>19840</EventRecordID> <Channel>Application</Channel> <Computer>nothing to see here</Computer> <Security /> </System> <EventData> <Data>Microsoft.Office.Server.Administration.ApplicationServerAdministrationServiceJob</Data> <Data>4da7940f-5ba3-41d2-8f1d-a8104affd70b</Data> <Data>Attempted to read or write protected memory. This is often an indication that other memory is corrupt.</Data> </EventData></Event>
December 15th, 2008 10:37pm

Event 6482 can also come if you have installed the infrastructure updates and kerberos authetication is also there in sharepoint farm and forget to set the additional steps to set the SPN for the SSP if you want to enable kerberos for SSP.Gajjar
Free Windows Admin Tool Kit Click here and download it now
December 15th, 2008 10:56pm

And yes mentioned HOTFIX is also resolved the issue. As its changing the version of ADSIIS.DLL file.Gajjar
December 15th, 2008 10:58pm

There is a hotfix for exactly this issue at http://support.microsoft.com/?id=946517 . Hope it works for you. Don't let the title of the hotfix put you off, if you look at the symptoms section it mentions receiving the event ids that you have listed above. Thanks, its solves problem!, errors are now gone! Arman Obosyan http://postmaster.ge/blog
Free Windows Admin Tool Kit Click here and download it now
July 14th, 2010 10:38am

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

Other recent topics Other recent topics