We are trying to upload files as large as 50MB using the UploadContent webservice call.
Each time we get the below error message (from OT CWS Logs). However when we upload files that are 20MB it works fine.
Any idea on the cause for this ?
2019-03-11 15:08:26,7678 WARN [131] Could not write bytes to socket. Unable to write data to the transport connection: An established connection was aborted by the software in your host machine.
OpenText.ContentServer.API.LLIOException: Could not write bytes to socket. Unable to write data to the transport connection: An established connection was aborted by the software in your host machine.
at OpenText.ContentServer.API.LLFileUtils.streamReader(String fInFile, BufferedStream fBufferedOutput)
at OpenText.ContentServer.API.LLConnect.sendFileUpload()
at OpenText.ContentServer.API.LLConnect.executeTraditional(LLConnect connect)
at OpenText.ContentServer.API.LLConnect.execute(LLConnect connect)
at OpenText.Livelink.Service.LAPI_SERVICE.InvokeService(String serviceName, String serviceMethod, LLValue args, LLValue env, LLFileInfo fileInfo, LLValue result)
at OpenText.Livelink.Service.Core.ContentService.UploadContent(String contextID, FileAtts fileAtts, Stream inStream)