A user reports the following error when attempting to submit a new item to a calendar list which has a SharePoint Designer workflow associated with it.
Error
Cannot complete this action
Please try again.
Correlation ID: d4225637-137c-43d1-92d8-441950c8a498
So I went to the server and ran merge-splog for this id and I get:
Timestamp Process TID Area Category EventID Level Message Correlation
07/03/2014 08:41:07.22 w3wp.exe (srv02:0x17DC) 0x1E98 SharePoint Foundation Logging Correlation Data xmnv Medium Name=Request
(POST:http://myfarm:80/sites/mine/projects/ops/Lists/Leave%20Requests/NewForm.aspx?RootFolder=%2Fsites%2Fmine%2Fprojects%2Fops%2FLists%2FLeave%20Requests&ContentTypeId=0x0100FC43CC1E37A08D4EBF991CF7FCDDC3F3&IsDlg=1) d4225637-137c-43d1-92d8-441950c8a498
07/03/2014 08:41:07.22 w3wp.exe (srv02:0x17DC) 0x1E98 SharePoint Foundation Logging Correlation Data xmnv Medium Site=/sites/mine d4225637-137c-43d1-92d8-441950c8a498
07/03/2014 08:41:07.22 w3wp.exe (srv02:0x17DC) 0x1E98 SharePoint Foundation Monitoring b4ly High Leaving Monitored Scope (PostResolveRequestCacheHandler). Execution Time=9.52327739978126 d4225637-137c-43d1-92d8-441950c8a498
07/03/2014 08:41:07.24 w3wp.exe (srv02:0x17DC) 0x1E98 Document Management Server Document Management 52od Medium MetadataNavigationContext
Page_InitComplete: No XsltListViewWebPart was found on this page[/sites/mine/projects/ops/Lists/Leave%20Requests/NewForm.aspx?RootFolder=%2Fsites%2Fmine%2Fprojects%2Fops%2FLists%2FLeave%20Requests&ContentTypeId=0x0100FC43CC1E37A08D4EBF991CF7FCDDC3F3&IsDlg=1].
Hiding key filters and downgrading tree functionality to legacy ListViewWebPart(v3) level for this list. d4225637-137c-43d1-92d8-441950c8a498
07/03/2014 08:41:07.27 w3wp.exe (srv02:0x17DC) 0x1E98 SharePoint Foundation General 8kh7 High Cannot complete this action. Please try again. d4225637-137c-43d1-92d8-441950c8a498
07/03/2014 08:41:07.27 w3wp.exe (srv02:0x17DC) 0x1E98 SharePoint Foundation Runtime tkau Unexpected System.Runtime.InteropServices.COMException: Cannot complete this action. Please try again. at Microsoft.SharePoint.Library.SPRequestInternalClass.AddOrUpdateItem(String bstrUrl, String bstrListName,
Boolean bAdd, Boolean bSystemUpdate, Boolean bPreserveItemVersion, Boolean bPreserveItemUIVersion, Boolean bUpdateNoVersion, Int32& plID, String& pbstrGuid, Guid pbstrNewDocId, Boolean bHasNewDocId, String bstrVersion, Object& pvarAttachmentNames,
Object& pvarAttachmentContents, Object& pvarProperties, Boolean bCheckOut, Boolean bCheckin, Boolean bMigration, Boolean bPublish, String bstrFileName, ISP2DSafeArrayWriter pListDataValidationCallback, ISP2DSafeArrayWriter pRestrictInsertCallback,
ISP2DSafeArrayWriter pUniqueFieldCallback) at Microsoft.SharePoint.Library.SPRequest.AddOrUpdate... d4225637-137c-43d1-92d8-441950c8a498
07/03/2014 08:41:07.27* w3wp.exe (srv02:0x17DC) 0x1E98 SharePoint Foundation Runtime tkau Unexpected ...Item(String bstrUrl, String bstrListName, Boolean bAdd, Boolean bSystemUpdate, Boolean bPreserveItemVersion, Boolean bPreserveItemUIVersion, Boolean bUpdateNoVersion, Int32& plID, String& pbstrGuid, Guid pbstrNewDocId,
Boolean bHasNewDocId, String bstrVersion, Object& pvarAttachmentNames, Object& pvarAttachmentContents, Object& pvarProperties, Boolean bCheckOut, Boolean bCheckin, Boolean bMigration, Boolean bPublish, String bstrFileName, ISP2DSafeArrayWriter
pListDataValidationCallback, ISP2DSafeArrayWriter pRestrictInsertCallback, ISP2DSafeArrayWriter pUniqueFieldCallback) d4225637-137c-43d1-92d8-441950c8a498
07/03/2014 08:41:07.31 w3wp.exe (srv02:0x17DC) 0x1E98 SharePoint Foundation Monitoring b4ly Medium Leaving Monitored Scope (Request (POST:http://myfarm:80/sites/mine/projects/ops/Lists/Leave%20Requests/NewForm.aspx?RootFolder=%2Fsites%2Fmine%2Fprojects%2Fops%2FLists%2FLeave%20Requests&ContentTypeId=0x0100FC43CC1E37A08D4EBF991CF7FCDDC3F3&IsDlg=1)).
Execution Time=97.1193266183272 d4225637-137c-43d1-92d8-441950c8a498
So, is there anything in all of that which might help figure out what is wrong and how to fix it?