I am doing a data transfer from SAP Hana to Azure SQL Database. The driver which i am using is SQL Server Native 11.0 driver to first make a DSN(64 bit) and my Alteryx installation is also 64bit, once DSN is made i am consuming it to make a connection to Azure SQL to write the data to it. The size of my data tables is large i.e more than 1GB or over 1000000 rows in total.
I am constantly getting the below mentioned errors while loading of the data:
1. The semaphore timeout period has expired. Communication Link Failure.
2. bcp_sendrow failed:TCP Provider: An existing connection was forcibly closed by the remote host.
I have attached the screenshot as well. Also note i have tried normal output tool as well as In-DB tool with bulk data load in-db as well, however i still get this issue. I was not facing this issue while I was doing testing on my local MS-SQL Server, also note the MS-SQL Server and Alteryx machine was in the same subnet. Thanks in advance for any help.