InfoPath 2003, SP 2007
I have a button that submits a form to three form libraries. One of them fails intermittently with the following error:
"InfoPath cannot submit the form
An error occured while the form was being submitted
The form cannot be submitted to the following location Http://<path to form library>
The site may be offline, read only or otherwise unavailable
Unspecified error"
This does not happen all the time but it is happening at least once a day sometimes more.
The purpose of this particular library is to store a copy of the form with a Number. My button checks the number in the form increments it by 1 in the new form and then overwrites the form as counter.xml. So there is only ever one file in this library and it is overwritten every time. This facilitates automatic numbering of forms in the main form library so it breaks the process when the error occurs.
The form library is always there, I can access it in SharePoint, open and overwrite the file without any problem. I am the owner of the site so it's not permissions related.
At the moment I suspect that it is related to frequent slowdown in the performance of InfoPath on SharePoint but it never happens when writing to the other two libraries.
Any help would be appreciated
Peter