I have a workflow that sets item level permissions for list item that bombed out (I'm still not exactly sure why as I'm not able to reproduce the issue). I have since tried to delete this list item while logged in as the farm admin and while logged in as an owner (with full permissions). Both attempts fail (I've tried clearing out my browser cache and restarting the browser- nothing works). When I try to delete from the list view I get "Access denied. You do not have permission to perform this action or access this resource." When I open the item and click delete, I get the "Error: Access Denied" modal that tells me who I am logged in as and provides an option to log in as a different user.
When I review the errors in the log I see an series of messages saying "Failed to cache field with id" and "Unknown SPRequest error occurred. More information: 0x80070005"
It's important to note that I am able to delete other items in this list just fine. I'm having trouble with just this one specific list item.
When I try to review the item's permissions I get an error ("Error. Cannot complete this action. Please try again."). I looked in the logs and this is what I see for that error:
Monitoring nasqMedium Entering monitored scope (Request (GET:[redacted]/_layouts/User.aspx?obj=%7BBD99BE05-BA85-4D32-A146-6B9A664A5FEA%7D,173,LISTITEM&List=%7BBD99BE05-BA85-4D32-A146-6B9A664A5FEA%7D&Source=[redacted]%2FAllItems%2Easpx))
Logging Correlation Data xmnvMedium Name=Request (GET:[redacted]/_layouts/User.aspx?obj=%7BBD99BE05-BA85-4D32-A146-6B9A664A5FEA%7D,173,LISTITEM&List=%7BBD99BE05-BA85-4D32-A146-6B9A664A5FEA%7D&Source=[redacted]%2FAllItems%2Easpx)bc84bff9-6785-461f-8782-8a6344566c93
Logging Correlation Data xmnvMedium Site=[redacted]bc84bff9-6785-461f-8782-8a6344566c93
Document Management 52odMedium MetadataNavigationContext Page_InitComplete: No XsltListViewWebPart was found on this page[/_layouts/User.aspx?obj=%7BBD99BE05-BA85-4D32-A146-6B9A664A5FEA%7D,173,LISTITEM&List=%7BBD99BE05-BA85-4D32-A146-6B9A664A5FEA%7D&Source=[redacted]%2FAllItems%2Easpx]. Hiding key filters and downgrading tree functionality to legacy ListViewWebPart(v3) level for this list.bc84bff9-6785-461f-8782-8a6344566c93
SPRequest 8l3aMedium Failed to cache field with id "{1e2550a7-0e72-4b70-adf1-37c100e6ca76}", overwrite=0bc84bff9-6785-461f-8782-8a6344566c93
SPRequest 8l3aMedium Failed to cache field with id "{1d5d9649-1a7c-426b-950b-db89192bc461}", overwrite=0bc84bff9-6785-461f-8782-8a6344566c93
SPRequest 8l3aMedium Failed to cache field with id "{5fefe392-cd52-423e-86a7-09606ef3529d}", overwrite=0bc84bff9-6785-461f-8782-8a6344566c93
SPRequest 8l3aMedium Failed to cache field with id "{f5f81402-3c13-49fc-9381-cd6cddffeb26}", overwrite=0bc84bff9-6785-461f-8782-8a6344566c93
SPRequest 8l3aMedium Failed to cache field with id "{7ae879ec-db4c-4da8-9191-adfe9c4ddcc9}", overwrite=0bc84bff9-6785-461f-8782-8a6344566c93
Monitoring b4lyHigh Leaving Monitored Scope (EnsureListItemsData). Execution Time=34.0525821019152bc84bff9-6785-461f-8782-8a6344566c93
General 8kh7High Cannot complete this action. Please try again.bc84bff9-6785-461f-8782-8a6344566c93
Runtime tkauUnexpectedSystem.Runtime.InteropServices.COMException: Cannot complete this action. Please try again. at Microsoft.SharePoint.Library.SPRequestInternalClass.GetSecurityInfo(String bstrUrl, String bstrObjUrl, Guid& pguidScopeId,
UInt64& pEffectivePermMask, Boolean& pbHasUniquePerm, String& pbstrPermUrl) at Microsoft.SharePoint.Library.SPRequest.GetSecurityInfo(String bstrUrl, String bstrObjUrl, Guid& pguidScopeId, UInt64& pEffectivePermMask, Boolean&
pbHasUniquePerm, String& pbstrPermUrl)bc84bff9-6785-461f-8782-8a6344566c93
Monitoring b4lyMedium Leaving Monitored Scope (Request (GET:[redacted]/_layouts/User.aspx?obj=%7BBD99BE05-BA85-4D32-A146-6B9A664A5FEA%7D,173,LISTITEM&List=%7BBD99BE05-BA85-4D32-A146-6B9A664A5FEA%7D&Source=[redacted]%2FAllItems%2Easpx)). Execution Time=71.6747519586987bc84bff9-6785-461f-8782-8a6344566c93
Does anyone have any suggestions or ideas on how I can delete this item? Thanks.