Monday, March 29, 2010

Receive "Error List does not exist" when visiting a Sharepoint site

Symptom
"Error

List does not exist

The page you selected contains a list that does not exist. It may have been deleted by another user. at Microsoft.SharePoint.Library.SPRequestInternalClass.GetListsWithCallback(String bstrUrl, Guid foreignWebId, String bstrListInternalName, Int32 dwBaseType, Int32 dwBaseTypeAlt, Int32 dwServerTemplate, UInt32 dwGetListFlags, UInt32 dwListFilterFlags, Boolean bPrefetchMetaData, Boolean bSecurityTrimmed, Boolean bGetSecurityData, ISP2DSafeArrayWriter p2DWriter, Int32& plRecycleBinCount)
at Microsoft.SharePoint.Library.SPRequest.GetListsWithCallback(String bstrUrl, Guid foreignWebId, String bstrListInternalName, Int32 dwBaseType, Int32 dwBaseTypeAlt, Int32 dwServerTemplate, UInt32 dwGetListFlags, UInt32 dwListFilterFlags, Boolean bPrefetchMetaData, Boolean bSecurityTrimmed, Boolean bGetSecurityData, ISP2DSafeArrayWriter p2DWriter, Int32& plRecycleBinCount)"


Resolution

The root site collection is locked or set to “read only”. Log into the Central Administration site and unlock the site collection (Central Admin>Application Management> Under SharePoint Site Management > Site collection quotas and locks> Select the web app in question and select “Not Locked”. Click OK). Alternatively you can run the following “stsadm –o setsitelock –url http://nameofwebapp –lock none”

No comments:

Post a Comment