Error when using Submit and Close on InfoPath Form with jscript for SharePoint with SSL
The information in this article applies to:
- AgilePoint Suite
- AgilePoint Enterprise Manager
- AgilePoint Envision
- AgilePoint Developer
- AgilePoint Server
| SYMPTOMS |
| | New a jscript based InfoPath Form and click on Submit and Close on a SharePoint with SSL, the following error is returned: Failed to submit InfoPath form, detail: Attachment: Maximum retry on the connection exceeded. HRESULT=0x80004005: Unspecified error - Client: An unanticipated error occurred during the processing of this request. HRESULT=0x80004005:Unspecified error - Client: Sending the Soap message failed or no recognizable response was received HRESULT=0x80004005: Unspecified error - Client: Unspecified client error. HRESULT=0x80004005: Unspecified error |
| | |
| CAUSE |
| | This is a known issue with jscript based InfoPath on SharePoint with SSL. Please see below for details and work-around. |
| | |
| RESOLUTION |
| | In v3.2.0, the Submit and Close button of managed code based InfoPath form supports SharePoint with SSL. However, the Submit and Close button of jscript based InfoPath does not support SharePoint with SSL. There is a work-around to handle the submission of the jscript based InfoPath in SharePoint with SSL: - For new InfoPath form, instead of using the Submit and Close button, please use the InfoPath’s Save or Save As menu options to save the InfoPath form.
- For tasks on existing form, after saving the form, use the Submit link in the AgilePoint TaskList web part to submit the task.
|
| | |