Share via


Correlation ID: 46ed8a00-7474-4e79-85af-c7424f7dccee

Question

Friday, November 15, 2013 6:33 AM | 1 vote

Hi,

I created a custom list in Sharepoint 2010....added some data after creating the list....went to sharepoint designer...created new .aspx page......opened the page created then  insert>>new item form>>selected the list created.....and after that page is created with the columns there in the list...

I went back to Sharepoint admin and opened the page created by me in designer....then added some data in the columns and clicked on the SAVE button ....and got the error as below:--

The data source control failed to execute the insert command. 46ed8a00-7474-4e79-85af-c7424f7dccee

Wbe parts maintainence page: If you have permission, you can use this page to
temporarily close Web Parts or remove personal settings. For more information,
contact your site administrator.

Correlation ID:
46ed8a00-7474-4e79-85af-c7424f7dccee

Date and Time: 11/15/2013 12:18:25 AM

Please help me out to resolve this error.

All replies (3)

Friday, November 15, 2013 1:14 PM âś…Answered | 1 vote

Here you had someone with the same problem (and the answer):
http://social.msdn.microsoft.com/Forums/windows/en-US/ae910269-3a0c-4506-844b-e8bc89d95b71/data-source-control-failed-to-execute-the-insert-command

  • *I had to contact support for this issue. The fix ended up being a snippet of code missing on the register page of the Employee Training Scheduling and Materials application template, they had me open the site with the SPD & locate "List using the find feature in the code view.  Before installing the patch the line looked like this <SharePoint:SPDataSource runat="server" DataSourceMode="ListItem" which works but after installing the patch it changed that line to <SharePoint:SPDataSource runat="server" DataSourceMode="List"  which is what caused the error i posted.

    I hope this helps others out there on the interwebs..*


Monday, November 18, 2013 8:25 AM | 1 vote

Thanks a lot dear. It resolved my issue......wonderfull


Tuesday, September 30, 2014 7:25 PM

You can use this method to check for Correlation ID error

http://ittechnotebook.blogspot.com/2013/07/how-to-find-real-error-in-sharepoint.html