473,405 Members | 2,176 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,405 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 4048
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
by: Charles Arthur | last post by:
How do i turn on java script on a villaon, callus and itel keypad mobile phone
0
by: emmanuelkatto | last post by:
Hi All, I am Emmanuel katto from Uganda. I want to ask what challenges you've faced while migrating a website to cloud. Please let me know. Thanks! Emmanuel
0
by: Hystou | last post by:
There are some requirements for setting up RAID: 1. The motherboard and BIOS support RAID configuration. 2. The motherboard has 2 or more available SATA protocol SSD/HDD slots (including MSATA, M.2...
0
marktang
by: marktang | last post by:
ONU (Optical Network Unit) is one of the key components for providing high-speed Internet services. Its primary function is to act as an endpoint device located at the user's premises. However,...
0
Oralloy
by: Oralloy | last post by:
Hello folks, I am unable to find appropriate documentation on the type promotion of bit-fields when using the generalised comparison operator "<=>". The problem is that using the GNU compilers,...
0
by: Hystou | last post by:
Overview: Windows 11 and 10 have less user interface control over operating system update behaviour than previous versions of Windows. In Windows 11 and 10, there is no way to turn off the Windows...
0
tracyyun
by: tracyyun | last post by:
Dear forum friends, With the development of smart home technology, a variety of wireless communication protocols have appeared on the market, such as Zigbee, Z-Wave, Wi-Fi, Bluetooth, etc. Each...
0
agi2029
by: agi2029 | last post by:
Let's talk about the concept of autonomous AI software engineers and no-code agents. These AIs are designed to manage the entire lifecycle of a software development project—planning, coding, testing,...
0
isladogs
by: isladogs | last post by:
The next Access Europe User Group meeting will be on Wednesday 1 May 2024 starting at 18:00 UK time (6PM UTC+1) and finishing by 19:30 (7.30PM). In this session, we are pleased to welcome a new...

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.