Hello all, and thank you for reviewing ...
I recently updated our MSF2010 server to SP2 (14.0.6123.5000) and our organization started to receive an error on a particular sub site. I'll try to explain this to the best of my ability, my English is good my SharePoint understanding is terrible. :)
I'll start off with the error that is displayed to the end user when they interact with a specific page where they attempt to schedule an appointment from a calendar:
That error is "Server Error in '/' Application. 'DataFormWebPartExecption:The data source control failed to execute the insert command. c9e4139f-dd50-46b8-8090-d353c2b40c9b" There is more on the page (Version information: .NET framework version 2.0.50722.5474), but I suspect I just gave you the most helpful part.
There is a similar error in the application event log on the server (truncated);
- Source: ASP.NET 2.0.50727.0
- Event ID: 1309
- Task Category: Web Event
- Event code: 3005
- Process information:
- Process ID: 1680
- Process name: w3wp.exe
- Account name: CONTOSO\applicationpool
- Exception information:
- Exception type: DataFormWebPartException
- Exception message: The data source control failed to execute the insert command. c9e4139f-dd50-46b8-8090-d353c2b40c9b
- Request information:
- Request URL: http://insideCONTOSO/DO/instruction/pd/registration/Lists/Registrations/Register.aspx?CourseID=841&CourseTitle=Expression+Web9/17/2013 9:36:04 AMa+Create+a+website+from+the+CONTOSO+template&CourseStartTime=2014-01-22T14:00:00Z&CourseEndTime=2014-01-22T20:00:00Z&IsAvailableSeating=true&Source=http9/17/2013 9:36:04 AMAAn unhandled exception has occurred.FAn unhandled exception has occurred.FinsideCONTOSOAn unhandled exception has occurred.FDOAn unhandled exception has occurred.FinstructionAn unhandled exception has occurred.FpdAn unhandled exception has occurred.FregistrationAn unhandled exception has occurred.FListsAn unhandled exception has occurred.FCoursesAn unhandled exception has occurred.FDispFormAn unhandled exception has occurred.Easpx9/17/2013 9:36:04 AMFID9/17/2013 9:36:04 AMD841CONTOSO\applicationpoolSource9/17/2013 9:36:04 AMDhttp%253A%252F%252FinsideCONTOSO%252FDO%252Finstruction%252Fpd%252Fregistration%252Fdefault%252Easpx%26IsDlg%3D1
- Request path: /DO/instruction/pd/registration/Lists/Registrations/Register.aspx
- User host address: 10.250.5.2
- User: CONTOSO\DoeJohn
- Is authenticated: True
- Authentication Type: NTLM
- Thread account name: CONTOSO\applicationpool
- Thread information:
- Thread ID: 6
- Thread account name: CONTOSO\applicationpool
- Is impersonating: False
- Stack trace: at Microsoft.SharePoint.WebPartPages.DataFormWebPart.InsertCallback(Int32 affectedRecords, Exception ex)
- at System.Web.UI.DataSourceView.Insert(IDictionary values, DataSourceViewOperationCallback callback)
- at Microsoft.SharePoint.WebPartPages.DataFormWebPart.FlatCommit()
- at Microsoft.SharePoint.WebPartPages.DataFormWebPart.HandleOnSave(Object sender, EventArgs e)
- at Microsoft.SharePoint.WebControls.SaveButton.OnBubbleEvent(Object source, EventArgs e)
- at System.Web.UI.Control.RaiseBubbleEvent(Object source, EventArgs args)
- at System.Web.UI.Page.RaisePostBackEvent(IPostBackEventHandler sourceControl, String eventArgument)
- at System.Web.UI.Page.ProcessRequestMain(Boolean includeStagesBeforeAsyncPoint, Boolean includeStagesAfterAsyncPoint
Now, I suspect the problem may be in the register.aspx referenced in line 14 above as the header of that page references SharePoint Version 12.0.0.0:
<%@ Page language="C#" MasterPageFile="~masterurl/default.master" Inherits="Microsoft.SharePoint.WebPartPages.WebPartPage,Microsoft.SharePoint,Version=12.0.0.0,Culture=neutral,PublicKeyToken=71e9bce111e9429c"
meta:progid="SharePoint.WebPartPage.Document" %>
<%@ Register Tagprefix="SharePoint" Namespace="Microsoft.SharePoint.WebControls" Assembly="Microsoft.SharePoint, Version=12.0.0.0, Culture=neutral, PublicKeyToken=71e9bce111e9429c" %> <%@ Register Tagprefix="Utilities"
Namespace="Microsoft.SharePoint.Utilities" Assembly="Microsoft.SharePoint, Version=12.0.0.0, Culture=neutral, PublicKeyToken=71e9bce111e9429c" %> <%@ Import Namespace="Microsoft.SharePoint" %> <%@ Register Tagprefix="WebPartPages"
Namespace="Microsoft.SharePoint.WebPartPages" Assembly="Microsoft.SharePoint, Version=12.0.0.0, Culture=neutral, PublicKeyToken=71e9bce111e9429c" %>
Any insight would be appreciated by this youngling (some hand-holding may be necessary)
Thank You.