Your achievements

Level 1

0% to

Level 2

Tip /
Sign in

Sign in to Community

to gain points, level up, and earn exciting badges like the new
Bedrock Mission!

Learn more

View all

Sign in to view all badges

Coffee Break: Join us on Wednesday, April 5th at 10am PT to chat with Ben Gaines, Director of Product Management for Adobe Analytics. Ben will be online to answer your Analytics and Adobe Summit questions.
SOLVED

Data warehouse error sending report via to FTP server on Azure

Avatar

Level 1

Hi team,

I have configuered Azure Storage account for sftp. I have also tested the sftp connection by transfering file to Azure storage container with sftp protocol from windows server as explained in the document :

https://docs.microsoft.com/en-us/azure/storage/blobs/secure-file-transfer-protocol-support-how-to?ta...

 

I am now trying to send data from adobe Data warehouse request to azure sftp server with below parameters :

 

host: sftp://<storage account>.<container>.<user>@<storage account>.blob.core.windows.net

port: 22

directory: /test

username: user

password: pwd (for password i have tried both pwd and key)

Is there anything i am missing? Below is the error :

anuvelanuser09607_0-1651153068726.png

 

1 Accepted Solution

Avatar

Correct answer by
Community Advisor

We had that issue too... Data Warehouse needs to be updated to support SFTP... I noticed in our case the host got re-written from "sftp" to "ftp" which is why it was failing.

 

We got around this by using the IP address of the SFTP server as the host instead of the readable domain (I may have changed the port back to 21 to make it work as well, but try with the proper port first).

 

This of course, assumes that you have a static IP to make this solution work.... If you don't, I'm not sure if there is a workaround until this gets fixed by Adobe. (or you can create an FTP, which also isn't ideal)

0 Replies

Avatar

Correct answer by
Community Advisor

We had that issue too... Data Warehouse needs to be updated to support SFTP... I noticed in our case the host got re-written from "sftp" to "ftp" which is why it was failing.

 

We got around this by using the IP address of the SFTP server as the host instead of the readable domain (I may have changed the port back to 21 to make it work as well, but try with the proper port first).

 

This of course, assumes that you have a static IP to make this solution work.... If you don't, I'm not sure if there is a workaround until this gets fixed by Adobe. (or you can create an FTP, which also isn't ideal)

Avatar

Level 2

Hi @anuvelanuser09607 , You need to whitelist the Adobe server IP whitelist for given FTP. Same kind of issue i faced after whitlisting Adobe IP data started flow

https://experienceleague.adobe.com/docs/analytics/technotes/ip-addresses.html?lang=en

 

Thanks & Regards,

Madhusudan Sura