-1

私は64ビットマシンを持っています。

私のプロジェクトの 1 つに、Run64BitRunTime = False のプロジェクトのプロパティがありますが、SQL 2012 にインポートするために Excel xlsx ソースにアタッチすると、次のエラーが発生します。

エラー 1

Validation error. Data Flow Task: Package1: The requested OLE DB provider Microsoft.ACE.OLEDB.12.0 is not registered. If the 32-bit driver is not installed, run the package in 64-bit mode. Error code: 0x00000000.  An OLE DB record is available.  Source: "Microsoft OLE DB Service Components"  Hresult: 0x80040154  Description: "Class not registered".      Package1.dtsx   0   0   

エラー 2

Validation error. Data Flow Task: Package1: The 'Microsoft.ACE.OLEDB.12.0' provider is not registered on the local machine. For more information, see http://go.microsoft.com/fwlink/?LinkId=219816     Package1.dtsx   0   0   
4

1 に答える 1

0

以下をインストールしました(32ビット)

https://www.microsoft.com/en-us/download/details.aspx?id=13255

于 2015-05-27T10:58:45.827 に答える