mjpedreira1
14th April 2009, 11:46
Hi,

I´m having problems creating users. I am following the normal procedure that I have always followed

1. I create the so user.
2. I create the oracle user, with connect permissions granted; I give the user a default tablespace and a tablespace temp default.
3. I run the inf8_admin6.1 script but here something is strange because i don´t receive the message informing thar the new user is added to the group with success. See the result:
A D D U S E R T O G R O U P
Enter baan user name: myuser
Enter oracle user name: myuser
Enter user password: xxxx
Enter group name: baan
Enter group password: xxxx

All data correct? Y

_ _ _ __ _ _ __ _ _ __ _ _ _
Press any key.


Normally, where I type _ _ _ _ I get a message informing that the user was added well to the group. Now I´m not receiving nothing. I'm creating the user as bsp and I have exported the variables TERM and PATH correctly.



I have next error in logs:

2009-04-14[10:19:55]:E:admon: ******* S T A R T of Error message *******
2009-04-14[10:19:55]:E:admon: Log message called from /view/port.6.1c.07.09/vobs
/tt/lib/qdb/qdb_info.c: #229 keyword: Security
2009-04-14[10:19:55]:E:admon: Pid 700432 Uid 214 Euid 214 Gid 203 Egid 203
2009-04-14[10:19:55]:E:admon: user_type N language 5 user_name admon tty ote loc
ale ISO88591/NULL
2009-04-14[10:19:55]:E:admon: Errno 0 bdb_errno 0
2009-04-14[10:19:55]:E:admon:
2009-04-14[10:19:55]:E:admon: dbs_errno = 514, Error 514 occurred:
2009-04-14[10:19:55]:E:admon: User 'admon' not specified in file '/baan/bse/lib/
ora/ora_users'.
2009-04-14[10:19:55]:E:admon: Flushed at /view/port.6.1c.07.09/vobs/tt/lib/qdb/q
db_info.c : #232.
2009-04-14[10:19:55]:E:admon: ******* E N D of Error message *******





Any idea? Thanks a lot,

María

Han Brinkman
14th April 2009, 13:28
You run the script inf8_admin as if you are using Informix. However your error is referring to the ora_users file.
Shouldn't you use ora8_admin to create the user?

mjpedreira1
14th April 2009, 13:38
Sorry, I wrote inf8_admin6.1 but I wanted to say ora8_admin6.1... was a confussion.

Thanks,

María

jclju1
14th April 2009, 13:51
I'm creating the user as bsp
admon: User 'admon' not specified in file '/baan/bse/lib/ora/ora_users'.

It seems that you are trying to create users as user admon.

mjpedreira1
14th April 2009, 14:11
I´m login as bsp and I run the ora8_admin6.1 script with user bsp. I select option 1 and then I try to create user 'admon'

A D D__U S E R__T O__G R O U P
Enter baan user name: admon
...

The problem is that the script doesn´t write the user 'admon' in the ora_users file

mjpedreira1
14th April 2009, 17:57
Does anyone know this error?

Thanks,

María

bdittmar
14th April 2009, 18:38
I´m login as bsp and I run the ora8_admin6.1 script with user bsp. I select option 1 and then I try to create user 'admon'

A D D__U S E R__T O__G R O U P
Enter baan user name: admon
...

The problem is that the script doesn´t write the user 'admon' in the ora_users file

Hello,

i always adding the Oracle Users manually to ora_users.
It always takes only a minute.


Maybe in your case it's a problem in file or directory authorisation for the user who writes to $BSE/lib/ora/ora_users ?


Regards

mjpedreira1
14th April 2009, 19:03
Hi bdittmar... the problem is solved... the owner of ora_users file was root and belongs to the system group :o Thanks!!!