Forms Services Runtime - Data Connections (Form submission failed)
I am seeing a lot of these error messages on our front end SharePoint server. We have a custom workflow set up using InfoPath forms, but after tweaking some settings in the InfoPath services, revising the code, and trying any and every update, we are still getting these messages.
One thing to note is that I recently did a password change to all of our service following the instructions outlined in KB934838. Did I miss one? It's hard to tell. I opened a case with MSFT but we couldn't pin down a root cause for them to fix.
-------------------------------------------------------------
Event Type: Warning
Event Source: Office SharePoint Server
Event Category: Forms Services Runtime - Data Connections
Event ID: 5567
Date: 5/13/2008
Time: 9:18:28 AM
User: N/A
Computer: Server1Description:
Form submission failed. (User: DOMAIN\JoeUser, Form Name: Forms-Purchase Request-Open, IP: , Request: http://sharepoint/_layouts/Postback.FormServer.aspx, Form ID: urn
chemas-microsoft-com
ffice:infopath:Forms-Purchase-Request-Open:-myXSD-2007-12-19T04-14-17, Type: DataAdapterException, Exception Message: The form cannot be submitted to the following location: http://sharepoint/it/solutions/pr/FormsPurchase%20Request/XLM2%20OB2-2008-05-13.xml. There is a problem with the Web server. Make sure the Web server exists, try again later or contact the Web server administrator.
Access denied.)For more information, see Help and Support Center at http://go.microsoft.com/fwlink/events.asp.
-------------------------------------------------------------
Any help or insight would be greatly appreciated
All Replies
- Have you solved this issue? Please share
Hi,
I am also facing the Same Problem, Did you got the Solution for This?. My Error code is same as you have.
Event Type: Warning
Event Source: Office SharePoint Server
Event Category: Forms Services Runtime - Data Connections
Event ID: 5567
Date: 9/23/2009
Time: 10:59:51 AM
User: N/A
Computer: CYONAPQ01
Description:
Form submission failed. (User: , Form Name: Aerators, IP: , Request: https://tv.suntv.com:8096/_layouts/Postback.FormServer.aspx, Form ID: urn:schemas-microsoft-com:office:infopath:Aerators:-dataFormSolution, Type: DataAdapterException, Exception Message: The remote server returned an error: (500) Internal Server Error.
System.Web.Services.Protocols.SoapException: Server was unable to process request. ---> System.Net.WebException: The request failed with HTTP status 401: Unauthorized.
at System.Web.Services.Protocols.SoapHttpClientProtocol.ReadResponse(SoapClientMessage message, WebResponse response, Stream responseStream, Boolean asyncCall)
at System.Web.Services.Protocols.SoapHttpClientProtocol.Invoke(String methodName, Object[] parameters)
at DataAccess.eXcelServices.ExcelService.OpenWorkbook(String workbookPath, String uiCultureName, String dataCultureName, Status[]& status) in D:\Username\ANB\Oncor-EEPM\Build\EEPM all SRC but Without Roles\EEPM all SRC but Without Roles\OncorProject\DataAccess\Web References\eXcelServices\Reference.cs:line 193
at DataAccess.ExcelServices.ExcelServiceCommunication.openWorkBook(String measureURL) in D:\UsernameANB\Oncor-EEPM\Build\EEPM all SRC but Without Roles\EEPM all SRC but Without Roles\OncorProject\DataAccess\ExcelServices\ExcelServiceCommunication.cs:line 107
at DataAccess.OncorEEPMBO.RHEE_LIW_MeasureSavingsComputationBO.computeSavings(MeasureCollectionDTO objMeasureCollectionDTO, String muPersistlevel) in D:\Username\ANB\Oncor-EEPM\Build\EEPM all SRC but Without Roles\EEPM all SRC but Without Roles\OncorProject\DataAccess\OncorEEPMBO\RHEE_LIW_MeasureSavingsComputationBO.cs:line 56
at OncorProject.OncorMeasureService.SubmitData(MeasureCollectionDTO objMeasureCollectionDTO) in D:\Kavitha\ANB\Oncor-EEPM\Build\EEPM all SRC but Without Roles\EEPM all SRC but Without Roles\OncorProject\OncorProject\OncorMeasureService.asmx.cs:line 79
--- End of inner exception stack trace ---
The remote server returned an error: (500) Internal Server Error.)For more information, see Help and Support Center at http://go.microsoft.com/fwlink/events.asp.
Please reply me as soon as Possible.
Thanks and Regards,
Suresh G
Visual Source Safe 2005- I got the same error (System.Net.WebException: The request failed with HTTP status 401: Unauthorized.) in my code and I used the below code. Try it out and see. The below code is to be used where you updates the list items.
oItem.Web.AllowUnsafeUpdates = true;
oItem.Update();
oItem.Web.AllowUnsafeUpdates = false; Just as a point to note, MS Event ID error codes can be quite general. Just because you're all getting Event ID: 5567 doesn't necessarlit mean that the root problem is the same.
Shameej & Suresh - have you made sure your forms are published with full permissions?


