web
You’re offline. This is a read only version of the page.
close
Skip to main content
Community site session details

Community site session details

Session Id :

SSIS: Excel Connection Manager Error “Class not registered”

AjitPatra Profile Picture AjitPatra 469

Recently, we were working on SSIS to get data from AX to the staging tables. As part of the requirement, we were also using Excel Connection Manager to read the data from one of the excel file and load it to a table.

After completing the development, we executed the package and it was successfully executed. Then, we deployed the package to SQL Server.

After deployment, when we executed the package it started giving us the below error:

“The requested OLE DB provider Microsoft.Jet.OLEDB.4.0 is not registered. If the 64-bit driver is not installed, run the package in 32-bit mode. Description: Class not registered.”

To fix the issue, we executed the package from SQL Server in 32-bit mode by following the below steps:

  1. Select the package –> Right Click on it –> Select Execute

SSIS_1

2. Go to Advanced Tab –> Select 32-bit runtime –> Click OK.

SSIS_2

The package got executed successfully.

Hope it helps !!


This was originally posted here.

Comments

*This post is locked for comments