Sql Server Native cliente error DllGetClassObject returned error 0x80004005

Questions about Wine on Linux
Locked
groliveira
Newbie
Newbie
Posts: 1
Joined: Thu Mar 12, 2020 12:07 pm

Sql Server Native cliente error DllGetClassObject returned error 0x80004005

Post by groliveira »

Hey guys!

I'm having trouble running a reporting application that uses sqlncli11 as a native driver to generate reports. It always returns an error

Code: Select all

DllGetClassObject returned error 0x80004005
and in the application log it returns

Code: Select all

Report generation status is: OLE DB error occurred. Code 80004005h
.

This application has drivers from devart dbxdrives to execute this function. For months I've been trying to make the reports that connect to the sql server are generated.

This same application is also possible to generate reports for postgresql, mysql, oracle and firebird. In all these sgbds my reports are generated normally. Only when I need to generate reports with connection to the sql server do I have this type of problem. It appears that there is no compatibility of sqlncli11.dll with wine. I've tested it on practically all versions of wine 1 up to 6.01.

unfortunately I don't know what to do. already other posts with problem similar to sqlncli11.dll and it seems that no one was successful.

Could you help me, what can I do so that I can use the sql server native client driver?
Locked