Copy CSV files to citrix sharefile path (doman.sharefile.com) folder using ADF

Sree 0 Reputation points
2024-07-04T07:11:36.68+00:00

Hello,

I am trying to do a POC, which is to build a small pipeline and I am trying to export a SQL table (AZ SQL DB) to a CSV file and need to upload it on citrix sharefile path, site url looks like "https://domain.sharefile.com/home/shared". there is a shared folder created on this path.

I have credentials which has read/write access to that sharefile site. I tried to create a FileSystem linked service and used basic authentication, which didn't work. I tried using web activity, in 2 ways; Initially used only 1 web activity with Post method (nothing in body), which ran successfully but the file wasn't uploaded, then I tried using 2 web activities one to get the file from ADLS(copied from AZ SQL table) and another web activity to post the output of previous web activity. pipeline ran successfully, but file wasn't uploaded. Then I tried creating FTP linked service with details provided on my sharefile account: FTP Server Information

Security:Implicit SSL/TLS (Port 990) - RequiredSecurity:Implicit SSL/TLS (Port 990) - Required__Security:__Implicit SSL/TLS (Port 990) - Required__FTP Server:__domain.sharefileftp.com__User name:domain/xxxxxxx@XXXXXXXX.com     or     uxxxxxxxx__Password:_(your ShareFile password)_Then I am getting error in establish connection: Failed to connect to FTP server. ADF doesn't support SSL/TLS implicit encryption mode. Please make sure you are connecting by explicit encryption mode.The underlying connection was closed: The server committed a protocol violation.

Do we have any solution for this, kindly suggest!

Thanks & regards,

Sree

Azure Data Factory
Azure Data Factory
An Azure service for ingesting, preparing, and transforming data at scale.
10,023 questions
{count} votes