Henrik,
We have a new job with an RSA keyed authentication SFTP task that failed this morning. This task completed successfully yesterday. We have not made any changes to the VisualCron job or the server VC is connecting to.
The error message is as follows:
Error connecting: Connection lost (error code is 10058)
After some research, we determined that an error code 10058 occurs as the result of a socket previously being shut down or partially closed. Once the socket is in this state, the Winsock implementation will not allow further data transmissions across the connection.
Our temporary solution was to stop and restart the VisualCron server. This solved the issue. I'm assuming this reset the connection and allowed for transfers once again. We are concerned this error will happen again.
Any ideas on why this error occurred?
Nirchi