Hi Team,
Our team is trying to upload documents using CWS thorugh C# code.
But getting error '-Upload succeeded with error message : “Connection reset”Please let us know what could be the issue?
Connection reset error while uploading documents using CWS through C# code Posted byjyothim@opentext.com (M, Jyothi)On 06/24/2019 11:32 AM Hi Team,Our team is trying to upload documents using CWS thorugh C# code.But getting error '-Upload succeeded with error message : “Connection reset”Please let us know what could be the issue?Attachment Links:2_upload_result.png(348 KB)[To post a comment, use the normal reply function]Forum:Content Web Services ForumContent Server:My Support
It’s not clear from your screenshot how large log.txt is.
The exception appears to be waiting on a response from the web service, which in turn could be waiting on a response from Content Server.
If Content Server takes too long to respond, the socket may be closed by the web server (idle timeout), as Appu touched on.
You would likely need to examine the Content Server thread and connect logs to see why the response is taking so long.
Kyle