> from sapdb import dbapi
> dbConn = dbapi.connect( "INFEED", "archive", "Wire", host="primdb" )
> 
> returns with:
> 
> sql.SQLError: [-4008] (at 1) Unknown user name/password combination

I must admit that the python driver currently does not support lower case passwords. 
You have to change the password for the user to all upper 
(http://www.mysql.com/documentation/maxdb/48/f0dac4225811d3a97d00a0c9449261/frameset.htm).

I'm going to change that in one of the next releases of the python module.

Daniel Dittmar

-- 
Daniel Dittmar
SAP Labs Berlin
[EMAIL PROTECTED]

-- 
MaxDB Discussion Mailing List
For list archives: http://lists.mysql.com/maxdb
To unsubscribe:    http://lists.mysql.com/[EMAIL PROTECTED]

Reply via email to