Hi ,
I am getting the following error in the sender channel while picking up the file from one SFTP server folder to another SFTP server location.
Transmitting the message to endpoint using connection SFTP_http:// seeburger.com/xi failed, due to: com.sap.engine.interfaces.messaging.api.exception.MessagingException: javax.resource.ResourceException: Fatal exception: com.seeburger.xi.connector.queue.TaskBuildException: failed to build seemessage object: java.io.IOException: Retry count limit is reached! Nested error: Error in BackupOutputStream::write( byte[], int, int ): Insufficient system resources exist to complete the requested service, failed to build seemessage object: java.io.IOException: Retry count limit is reached! Nested error: Error in BackupOutputStream::write( byte[], int, int ): Insufficient system resources exist to complete the requested service.
we have 2 nodes for the channel, and at once the first node picks the file and process but this error comes in the second identical node while processing the file.
If somebody can help me what approach we have to take to remove this error.