cancel
Showing results for 
Search instead for 
Did you mean: 
Read only

SFTP Datastore in Cloud Integration

0 Kudos
747

Hello,

I am trying to config the SFTP datastore in CIDS. The test connection works fine, but when I run the task it is not able to read the file from the SFTP server and cannot write back also.

These are the errors, we are getting.

Cannot open remote directory <> using SFTP protocol for file location object <SFTP>

Cannot open remote file <> for writing using SFTP protocol for file location object <SFTP>

Has anyone faced this issue? Your input will be helpful.

Thank you in advance,

KK

Accepted Solutions (1)

Accepted Solutions (1)

0 Kudos

Issue is fixed now. The problem was with the Remote Directory folder path.

Answers (1)

Answers (1)

S0022003685
Explorer
0 Kudos

Hello Krishnakumar, you can check the following

- if you are passing directory and file name in your dataflow

- check if your tmp directory is added in the agent whitelist

- check user permissions

you can also do a try with a generic tool to access your sftp server and confirm that is working.

I hope it helps

0 Kudos

Hi Sebastian,

I have already whitelisted the tmp directory and I am able to access the file using Winscp.

Thanks,

Krishna