>  기사  >  데이터 베이스  >  The Excel Connection Manager is not supported in the 64-bit

The Excel Connection Manager is not supported in the 64-bit

WBOY
WBOY원래의
2016-06-07 17:40:531053검색

昨天朋友在64位环境开发SSIS的时候遇到一个问题:TheExcelConnectionManagerisnotsupportedinthe64-bitversionofSSIS,asnoOLEDBproviderisavailable.由于没有64

 昨天朋友在64位环境开发SSIS的时候遇到一个问题:


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

 

由于没有64位的Microsoft OLE DB Provider for Jet,所以在64位机器上使用SSIS调用Excel会遇到两个问题,一个是开发的时候遇到错误,另外一个是部署SSIS的时候遇到这个错误。

 

解决开发错误将Debugging属性“Run64BitRuntime”值改为False:

 

 

 

解决JOB部署错误,服务器空间,将执行选项使用32位运行时环境:

 

问题解决,香港服务器,JOB运行成功:

 

 

本文出自 “关注SQL Server技术” 博客,请务必保留此出处

,免备案空间
성명:
본 글의 내용은 네티즌들의 자발적인 기여로 작성되었으며, 저작권은 원저작자에게 있습니다. 본 사이트는 이에 상응하는 법적 책임을 지지 않습니다. 표절이나 침해가 의심되는 콘텐츠를 발견한 경우 admin@php.cn으로 문의하세요.