473,326 Members | 2,012 Online
Bytes | Software Development & Data Engineering Community
Post Job

Home Posts Topics Members FAQ

Join Bytes to post your question to a community of 473,326 software developers and data experts.

MAXDB : Problems with operating system user

Hello,

I'd like to use MaxDB on Linux Red Hat 8.0. I've installed correctly
the software. But when I try to create a new instance through the
WebDBM or the WinDBM GUI I've the following error :

"-24875 The operating system user is not a member of the database
administrators group. [user_system ...]; 149,UNIX password missmatch"

In fact, I've checked who is the file /etc/opt/
[Globals]
IndepData=/usr/local/maxdb/data
IndepPrograms=/usr/local/maxdb/programs
SdbOwner=maxdb
SdbGroup=maxdb

So I presumed that logically I can connect on Maxdb with the user
maxdb or with someone who belongs to this group. But It doesn't work.

When I try to use the text UI dbmcli, I can create the desired
database instance. I've already searched on the Internet a solution
but it might that some people have the same problem and it hasn't been
solved.

Do someone have an idea about my problem ?

Thanks for your further answers.

Xavier
Jul 19 '05 #1
4 4025
Use "root" and root password to gain access.

Luther
"Xavier" <xa*************@yahoo.com> wrote in message
news:ee**************************@posting.google.c om...
Hello,

I'd like to use MaxDB on Linux Red Hat 8.0. I've installed correctly
the software. But when I try to create a new instance through the
WebDBM or the WinDBM GUI I've the following error :

"-24875 The operating system user is not a member of the database
administrators group. [user_system ...]; 149,UNIX password missmatch"

In fact, I've checked who is the file /etc/opt/
[Globals]
IndepData=/usr/local/maxdb/data
IndepPrograms=/usr/local/maxdb/programs
SdbOwner=maxdb
SdbGroup=maxdb

So I presumed that logically I can connect on Maxdb with the user
maxdb or with someone who belongs to this group. But It doesn't work.

When I try to use the text UI dbmcli, I can create the desired
database instance. I've already searched on the Internet a solution
but it might that some people have the same problem and it hasn't been
solved.

Do someone have an idea about my problem ?

Thanks for your further answers.

Xavier

Jul 19 '05 #2
I should also add that the "DBA" user is used to manipulate the database.

Luther
"Xavier" <xa*************@yahoo.com> wrote in message
news:ee**************************@posting.google.c om...
Hello,

I'd like to use MaxDB on Linux Red Hat 8.0. I've installed correctly
the software. But when I try to create a new instance through the
WebDBM or the WinDBM GUI I've the following error :

"-24875 The operating system user is not a member of the database
administrators group. [user_system ...]; 149,UNIX password missmatch"

In fact, I've checked who is the file /etc/opt/
[Globals]
IndepData=/usr/local/maxdb/data
IndepPrograms=/usr/local/maxdb/programs
SdbOwner=maxdb
SdbGroup=maxdb

So I presumed that logically I can connect on Maxdb with the user
maxdb or with someone who belongs to this group. But It doesn't work.

When I try to use the text UI dbmcli, I can create the desired
database instance. I've already searched on the Internet a solution
but it might that some people have the same problem and it hasn't been
solved.

Do someone have an idea about my problem ?

Thanks for your further answers.

Xavier

Jul 19 '05 #3
Ok thank you but I solved the problem.

In fact, the problem was because of the MD5 passwords. The solution is
to disable MD5 password cryting. You have under Red Hat to launch the
program "setup" and to select 'Authentication Configuration' from the
menu, skip the prompts, and uncheck "Use MD5 passwords".

for more information check the message where I've found the solution
on http://lists.mysql.com/maxdb/19540.

Bye

Xavier MOGHRABI

"Luther Barnum" <Sp********@rr.com> wrote in message news:<LS**********************@twister.tampabay.rr .com>...
I should also add that the "DBA" user is used to manipulate the database.

Luther
"Xavier" <xa*************@yahoo.com> wrote in message
news:ee**************************@posting.google.c om...
Hello,

I'd like to use MaxDB on Linux Red Hat 8.0. I've installed correctly
the software. But when I try to create a new instance through the
WebDBM or the WinDBM GUI I've the following error :

"-24875 The operating system user is not a member of the database
administrators group. [user_system ...]; 149,UNIX password missmatch"

In fact, I've checked who is the file /etc/opt/
[Globals]
IndepData=/usr/local/maxdb/data
IndepPrograms=/usr/local/maxdb/programs
SdbOwner=maxdb
SdbGroup=maxdb

So I presumed that logically I can connect on Maxdb with the user
maxdb or with someone who belongs to this group. But It doesn't work.

When I try to use the text UI dbmcli, I can create the desired
database instance. I've already searched on the Internet a solution
but it might that some people have the same problem and it hasn't been
solved.

Do someone have an idea about my problem ?

Thanks for your further answers.

Xavier

Jul 19 '05 #4
Ok thank you but I solved the problem.

In fact, the problem was because of the MD5 passwords. The solution is
to disable MD5 password cryting. You have under Red Hat to launch the
program "setup" and to select 'Authentication Configuration' from the
menu, skip the prompts, and uncheck "Use MD5 passwords".

for more information check the message where I've found the solution
on http://lists.mysql.com/maxdb/19540.

Bye

Xavier MOGHRABI

"Luther Barnum" <Sp********@rr.com> wrote in message news:<LS**********************@twister.tampabay.rr .com>...
I should also add that the "DBA" user is used to manipulate the database.

Luther
"Xavier" <xa*************@yahoo.com> wrote in message
news:ee**************************@posting.google.c om...
Hello,

I'd like to use MaxDB on Linux Red Hat 8.0. I've installed correctly
the software. But when I try to create a new instance through the
WebDBM or the WinDBM GUI I've the following error :

"-24875 The operating system user is not a member of the database
administrators group. [user_system ...]; 149,UNIX password missmatch"

In fact, I've checked who is the file /etc/opt/
[Globals]
IndepData=/usr/local/maxdb/data
IndepPrograms=/usr/local/maxdb/programs
SdbOwner=maxdb
SdbGroup=maxdb

So I presumed that logically I can connect on Maxdb with the user
maxdb or with someone who belongs to this group. But It doesn't work.

When I try to use the text UI dbmcli, I can create the desired
database instance. I've already searched on the Internet a solution
but it might that some people have the same problem and it hasn't been
solved.

Do someone have an idea about my problem ?

Thanks for your further answers.

Xavier

Jul 19 '05 #5

This thread has been closed and replies have been disabled. Please start a new discussion.

Similar topics

2
by: dan | last post by:
Hi, I just downloaded maxdb 7.5.0.5 from mysql. I needed to reinstall it but it didnt come with an uninstall application. So being silly i removed the directory it installed in /opt/sdb and...
0
by: Xavier | last post by:
Hello, I'd like to use MaxDB on Linux Red Hat 8.0. I've installed correctly the software. But when I try to create a new instance through the WebDBM or the WinDBM GUI I've the following error :...
0
by: Danny | last post by:
I have created a sample database in MaxDB. When i try to connect from SQL Studio i'm getting the following error... Please help me to solve this problem. odbc-eRROR : Unable to connect to data...
1
by: Steve Malley | last post by:
Is MaxDB ultimately a "souped up" MySQL? Does anyone know what the plan is? i.e., Is the company going to converge these? Continue to market separate products? Also, how divergent is the code...
0
by: Matthias M. | last post by:
Hi everyone Is there a possibility to create a MaxDB Cluster? If that is possible where can I find some Informations about building Clusters with MaxDB? (Well I know there is a ...
12
by: Martin_Hurst | last post by:
It would appear that MySQL is making great strides into the commercial and even the enterprise arena. I am not seeing the same news coverage being said about Postgresql. I believe Postgresql has...
2
by: John | last post by:
As per subject, i'm considering migrating a database (still in development) from MaxDB to postgresql. The main reason for this is that the stored procedures (functions) in MaxDB are unreliable and...
9
by: =?Utf-8?B?SG93YXJkIFNtaXRo?= | last post by:
I am using VC++ 6.0 (with SP5 installed). When using WinXP this is with SP2 installed. I am developing an instrumentation system comprising a set of networked PCs connected using TCP/IP TCP links....
0
by: sandeepacharya | last post by:
i am not able to insert, update or delete to table in maxdb. I am using sql queries for these operations. but i am able to select the already installed values in the table. My code for select is:...
0
isladogs
by: isladogs | last post by:
The next Access Europe meeting will be on Wednesday 6 Mar 2024 starting at 18:00 UK time (6PM UTC) and finishing at about 19:15 (7.15PM). In this month's session, we are pleased to welcome back...
1
isladogs
by: isladogs | last post by:
The next Access Europe meeting will be on Wednesday 6 Mar 2024 starting at 18:00 UK time (6PM UTC) and finishing at about 19:15 (7.15PM). In this month's session, we are pleased to welcome back...
0
by: jfyes | last post by:
As a hardware engineer, after seeing that CEIWEI recently released a new tool for Modbus RTU Over TCP/UDP filtering and monitoring, I actively went to its official website to take a look. It turned...
0
by: ArrayDB | last post by:
The error message I've encountered is; ERROR:root:Error generating model response: exception: access violation writing 0x0000000000005140, which seems to be indicative of an access violation...
1
by: PapaRatzi | last post by:
Hello, I am teaching myself MS Access forms design and Visual Basic. I've created a table to capture a list of Top 30 singles and forms to capture new entries. The final step is a form (unbound)...
1
by: CloudSolutions | last post by:
Introduction: For many beginners and individual users, requiring a credit card and email registration may pose a barrier when starting to use cloud servers. However, some cloud server providers now...
1
by: Defcon1945 | last post by:
I'm trying to learn Python using Pycharm but import shutil doesn't work
0
by: af34tf | last post by:
Hi Guys, I have a domain whose name is BytesLimited.com, and I want to sell it. Does anyone know about platforms that allow me to list my domain in auction for free. Thank you
0
by: Faith0G | last post by:
I am starting a new it consulting business and it's been a while since I setup a new website. Is wordpress still the best web based software for hosting a 5 page website? The webpages will be...

By using Bytes.com and it's services, you agree to our Privacy Policy and Terms of Use.

To disable or enable advertisements and analytics tracking please visit the manage ads & tracking page.