如何在 64 位包中执行 32 位 SSIS 包? [英] How to execute a 32 bit SSIS package in a 64bit package?

查看:35
本文介绍了如何在 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 包?的文章就介绍到这了,希望我们推荐的答案对大家有所帮助,也希望大家多多支持IT屋!

查看全文
登录 关闭
扫码关注1秒登录
发送“验证码”获取 | 15天全站免登陆