cancel
Showing results for 
Search instead for 
Did you mean: 

Message could not be forwarded to the JCA adapter. Reason: Fatal exception: javax.resource.ResourceException: >> Description: putFile: Could not connect to remote host

Former Member
0 Kudos

Hi Experts,

In recent FILE file toSFTP scenario we are facing an issue at SFPT receiver adapter while delivering file to seeburger as:

Message could not be forwarded to the JCA adapter. Reason: Fatal exception: javax.resource.ResourceException: >> Description: putFile: Could not connect to remote host; Reason: Could not change to given base directory: \\XXXXXXXXXXXXXX>> Details: putFile: Could not connect to remote host; Reason: Could not change to given base directory:\\XXXXXXXXXXXXXX>>SendingStatus: NOT_TRANSMITTED>>FaultCategory: COMMUNICATION_ERROR>>Retryable: true>>Fatal: true, >> Description: putFile: Could not connect to remote host; Reason: Could not change to given base directory: \\XXXXXXXXXXXXXX>>Details: putFile: Could not connect to remote host; Reason: Could not change to given base directory: \\\XXXXXXXXXXXXXX>>SendingStatus: NOT_TRANSMITTED>>FaultCategory: COMMUNICATION_ERROR>>Retryable: true>>Fatal: true

Thanks in advance.

Venakt.

Accepted Solutions (0)

Answers (1)

Answers (1)

Former Member
0 Kudos

Hi ,

As its using sftp mechanism can you go to os level and try the below command.

sftp <user used to send the file>@<Target host name>

See what happens.

If the connection is going good that there is no issue with connection.

If not please check the connectivity with the target server. Check if the target server is up and running.

Thanks

Rishi Abrol