cancel
Showing results for 
Search instead for 
Did you mean: 

PI is unable to send the message to SFTP server through SFTP communication channel in PI 7.31

Former Member
0 Kudos

Hi All,

I am facing the following issue when i am trying to send .xml file to SFTP server via SFTP adapter and in the receiver channel I am getting this below error:

MP: exception caught with cause javax.resource.ResourceException: 3: Putting [File path]/[Filename.xml] failed


Kindly provide your inputs on this issue.

Thanks,

Ankur

Accepted Solutions (1)

Accepted Solutions (1)

former_member184720
Active Contributor
0 Kudos

Make sure that the directory exists and the user has enough authorizations on the SFTP server.

Make use of xpi inspector to see additional information(authorization/folder existence etc).

You can even try connecting through filezilla and see if you can drop the files..

Answers (3)

Answers (3)

former_member690280
Discoverer
0 Kudos

The File name also can be wrong.

Former Member
0 Kudos

Hello Hareesh,

Even I tried to upload the xml file using Filezilla through manual transfer and go the following below error.

Status:Starting upload of Filename.xml
Status:Retrieving directory listing...
Command:ls
Status:Listing directory [File path]
Command:put "C:\filename.xml" "Filename"
Error:Dir path/Filename.xml: open for write: permission denied
Error:File transfer failed

So, i think this is related to server authorization error.

Thanks,

Ankur

Former Member
0 Kudos

Hello Ankur

Error points to Resource Exception - This ideally indicates that the target is unreachable - may be an auth issue

Have you tried connecting to this location?

Cheers


Arun