learner
28th May 2003, 07:43
Hi,

I would like to change the password for BaaN ( Super User ), how can i change it ?

I am running BaaN IV c4 on Win NT 4 with Informix 9 as database.

Regards

Learner

harijono
28th May 2003, 12:23
Hi,

You can change the password of user 'baan' from NT.

harijono

MarioS
28th May 2003, 12:41
Hello,

it´s not enough to change the password on operation system level, because the entry with the encrypted password in the
$BSE/lib/informix/inf_users will not be affected by that.

Using session ttdba0115m000 should be enough, however in some circumstances after running it you also have to change the password on NT.

Mario

MarioS
28th May 2003, 12:43
Ups, forgot something:

If some services are running with the baan-account (e.g. job-daemon, scheduler etc.), don´t forget to adjust those services too after changing the password.

learner
28th May 2003, 13:34
Hello,

Just to tell u something more about my current setup, right now whenever i want to add a user in baan i just create one user user using session ttaad2100m000 ( Maintain user data ) and after that i use to make an entry at o/s level and then i use to manually add a entry in inf_user file, which means that we are NOT maintaing users using sessions like ttdgba0110m000 Maintain Link between BaaN User and Database User.

so my all the users which were in inf_users file r having the encrypted password of baan since they r binded to only one database user i.e. baan

so does this means that as soon as i change my baan user password using session u told me i have to update my inf_user file also for all the users.

Am i right ?

NvanBeest
28th May 2003, 14:54
Yes, you're right. You will have to copy the encrypted password from the baan:baan line to the other users as well. Pity you don't have access to a UNIX version of Baan. One program they forgot ( :confused: ) to port over to Windows is encrypt6.1, which allows you to create those encrypted password strings outside Baan.

Regards,
Nico

learner
28th May 2003, 19:16
yep i agree with u , one more main problem is that if there is one user with the name 230rm i cannot create a database user with the same name in informix since informix doesn't allow to create a user with the name starting with a numeric, anway more probnem is that i will have to change all the users password also since i don't know their baan passwords currently.

anyway thanks for the info, it helped me a lot and cleared my doubt. r ua ware of how to create this user in informix ???

is it that i have to give the command

grant dba to rm230

is that enough ??

NPRao
28th May 2003, 20:06
Nico:

One program they forgot ( ) to port over to Windows is encrypt6.1, which allows you to create those encrypted password strings outside Baan.

Well there is one more undocumented function to encrypt passwords in BaaN.


tgbrg160.pssw = crypt.password$("BAAN")

pokitlok
24th August 2006, 21:06
I just read a Baan document. It states MSQL_MAINT is to add/change the db user and group user. Anyone have try it?!