昨天朋友在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:
650) this.width=650;" src="http://www.bkjia.com/uploads/allimg/131229/19192Q4I-0.png" border="0" alt="" />
650) this.width=650;" src="http://www.bkjia.com/uploads/allimg/131229/19192T3O-1.png" border="0" alt="" />
解決JOB部署錯誤,將執行選項使用32位運行時環境:
650) this.width=650;" src="http://www.bkjia.com/uploads/allimg/131229/19192R5J-2.png" border="0" alt="" />
問題解決,JOB運行成功:
650) this.width=650;" src="http://www.bkjia.com/uploads/allimg/131229/19192Q512-3.png" border="0" alt="" />
更多資訊參考:在 64 位元電腦上使用Integration Services 時的注意事項
本文出自 “關注SQL Server技術” 部落格,請務必保留此出處http://lzf328.blog.51cto.com/1196996/1027082