June 25, 2021 at 5:54 pm
June 25, 2021 at 6:03 pm
The message is pretty clear - the OLE DB provider the package requires is not registered on the server. When you develop on your workstation you are developing using a 32-bit application - and therefore using 32-bit drivers.
When deployed to the server - it will be run by default in 64-bit and expects the 64-bit drivers to be installed, registered and available. If you set the package up to run in 32-bit mode it will expect the 32-bit drivers to be available.
Jeffrey Williams
“We are all faced with a series of great opportunities brilliantly disguised as impossible situations.”
― Charles R. Swindoll
How to post questions to get better answers faster
Managing Transaction Logs
June 25, 2021 at 6:09 pm
If I choose to check the box for "32-bit runtime" I get the same message. What additional configurations need changed or do I need to add a driver to SQL Server for the 32-bit issue?
June 25, 2021 at 6:14 pm
If you get the same message, then the driver isn't installed on the server. Install the 74 bit driver.
Jeffrey Williams
“We are all faced with a series of great opportunities brilliantly disguised as impossible situations.”
― Charles R. Swindoll
How to post questions to get better answers faster
Managing Transaction Logs
June 25, 2021 at 6:22 pm
Do I install the driver on the actual machine that the SQL Server resides on or my local machine? And do I download the driver and install it? Totally new to the process.
June 25, 2021 at 6:23 pm
On the server where the package is running.
Jeffrey Williams
“We are all faced with a series of great opportunities brilliantly disguised as impossible situations.”
― Charles R. Swindoll
How to post questions to get better answers faster
Managing Transaction Logs
June 25, 2021 at 6:36 pm
The machine is a 64-bit operating system windows 10... but I have no idea how to find the drivers or install a 64-bit driver without breaking something.
June 25, 2021 at 7:11 pm
Installing OLE DB Driver for SQL Server - OLE DB Driver for SQL Server | Microsoft Docs
https://docs.microsoft.com/en-us/sql/connect/oledb/applications/installing-oledb-driver-for-sql-server?view=sql-server-ver15
June 25, 2021 at 7:13 pm
thats the latest version of the driver - you can download it from here https://docs.microsoft.com/en-us/sql/connect/oledb/oledb-driver-for-sql-server?view=sql-server-ver15
June 25, 2021 at 7:42 pm
How do I tell if I need the x86 or the x64 driver?
June 25, 2021 at 7:59 pm
any current SQL Server should be 64 bit, specially if it has SSIS catalog on it - so install that one, and ensure that when you execute the package you execute it in 64bit mode.
but "select @@version" will tell you if its 32 or 64bit
June 28, 2021 at 2:51 pm
Install the 74 bit driver.
Oh I want some of that. When 64 bits just isn't quite enough!
The absence of evidence is not evidence of absence
- Martin Rees
The absence of consumable DDL, sample data and desired results is, however, evidence of the absence of my response
- Phil Parkin
June 28, 2021 at 2:52 pm
Jeffrey Williams wrote:Install the 74 bit driver.
Oh I want some of that. When 64 bits just isn't quite enough!
Hah, stupid phone ??
Jeffrey Williams
“We are all faced with a series of great opportunities brilliantly disguised as impossible situations.”
― Charles R. Swindoll
How to post questions to get better answers faster
Managing Transaction Logs
July 2, 2021 at 3:55 pm
I resolved the 64bit issue on the host machine (thanks!) but two errors remain:
July 2, 2021 at 4:01 pm
That is just one issue, and the error message seems clear. This is running on the server and therefore (presumably) it cannot access that path when it runs.
The absence of evidence is not evidence of absence
- Martin Rees
The absence of consumable DDL, sample data and desired results is, however, evidence of the absence of my response
- Phil Parkin
Viewing 15 posts - 1 through 15 (of 18 total)
You must be logged in to reply to this topic. Login to reply