Axel (!) - thanks for that - I resolved the problems I was having.

It was the extra parameters that were being specified in my connectionstring (last tab 
of odbcad32.exe.)
If I specify the connection access permissions - e.g. ReadWrite, Read, Share Deny None 
than the MaxDB ODBC driver fails to initialise.
I also needed upper case userid and pasword but I realised that - still noteworthy 
though!

Next step is to create users - using sysdba account in SQL Studio - thanks again Axel 
;) I'm on my way!

Regards,

Ian Kershaw
E-government Development Officer
Hyndburn Borough Council
01254 380661
[EMAIL PROTECTED]

>>> "Axel Busch" <[EMAIL PROTECTED]> 09/12/2003 19:00:00 >>>

Hi Ian,

> Hi Alex - 

Axel ;)

> I know about all the details you gave me - I was 
> trying a UDL file before I mailed the group, and used the DSN 
> entry created by the installation (MAXDB) to create a system DSN also.
> 
> But no connection - constantly rejected with "-4008 Unkown 
> username/password combination". Have tried lot of different 
> combinations of DSN and connection strings, but always 
> through the "Microsoft OLEDB provider for ODBC Drivers".
> I even tried adding a new user (webuser/webuser) and 
> connecting as this one, but no luck there either.
>
> I realise that it is trying to validate with the instance 
> because if I change the server name it gives an error 
> regarding not locating an instance - therefore I have got so 
> far...but not all the way!

Good news. So the problem is unlikely to lie in your os, your
odbc-setup or the dsn-part of your odbc connection string.
 
> By the way - for further information - I cannot use DB 
> manager as the system administrator, and I cannot use SQL 
> Studio as database manager operator, but they connect fine 
> vice versa. Is this by design? (I cannot use either as 
> webuser that I created above - even though I gave him all 
> rights, I cannot seem to do anything with him!) 

Yes, this is by design, more on this later.
 
> Could this be a problem with ODBC or my local accounts in general?

Hm. I do not think that your problem lies in the connection string, 
you sound pretty able to create a nice one.

Maybe the Max DB User Concept is generating all the confusion
(it sure is a little tricky).

Contrary to other popular databases, you _cannot_ open a
sql session as Database Manager ("dbm" in the default setup). 
Only the Database Administrator ("dba"), and the users he created
_within a sql session_ can do this.
Please note: The DBM GUI does not have a sql session. All users
you create there are Database Managers. You can only create a
SQL user with SQL Studio, sqlcli and with dbmcli in sql mode 
(although you should not use dbmcli).

DBO is for managing the instance as a whole. Backups, parameters, ...
DBA is for managing tables, users, ....
(although DBA can also create backups, hehe)

Maybe you want to try again with a new db instance with the
default dbm and dba users. Just a little one, to make sure that
the names didn't get confused, and then connect via odbc using 
the dba user?

regards, Axel


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


**************************************************************
This e-mail is confidential and is intended solely for the use of
the individual or entity to whom it is addressed. If you are not
the intended recipient and you have received this e-mail in error
then any use,dissemination, forwarding, printing or copying of
this e-mail is strictly prohibited and you should contact the
sender by e-mail return and then delete all the material from your
system. Any views or opinions presented are solely those of the
author and do not necessarily represent those of Hyndburn Borough
Council. This email does not form a part of a legally binding
agreement. We have taken precautions to minimise the risk of
transmitting software viruses, but we advise that you carry out
your own virus checks on any attachments to this message. We cannot
accept liability for any loss or damage done by software viruses.

***************************************************************
<<<< GWAVASIG >>>>

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

Reply via email to