Hi, in older versions of sqlcli the username and password were always be handled case sensitive. So it would help if you upper your usename, password "sqlcli -d mydb -u SCOTT,TIGER" or use a newer version of sqlcli available at: ftp://ftp.sap.com/pub/maxdb/tmp/maxdb-sqlcli-linux-i386-7_5_1_0a.tgz
HTH, Marco > -----Original Message----- > From: Andy Chan [mailto:[EMAIL PROTECTED] > Sent: Donnerstag, 12. Februar 2004 12:10 > To: MaxDB digest (E-mail) > Subject: sqlcli always fail with -4008 but websql okay ?! > > > Hi all, > > I've create a RESOURCE sql user "scott" via websql using > "create user ...". Then I can create tables and do normal > select as usual logging in as "scott". > > Unfortunately, this only limits to using websql. Every time I > use sqlcli, I get the following error: > > sqlcli -d mydb -u scott,tiger > > Type: \h for help with commands > \q to quit > mydb => \s > * -4008: Unknown user name/password combination SQLSTATE: 08004 > > Any hint why this is so ? > > Thanks in advance! > > Andy > > > -- > MaxDB Discussion Mailing List > For list archives: http://lists.mysql.com/maxdb > To unsubscribe: http://lists.mysql.com/[EMAIL PROTECTED] -- MaxDB Discussion Mailing List For list archives: http://lists.mysql.com/maxdb To unsubscribe: http://lists.mysql.com/[EMAIL PROTECTED]
