我有一个 Informix 数据库和一个 Microsoft SQL Server 2016。我的任务是转储整个 Informix 数据库并将其导出到 Microsoft SQL Server 数据库。我安装了 Informix SDK 4.5。我还安装了 32 位/64 位的 ODBC 驱动程序。连接工作正常。
我在 中链接了 Informix 服务器Microsoft SQL Server Management Studio
,但无法获取表信息,因此我在 IBM 文档中找到了解决方法。
现在我想尝试使用Import and Export Data (64-bit)
. 我选择了数据源作为IBM Informix OLE DB Provider
数据目的地是 SQL Server Native Client 11.0
作为测试导出,我选择了一些表。表映射对我来说很好
下一步显示了错误的类型转换,但我不知道为什么。
然后我 Run immediatly
[Source Information]
Source Location : sospos@sosposdbtest
Source Provider : Ifxoledbc.4
Cannot locate the mapping file to map the provider types to SSIS types …
Run Code Online (Sandbox Code Playgroud)