Hello All,
I'm having an issue where some of my users attempting to submit timesheets via Employee Portal and recieve the error message attached.
"Sys.WebForms.PageRequestManagerParserErrorException: The message received from the server could not be parsed. Common causes for this error are when the response is modified by calls to Response.Write(), response filters, HttpModules, or server trace is enabled."
I've also checked the log hosting Sharepoint foundations where I found a slew of error but have been unable resolve the issue. See below.
"An unexpected error has occurred.
The period is not valid
System.ArgumentException
at Microsoft.Dynamics.Framework.Portal.UI.WebControls.WebParts.TimePeriodsHelper.Microsoft.Dynamics.Framework.Portal.UI.WebControls.WebParts.ITimePeriodsHelper.IsCurrentTimePeriod(String timePeriodsName)
at Microsoft.Dynamics.Framework.Portal.UI.WebControls.WebParts.IndicatorMdxQueryBuilder..ctor(Indicator indicator, String company, String currencyCode, List`1 filterProviders, ITimePeriodsHelper timePeriodsHelper)
at Microsoft.Dynamics.Framework.Portal.UI.WebControls.WebParts.CubeHelper.GetMdx(Indicator indicator, String company, String currencyCode, ISession session, List`1 filterProviders, Boolean& isTimePeriodQuery)
at Microsoft.Dynamics.Framework.Portal.UI.WebControls.WebParts.BusinessOverviewWebPart.CreateRow(Indicator indicator, Int32 indicatorIndex, String company, String currencyCode, String currencySymbol, String cssClass, NumberFormatInfo numInfo)"
Also
"An unexpected error has occurred.
Failed to initialize dataset 'TSTimesheetEntry'.
Microsoft.Dynamics.AX.Framework.Portal.Data.DataSetInitFailedException
at Microsoft.Dynamics.AX.Framework.Portal.Data.DataSetRunHelper.Init(ISession session, IAxaptaRecordAdapter externalRecord, Boolean lookupMode)
at Microsoft.Dynamics.AX.Framework.Portal.Data.DataSet.Init(IAxaptaRecordAdapter externRecord, Boolean lookupMode)
at Microsoft.Dynamics.Framework.Portal.UI.WebControls.AxDataSource.DoInitDataSet()
at Microsoft.Dynamics.Framework.Portal.UI.WebControls.AxDataSource.ConstructAndInitDataSet()
at Microsoft.Dynamics.Framework.Portal.UI.WebControls.AxDataSource.Page_PreLoad(Object sender, EventArgs e)
Form was called incorrectly.
Microsoft.Dynamics.Framework.BusinessConnector.Session.Exceptions.XppSessionException
at Microsoft.Dynamics.Framework.BusinessConnector.Session.DynamicsSession.HandleException(String message, Exception exception, HandleExceptionCallback callback)
at Microsoft.Dynamics.Framework.BusinessConnector.Session.DynamicsObjectAdapter.Call(String methodName)
at Microsoft.Dynamics.AX.Framework.Portal.Data.DataSetRunHelper.Init(ISession session, IAxaptaRecordAdapter externalRecord, Boolean lookupMode)
Form was called incorrectly.
Microsoft.Dynamics.AX.ManagedInterop.ErrorException
at Microsoft.Dynamics.AX.ManagedInterop.Object.CallWithReturnType(String methodName, Type returnType, Object[] paramList)
at Microsoft.Dynamics.Framework.BusinessConnector.Session.DynamicsObjectAdapter.Call(String methodName)"
Have anyone ever had this issue and resolved it?????