Hi Derek,

you wrote :
> I'm trying to use SQLStudio from a Win2000 machine to connect to a two
> SAPDB databases.  I can connect to one, but I get the following error
> when connecting to the other....
> 
>   ODBC-Error:[SAP AG][SQLOD32 DLL][SAP DB]Unable to connect to data
>   source;-709 CONNECT:(database not running). return-code:SQL_ERROR
>   (-709)
> 
> The databases are identical, except that one is on WindowsNT and the
> other is on AIX.  They both have the same database, tables, users, and
> passwords.  I'm using 7.3.0 Build 029-000-087-809 under WindowsNT and
> version 7.3.0 Build 029-000-087-779 under AIX

I assume that the db you cannot connect to is the one on AIX ...
On unix machines the db name is case sensitive.
To prevent ODBC from uppercasing the name entered into the 
connect dialog, you have to enclose it in doublequotes.

regards,

Markus Stausberg
SAP Labs Berlin
 
_______________________________________________
sapdb.general mailing list
[EMAIL PROTECTED]
http://listserv.sap.com/mailman/listinfo/sapdb.general

Reply via email to