moncheris
21st March 2005, 22:30
Hi,

Have anyone come across this error before during installation of Baan IV c4 on Unix with Oracle database?

2005-03-18[17:08:41]:E:root: ******* S T A R T of Error message *******
2005-03-18[17:08:41]:E:root: Log message called from /view/port.6.1c.07/vobs/tt/lib/qdb/qdb_info.c: #304 keyword: Security
2005-03-18[17:08:41]:E:root: Pid 6464 Uid 0 Euid 0 Gid 3 Egid 3
2005-03-18[17:08:41]:E:root: user_type S language 2 user_name root tty locale ISO88591/NULL
2005-03-18[17:08:41]:E:root: Errno 0 bdb_errno 0
2005-03-18[17:08:41]:E:root:
2005-03-18[17:08:41]:E:root: dbs_errno = 514Error 514 occurred:
2005-03-18[17:08:41]:E:root: Group 'baan
' not specified in file '/baan1/bse/lib/ora/ora_groups'.
2005-03-18[17:08:41]:E:root: Flushed at /view/port.6.1c.07/vobs/tt/lib/qdb/qdb_info.c : #311.
2005-03-18[17:08:41]:E:root: ******* E N D of Error message *******

I have already checked the ora_groups file which has the group baan on it. But the installation still stop with this error 514 while importing ttaad000 (Importing data dictionary).

Thanks in advance

dave_23
21st March 2005, 23:00
looks like there are a bunch of spaces at the end of "baan" maybe you
can edit the file and remove the,

Dave

moncheris
21st March 2005, 23:20
looks like there are a bunch of spaces at the end of "baan" maybe you
can edit the file and remove the,

Dave

Thanks for your reply. I have opened the file up and try to see if there is any spacing on the file. But it was like this only
baan:E_Md7Fz_K9+0Z8f+{HgZoA,P5s'1}|?P
which is without any spacing.

dave_23
22nd March 2005, 01:40
Might be in ora_users though.

its looking for "baan "
in ora_groups, which isn't there.. but it gets the "baan ..."
from ora_users

Dave

Han Brinkman
22nd March 2005, 11:28
Is the file copied from a windows host?

i did a migration myself a couple of weeks ago from w2k to linux and had similiar problems.

Regards,
Han

norwim
22nd March 2005, 15:10
Hi Han,

what did you finally do to get rid of annoying 'CR'? Was this the problem anyway or something else?

thanks in advance

Norbert

KhRamil
23rd March 2005, 09:12
Hi, Moncheris!
You may execute following steps (in case $BSE/bin installed):
1. Delete ora.groups and ora.users files (contents)
2. Create "R_BAAN" role with "DBA" option by Oracle tools
3. Create "BAAN" group by $BSE/bin/ora8_main6.1
4. Create "bsp" and "root" users by $BSE/bin/ora8_main6.1
5. Now you can try create DD...

Regards,
Ramil

moncheris
23rd March 2005, 20:45
Thanks KhRamil, I follow what you posted, and delete the files ora_group and ora_users and get the 1921 error. I went to the ora8_admin6.1 and see the group baan was not there. Therefore I try to create one, but get the error 1921, could not create group role. I have now deleted R_BAAN role and user 'baan' from the oracle database. And try running the ora8_inst6.1 again. Now this time, the ora_users and ora_group get successfully created. So I can continue with my installation. Hope everything will be fine from now on.