Wednesday, January 7, 2009

SharePoint Timer error Event ID's 7076, 6398 and 6432 fix available

In the Server Application Logs the SharePoint timer service repeatedly throws errors with the following Event ID's 7076, 6398 and 6432 , with this mesage within:"Attempted to read or write to protected memory".

Microsoft has released a patch for this issue, and lo and behold, it is related to IIS.
See the following KB http://support.microsoft.com/?id=946517

You will have to register for the Hotfix then download and install.
In my particular case, I did that and when i tried to install it I received the following message:

“Not Enough Server Storage is available to Process this command”

Ok so now I have to troubleshoot the patch? what gives? after doing some searching around the InterGoogle, I found this blog entry:
http://www.ghacks.net/2008/01/13/not-enough-server-storage-is-available-to-process-this-command/
Which suggested the following registry fix:

Registry entry HKLM\System\CurrentControlSet\lanmanserver\Parameters

Add IRPStackSize (DWORD) value, right click, select ‘modify’, add 18 as the default Decimal value. Max Value is 50.

Restart the server.

Since the system I was attempting to fix was not in use by anyone, I went ahead and attempted the registry fix. And sure enough that solved the issue. Not sure on the how and the why, but the IIS patch then ran sucessfully and solved the IIS Issue and in turn that stopped the SharePoint timer errors from occuring.

No comments: