Welcome to OStack Knowledge Sharing Community for programmer and developer-Open, Learning and Share
Welcome To Ask or Share your Answers For Others

Categories

0 votes
439 views
in Technique[技术] by (71.8m points)

sql server - How to execute a 32 bit SSIS package in a 64bit package?

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

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.

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

enter image description here

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

Thanks !

See Question&Answers more detail:os

与恶龙缠斗过久,自身亦成为恶龙;凝视深渊过久,深渊将回以凝视…
Welcome To Ask or Share your Answers For Others

1 Answer

0 votes
by (71.8m points)

possible to change package execution from 64 bit to 32 bit

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

Change Run64BitRuntime->false

Menuenter image description here


与恶龙缠斗过久,自身亦成为恶龙;凝视深渊过久,深渊将回以凝视…
Welcome to OStack Knowledge Sharing Community for programmer and developer-Open, Learning and Share
Click Here to Ask a Question

...