如何在 64 位包中执行 32 位 SSIS 包?

How to execute a 32 bit SSIS package in a 64bit package?(如何在 64 位包中执行 32 位 SSIS 包?)
本文介绍了如何在 64 位包中执行 32 位 SSIS 包?的处理方法,对大家解决问题具有一定的参考价值,需要的朋友们下面随着小编来一起学习吧!

问题描述

我正在开发一个集成服务项目以构建 ETL.

I'm working on a Integration Services project in order to build an ETL.

我的一个包包含多个脚本任务来解析 Excel 内容(Microsoft Ace 12 驱动程序).这个包需要在32位模式下执行(我不能在64位模式下执行这个包).我无法安装 64 位版本的驱动程序.

One of my packages contains multiple script tasks to parse Excel content (Microsoft Ace 12 driver). This package need to be executed in a 32 bit mode (I can't execute this package in 64 bit). I can't install 64 bit version of the driver.

此外,我将其包装在更高级别的 64 位包中.加载调用"包应在 32 位模式下执行.

Moreover, I wraped it in a higher level 64bit package. The "Load calls" package should be executed in a 32bit mode.

那么有没有办法在 64 位包中运行 32 位执行包任务?

So is there a way to run a 32bit execution package task in a 64bit package ?

谢谢!

推荐答案

可以将包执行从 64 位更改为 32 位

possible to change package execution from 64 bit to 32 bit

Projects Menu->Package Properties(Last in menu)->Debugging

Projects Menu->Package Properties(Last in menu)->Debugging

更改 Run64BitRuntime->false

Change Run64BitRuntime->false

这篇关于如何在 64 位包中执行 32 位 SSIS 包?的文章就介绍到这了,希望我们推荐的答案对大家有所帮助,也希望大家多多支持编程学习网!

本站部分内容来源互联网,如果有图片或者内容侵犯您的权益请联系我们删除!

相关文档推荐

Execute complex raw SQL query in EF6(在EF6中执行复杂的原始SQL查询)
SSIS: Model design issue causing duplications - can two fact tables be connected?(SSIS:模型设计问题导致重复-两个事实表可以连接吗?)
SQL Server Graph Database - shortest path using multiple edge types(SQL Server图形数据库-使用多种边类型的最短路径)
Invalid column name when using EF Core filtered includes(使用EF核心过滤包括时无效的列名)
How should make faster SQL Server filtering procedure with many parameters(如何让多参数的SQL Server过滤程序更快)
How can I generate an entity–relationship (ER) diagram of a database using Microsoft SQL Server Management Studio?(如何使用Microsoft SQL Server Management Studio生成数据库的实体关系(ER)图?)