Power Builder 11.5 and sqlserver2008 conection
Power Builder 11.5 and sqlserver2008 conection
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
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
-
- Level 7
- Posts: 823
- Joined: Thu Aug 27, 2009 6:23 am
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?
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?
Nothing, i cant make this connection. other solution?lahmbi5678 wrote: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?
-
- Level 7
- Posts: 823
- Joined: Thu Aug 27, 2009 6:23 am
-
- Moderator
- Posts: 1153
- Joined: Wed Apr 27, 2011 11:01 pm
Power Builder 11.5 and sqlserver2008 conection
On Mon, Dec 19, 2011 at 1:42 PM, italohg <[email protected]> wrote:
driver package (If I remember this correctly, there are tools you can
download and install for testing connections with the ODBC DSN.)
James
Can you make the connection using the SQL Tools included with the ODBClahmbi5678 wrote:Nothing, i cant make this connection. other solution?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?
driver package (If I remember this correctly, there are tools you can
download and install for testing connections with the ODBC DSN.)
James
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:
[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@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
usuario03@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
-
- Level 7
- Posts: 823
- Joined: Thu Aug 27, 2009 6:23 am
Re: Power Builder 11.5 and sqlserver2008 conection
Did you configure your server to talk over TCP/IP not just named pipes?italohg wrote:i want connect with a server sql2008