|
Neohapsis is currently accepting applications for employment. For more information, please visit our website www.neohapsis.com or email hr@neohapsis.com |
RE: -4008 problem
From: Koetter, Thomas Theodor (thomas.theodor.koetter
sap.com)
Date: Mon Mar 15 2004 - 08:41:05 CST
- Messages sorted by: [ date ] [ thread ] [ subject ] [ author ]
Hi Ertan,
> -----Original Message-----
> From: Ertan Kucukoglu [mailto:ertank
ozlerplastik.com]
> Sent: Montag, 15. März 2004 12:54
> To: maxdb
lists.mysql.com
> Subject: -4008 problem
>
>
> Dear All,
>
> After I upgrade my odbc driver from 7.4.3.27 to 7.4.3.33 I started to
> get -4008 error which means username/password wrong.
>
> I tried to use UPPER/lowercase username and password, but no luck.
How did you create your users?
If you did something (e.g. in SQLStudio) like
create user myuser password mypass
- in the ODBC-connect dialog MYUSER MYPASS (letters will be automatically uppered)
- in a connect string: UID=MYUSER;PWD=MYPASS;...
should work.
In case of
create user "Myuser" password "MyPass"
please try
- in the ODBC-connect dialog "Myuser" "MyPass" including the quotes
- in a connect string: UID=Myuser;PWD=MyPass;...
HTH Thomas
----------------------------------------------
Dr. Thomas Kötter
SAP DB, SAP Labs Berlin
Do you know SAP^H^H^H MaxDB ? www.sapdb.org
--
MaxDB Discussion Mailing List
For list archives: http://lists.mysql.com/maxdb
- Messages sorted by: [ date ] [ thread ] [ subject ] [ author ]