I ran into a similar issue while trying to install maxdb on one system (not at instance creation time like you).
The problem was that this system was not using shadow passwords. Running 'shadowconfig on' on this debian system fixed my problem. Your issue might be similar.
Red Hat 9.0
Ok,
ran grpcnv, pwconv....
LD_ASSUME_KERNEL....
Still no go. Anybody with RH9 and MaxDB successful? [Sapdb 7.4 installs and runs fine on that OS for me]
+++ Thu Dec 11 21:59:49 2003
./dbmcli -t protocol.txt -n mymachine db_create MYDB auser,********* sdb,*******
+++ Thu Dec 11 21:59:49 2003
Connection established to node mymachine for database (no dbname)
*** Thu Dec 11 21:59:49 2003
db_create MYDB auser,********* sdb,*******
---
ERR
-24875,ERR_NEEDADMI: The operating system user is not a member of the database administrators group.
149,UNIX password mismatch
Michael, please check the password of 'auser' in /etc/shadow. It should look like auser:<13chars>:<someNumbers>:.... if it's auser:$1$<8chars>$<+16chars>:<someNumbers>:.... you still have a MD5 hashed password.
'auser' should also be a member of the sdba group (in /etc/group)
henrik
-- MaxDB Discussion Mailing List For list archives: http://lists.mysql.com/maxdb To unsubscribe: http://lists.mysql.com/[EMAIL PROTECTED]
