SQL OLEDB Server Connection Error

Open forum for end-user questions about Wine. Before asking questions, check out the Wiki as a first step.
Forum Rules
Locked
avetic
Newbie
Newbie
Posts: 1
Joined: Tue Sep 22, 2015 8:00 am

SQL OLEDB Server Connection Error

Post by avetic »

I want to use a Visual Basic application on Linux Mint 17.2, WINE 1.6.2, winetricks (jet40, mdac27, winbind)

Machine is authenticating in Active Directory using PowerBroker Identity Services, Open Edition.

Application should be connecting to MSSQL server using AD credentials, but gives the following errors:

Code: Select all

fixme:olepicture:OleLoadPictureEx (0xc783a4,3236,1,{7bf80980-bf32-101a-8bbb-00aa00300cab},x=0,y=0,f=0,0x33f774), partially implemented.
fixme:olepicture:OleLoadPictureEx (0xc783a4,2553,1,{7bf80980-bf32-101a-8bbb-00aa00300cab},x=0,y=0,f=0,0x33f774), partially implemented.
fixme:olepicture:OleLoadPictureEx (0xc783a4,2736,1,{7bf80980-bf32-101a-8bbb-00aa00300cab},x=0,y=0,f=0,0x33f774), partially implemented.
fixme:olepicture:OleLoadPictureEx (0xc783a4,2790,1,{7bf80980-bf32-101a-8bbb-00aa00300cab},x=0,y=0,f=0,0x33f774), partially implemented.
fixme:olepicture:OleLoadPictureEx (0xc783a4,3061,1,{7bf80980-bf32-101a-8bbb-00aa00300cab},x=0,y=0,f=0,0x33f774), partially implemented.
fixme:olepicture:OleLoadPictureEx (0xc783a4,3031,1,{7bf80980-bf32-101a-8bbb-00aa00300cab},x=0,y=0,f=0,0x33f774), partially implemented.
fixme:olepicture:OleLoadPictureEx (0xc783a4,2949,1,{7bf80980-bf32-101a-8bbb-00aa00300cab},x=0,y=0,f=0,0x33f774), partially implemented.
err:ole:CoGetClassObject class {6c736db1-bd94-11d0-8a23-00aa00b58e10} not registered
err:ole:CoGetClassObject no class object {6c736db1-bd94-11d0-8a23-00aa00b58e10} could be created for context 0x1
fixme:olepicture:OleLoadPictureEx (0xc80924,7414,0,{7bf80980-bf32-101a-8bbb-00aa00300cab},x=0,y=0,f=0,0x33f750), partially implemented.
fixme:olepicture:OleLoadPictureEx (0xc80924,7486,1,{7bf80980-bf32-101a-8bbb-00aa00300cab},x=0,y=0,f=0,0x33f720), partially implemented.
fixme:olepicture:OLEPictureImpl_get_hPal unimplemented for type 3. Returning 0 palette.
fixme:olepicture:OLEPictureImpl_SaveAsFile (0x1d0fb0)->(0x1a1dd8, 0, (nil)), hacked stub.
fixme:olepicture:OLEPictureImpl_Render Not quite correct implementation of rendering icons...
err:ole:CoGetClassObject class {ecabb0c0-7f19-11d2-978e-0000f8757e2a} not registered
err:ole:CoGetClassObject no class object {ecabb0c0-7f19-11d2-978e-0000f8757e2a} could be created for context 0x1
fixme:secur32:nego_AcquireCredentialsHandleW forwarding to NTLM
fixme:ntdsapi:DsMakeSpnA ("MSSQLSvc","db-server.domain",(null),1433,(null),0x33b6dc,0x33b584): stub!
fixme:netapi32:NetWkstaUserGetInfo Level 1 processing is partially implemented
fixme:advapi:LsaOpenPolicy ((null),0x33b248,0x00000001,0x33b240) stub
fixme:advapi:LsaClose (0xcafe) stub
fixme:olepicture:OleLoadPictureEx (0xc81efc,1086,0,{7bf80980-bf32-101a-8bbb-00aa00300cab},x=0,y=0,f=0,0x33eda0), partially implemented.
fixme:olepicture:OleLoadPictureEx (0xc81efc,1086,1,{7bf80980-bf32-101a-8bbb-00aa00300cab},x=0,y=0,f=0,0x33ed70), partially implemented.
fixme:olepicture:OLEPictureImpl_get_hPal unimplemented for type 3. Returning 0 palette.
fixme:olepicture:OLEPictureImpl_SaveAsFile (0x218b58)->(0x1a24d8, 0, (nil)), hacked stub.
fixme:olepicture:OLEPictureImpl_Render Not quite correct implementation of rendering icons...
Image
Locked