Fatal Exception caught in SqlDBDriver::RetrieveAllCatalogsBody:Exception: The 'SQLOLEDB' provider is not registered on the local machine.

Posts   
 
    
Ren
User
Posts: 42
Joined: 01-Jul-2005
# Posted on: 22-Aug-2005 21:01:54   

I am getting the following error message. LLBLGEN Pro studio stopped working and gets this error. I tried repairing the LLBLGEN Pro studio, that didn't work so I tried removing it and re-installing it. Then I re-booted.

here is the error message that occurs when I try to create or use a project.

SQL Server is running on my local machine. I was able to create an ODBC provider for SQL server and it worked fine. Any help would be appreciated.

Fatal Exception caught in SqlDBDriver::RetrieveAllCatalogsBody:Exception: The 'SQLOLEDB' provider is not registered on the local machine. The 'SQLOLEDB' provider is not registered on the local machine. No error information available: REGDB_E_CLASSNOTREG(0x80040154).

-----[Core exception]-------------------- at SD.LLBLGen.Pro.DBDrivers.SqlServer.SqlServerDBDriver.RetrieveAllCatalogsBody(String connectionString) at SD.LLBLGen.Pro.DBDrivers.SqlServer.SqlServerDBDriver.RetrieveCatalogs(String serverName) at SD.LLBLGen.Pro.DBDrivers.SqlServer.SqlServerConnectionData.RetrieveCatalogs() at SD.LLBLGen.Pro.DBDrivers.SqlServer.SqlServerConnectionData.ConnectAndRetrieveCatalogs() at SD.LLBLGen.Pro.DBDrivers.SqlServer.SqlServerConnectionData._connectButton_Click(Object sender, EventArgs e) at System.Windows.Forms.Control.OnClick(EventArgs e) at System.Windows.Forms.Button.OnClick(EventArgs e) at System.Windows.Forms.Button.WndProc(Message& m) at System.Windows.Forms.ControlNativeWindow.OnMessage(Message& m) at System.Windows.Forms.ControlNativeWindow.WndProc(Message& m) at System.Windows.Forms.NativeWindow.Callback(IntPtr hWnd, Int32 msg, IntPtr wparam, IntPtr lparam) -----[InnerException]-------------------- at System.Data.OleDb.OleDbConnection.CreateProviderError(Int32 hr) at System.Data.OleDb.OleDbConnection.CreateProvider(OleDbConnectionString constr) at System.Data.OleDb.OleDbConnection.Open() at SD.LLBLGen.Pro.DBDrivers.SqlServer.SqlServerDBDriver.RetrieveAllCatalogsBody(String connectionString) -----[InnerException]--------------------

Drewes
User
Posts: 67
Joined: 18-Aug-2003
# Posted on: 23-Aug-2005 01:30:36   

I would reinstall MDAC 2.8, looks like you don't have all required software on your system.

Ren
User
Posts: 42
Joined: 01-Jul-2005
# Posted on: 25-Aug-2005 19:31:37   

Thanks! that worked. company makes nightly updates to machines sometimes.. go figure.