Quantcast
Channel: SQL Server Integration Services forum
Viewing all articles
Browse latest Browse all 24688

[Execute SQL Task] Error: Executing the query "SELECT * into dbo.Temp_Grades_8395 FROM OPENROWSE..." failed with the following error: "Cannot initialize the data source object of OLE DB provider "Microsoft.ACE.OLEDB.12.0" for linked server "(null)".". Po

$
0
0

Please I got the following error

I had it beor and it was resolved I forgot how I resolved it.

I changed nothing on my server an

d

I did the following

use

master

sp_configure

'show advanced options', 1;

GO

RECONFIGURE

;

sp_configure

'Ad Hoc Distributed Queries', 1;

GO

RECONFIGURE

;

GO

USE

[master]

GO

EXEC

master.dbo.sp_MSset_oledb_propN'Microsoft.ACE.OLEDB.12.0',N'AllowInProcess', 1

GO

EXEC

master.dbo.sp_MSset_oledb_propN'Microsoft.ACE.OLEDB.12.0',N'DynamicParameters', 1

GO

The package is running as a proxy he is active the following subsystems operating system (cmdexec) sql server integrated services paramenter the principlas are an sql login user and db_ssisoperator                also I have the provider microsoft office 12.0 access database endine ole db provider (dynamic parameters , allow inporcess are enabled)

GO

go


sz



Viewing all articles
Browse latest Browse all 24688

Trending Articles