Search code examples
sharepoint-2007mossshare

SPList.Update() method call error and SharePoint Service Pack 3 for SharePoint 2007


After I installed SharePoint Service Pack 3 I get the following error if I call Update method hanging off SPList. Anyone with similar issues?

Exception details:

Exception: Exception has been thrown by the target of an invocation.

InnerException: {"Operation aborted (Exception from HRESULT: 0x80004004 (E_ABORT))"}

Stacktrace: " at Microsoft.SharePoint.Library.SPRequest.SetListProps(String bstrUrl, String bstrListName, Boolean bMigrate)\r\n at Microsoft.SharePoint.SPList.Update(Boolean bFromMigration)\r\n at Microsoft.SharePoint.SPList.Update()\r\n "


Solution

  • The SP3 update requires content database configuration task. The task was already performed. However, I had to do it again for it to work! Second time was a charm.