Warning: file_get_contents(/data/phpspider/zhask/data//catemap/2/ssis/2.json): failed to open stream: No such file or directory in /data/phpspider/zhask/libs/function.php on line 167

Warning: Invalid argument supplied for foreach() in /data/phpspider/zhask/libs/tag.function.php on line 1116

Notice: Undefined index: in /data/phpspider/zhask/libs/function.php on line 180

Warning: array_chunk() expects parameter 1 to be array, null given in /data/phpspider/zhask/libs/function.php on line 181
无法使用SSIS包使用数据工厂将数据导入Azure数据仓库_Ssis_Azure Data Factory_Azure Sql Data Warehouse - Fatal编程技术网

无法使用SSIS包使用数据工厂将数据导入Azure数据仓库

无法使用SSIS包使用数据工厂将数据导入Azure数据仓库,ssis,azure-data-factory,azure-sql-data-warehouse,Ssis,Azure Data Factory,Azure Sql Data Warehouse,我们正在尝试将数据从本地系统复制到Azure数据仓库。我们希望使用SSIS包将数据从本地复制到云。Azure Data Factory v1不支持SSIS包,Azure Data Factory v2支持SSIS包,但数据仓库不支持 所以我的问题是,如何使用Azure data Factory SSIS包将数据从本地数据库导入Azure数据仓库 提前感谢,, 维尼尔沙阿 如果SSIS包在数据工厂中运行,恐怕我们无法将数据从本地系统复制到Azure数据仓库 要将数据从内部部署系统复制到Azure

我们正在尝试将数据从本地系统复制到Azure数据仓库。我们希望使用SSIS包将数据从本地复制到云。Azure Data Factory v1不支持SSIS包,Azure Data Factory v2支持SSIS包,但数据仓库不支持

所以我的问题是,如何使用Azure data Factory SSIS包将数据从本地数据库导入Azure数据仓库

提前感谢,, 维尼尔沙阿


如果SSIS包在数据工厂中运行,恐怕我们无法将数据从本地系统复制到Azure数据仓库

要将数据从内部部署系统复制到Azure data Warehouse,我们可以通过两种方式完成:

  • 在本地运行SSIS包:
  • 使用复制活动将数据从本地系统复制到Azure 具有自主机集成运行时的数据仓库
  • Data Factory SSIS集成运行时无法从本地SQL server获取数据。我在Data Factory中测试并运行该软件包,并始终得到以下错误:

    Error: SSIS Error Code DTS_E_OLEDBERROR.  An OLE DB error has occurred. Error code: 0x80004005. An OLE DB record is available.  Source: "Microsoft SQL Server Native Client 11.0"  Hresult: 0x80004005  Description: "Login timeout expired". An OLE DB record is available.  Source: "Microsoft SQL Server Native Client 11.0"  Hresult: 0x80004005  Description: "A network-related or instance-specific error has occurred while establishing a connection to SQL Server. Server is not found or not accessible. Check if instance name is correct and if SQL Server is configured to allow remote connections. For more information see SQL Server Books Online.". An OLE DB record is available.  Source: "Microsoft SQL Server Native Client 11.0"  Hresult: 0x80004005  Description: "Named Pipes Provider: Could not open a connection to SQL Server [53]. ".
    
    正如我们所知,只有数据工厂可以帮助我们连接到本地数据源


    希望这能有所帮助。

    嗨,维尼尔·沙阿,恐怕我们做不到。只有自主机集成运行时可以帮助我们连接到本地数据源。我做了测试,总是发现错误。如果我的答案对你有帮助,希望你能把它标记为答案。这可能对其他社区成员有益。非常感谢。