博客
关于我
强烈建议你试试无所不能的chatGPT,快点击我
SQL Server Execute Package Utility Version 10.50.2500.0 for 64-bit
阅读量:4956 次
发布时间:2019-06-12

本文共 1049 字,大约阅读时间需要 3 分钟。

When I using SSIS to export data from database.

There are two exception was caught:

The exception detail as below:

SSIS Error Code DTS_E_OLEDB_EXCEL_NOT_SUPPORTED: The Excel Connection Manager is not supported in the 64-bit version of SSIS, as no OLE DB provider is available.

--Solution one--

If you're using the Visual Studio to Debugging that SSIS.

Maybe you can revise the 'Run64Runtime' propertie i.e. select the 'False' option:

 

--Solution--

If you're using a SQL Agent Job to run this SSIS.

If you're using SQL Server 2008, there are shout be a checkbox on the Job Step page to run the package in 32-bit mode.

If you're using SQL Server 2006, you will have to change the Job Step from an Integration Services to an Operating System step, and specify a DTEXEC command line instead. The DTEXEC command line needs to specify the DTEXEC.EXE from the Program File (x86) folders, NOT the DTEXEC.EXE from the Program Files folders.

More information please click the following url:

 

转载于:https://www.cnblogs.com/vincentDr/archive/2013/04/25/3042661.html

你可能感兴趣的文章
java语法之final
查看>>
关于响应式布局
查看>>
详解ASP.Net 4中的aspnet_regsql.exe
查看>>
python 多进程和多线程的区别
查看>>
hdu1398
查看>>
[android] 网络断开的监听
查看>>
156.Binary Tree Upside Down
查看>>
MongoDB在windows下安装配置
查看>>
Upselling promotion stored procedure
查看>>
sigar
查看>>
iOS7自定义statusbar和navigationbar的若干问题
查看>>
程序员如何提高影响力:手把手教你塑造个人品牌
查看>>
[Locked] Wiggle Sort
查看>>
deque
查看>>
Ext JS学习第十三天 Ext基础之 Ext.Element
查看>>
Setting up a Passive FTP Server in Windows Azure VM(ReplyCode: 227, Entering Passive Mode )
查看>>
Python模块调用
查看>>
委托的调用
查看>>
c#中从string数组转换到int数组
查看>>
JAVA程序猿怎么才干高速查找到学习资料?
查看>>