SharePoint Products TechCenter > SharePoint Products and Technologies Forums > SharePoint - InfoPath Forms Services > Forms Services Runtime - Data Connections (Form submission failed)
Ask a questionAsk a question
 

QuestionForms Services Runtime - Data Connections (Form submission failed)

  • Tuesday, May 13, 2008 4:57 PMRob Dev Users MedalsUsers MedalsUsers MedalsUsers MedalsUsers Medals
     

    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: Server1

    Description:
    Form submission failed. (User: DOMAIN\JoeUser, Form Name: Forms-Purchase Request-Open, IP: , Request: http://sharepoint/_layouts/Postback.FormServer.aspx, Form ID: urnTongue Tiedchemas-microsoft-comSurpriseffice: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

  • Monday, September 07, 2009 7:56 AMRajeshCR Users MedalsUsers MedalsUsers MedalsUsers MedalsUsers Medals
     
    Have you solved this issue? Please share
  • Thursday, September 24, 2009 6:56 AMG.Suresh Users MedalsUsers MedalsUsers MedalsUsers MedalsUsers Medals
     

     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
  • Thursday, September 24, 2009 12:20 PMshameej Users MedalsUsers MedalsUsers MedalsUsers MedalsUsers Medals
     
    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;
  • Thursday, November 05, 2009 12:39 PMAndy Goodwin - MCTS Users MedalsUsers MedalsUsers MedalsUsers MedalsUsers Medals
     

    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?