i have a client application building power builder 11.5, i want connect with a server sql2008 I cant make this connection, i need help please... I have other application building power builder 9 and no have problem connection with sql2000 because use a driver odbc old
lahmbi5678
2011-Dec-17 15:50 UTC
[Wine] Re: Power Builder 11.5 and sqlserver2008 conection
First of all, I'm not an expert in running databases under wine, just a few general hints: Please update to the latest wine version, if you haven't already. Run your app from command line and post the output. Did you follow the instructions from http://wiki.winehq.org/NativeOdbc ? Maybe you need to declare DSNs for sql2008. Which odbc driver are you using for sql server 2000, and how did you install it in wine?
maybe , this problem is because y use ubuntu in spanish and wine in spanish
my connection is this: [DB] DBMS = "SNC SQL Native Client(OLE DB)" LogPass = xnw965<pnw ServerName = "172.168.201.11" LogId = "neocomerc" [DBrentas] DBMS = SNC SQL Native Client(OLE DB) LogPass = xnw965<pnw ServerName = 172.168.201.11 LogId = neocomerc [DBteso] DBMS = SNC SQL Native Client(OLE DB) LogPass = lis6=9ddd ServerName = 172.168.200.11 LogId = tesoropal [DBtramite] DBMS = SNC SQL Native Client(OLE DB) LogPass = lis6=9ddd ServerName = 172.168.200.11 LogId = sistdoc [otravez] I installed sql native client When running the application shows me this message: SQLSTATE = 08001 Microsoft SQL Native Client SQL Network Interfaces:
show this message when run application for console: usuario03 at PCPRUEBA03:~/.wine/drive_c/Sistemas/neocomerc$ wine neocomerc.exe 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:ntlm:ntlm_AcquireCredentialsHandleW AcquireCredentialsHandle: SECPKG_CRED_BOTH stub
lahmbi5678
2011-Dec-22 18:58 UTC
[Wine] Re: Power Builder 11.5 and sqlserver2008 conection
Probably a bug or unimplemented functionality in wine. Please file a bug in the bugzilla and provide a testcase, if possible.