Hi,

sapdb version 7.3.00.15, Win NT4, Python 2.1.1

I'm trying to connect to the sample TST database through python's win32
odbc.module. I'm failing with the following:

>>> import odbc
>>> conn = odbc.odbc('Tst/dba/dba')
Traceback (most recent call last):
  File "<pyshell#1>", line 1, in ?
    conn = odbc.odbc('Tst/dba/dba')
dbi.operation-error: [SAP AG][SQLOD32 DLL][liveCache]Unable to connect to
data source;-708 SERVERDB system not available (. in LOGIN

The Tst database has been successfully installed. The ODBC driver has
installed ok and the ODBC data source has been set up.

The following services are running:

SAPDB: TST
XSERVER

The ODBC details:

System DSN

Data Source Name: Tst
Description: sapdb sample
Database Parameter:
Database: Tst
Server: localhost

Any idea where I'm going wrong?

Thanks,

Ray Drew


_________________________________________________________
Do You Yahoo!?
Get your free @yahoo.com address at http://mail.yahoo.com

Reply via email to