472,802 Members | 1,405 Online
Bytes | Software Development & Data Engineering Community
Post Job

Home Posts Topics Members FAQ

Join Bytes to post your question to a community of 472,802 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 3964
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:...
3
isladogs
by: isladogs | last post by:
The next Access Europe meeting will be on Wednesday 2 August 2023 starting at 18:00 UK time (6PM UTC+1) and finishing at about 19:15 (7.15PM) The start time is equivalent to 19:00 (7PM) in Central...
2
isladogs
by: isladogs | last post by:
The next Access Europe meeting will be on Wednesday 6 Sept 2023 starting at 18:00 UK time (6PM UTC+1) and finishing at about 19:15 (7.15PM) The start time is equivalent to 19:00 (7PM) in Central...
0
by: Taofi | last post by:
I try to insert a new record but the error message says the number of query names and destination fields are not the same This are my field names ID, Budgeted, Actual, Status and Differences ...
14
DJRhino1175
by: DJRhino1175 | last post by:
When I run this code I get an error, its Run-time error# 424 Object required...This is my first attempt at doing something like this. I test the entire code and it worked until I added this - If...
5
by: DJRhino | last post by:
Private Sub CboDrawingID_BeforeUpdate(Cancel As Integer) If = 310029923 Or 310030138 Or 310030152 Or 310030346 Or 310030348 Or _ 310030356 Or 310030359 Or 310030362 Or...
0
by: lllomh | last post by:
Define the method first this.state = { buttonBackgroundColor: 'green', isBlinking: false, // A new status is added to identify whether the button is blinking or not } autoStart=()=>{
0
by: lllomh | last post by:
How does React native implement an English player?
0
by: Mushico | last post by:
How to calculate date of retirement from date of birth
2
by: DJRhino | last post by:
Was curious if anyone else was having this same issue or not.... I was just Up/Down graded to windows 11 and now my access combo boxes are not acting right. With win 10 I could start typing...

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.