baan_info
14th August 2007, 18:35
Trying to load Baan ERP Vc on AIX 5.3 with Oracle 10G relese 2. But its failing to create tables. Ther error is "Error 514 during creating table ttaad000" When looked into $BSE/lib/ora/ora_users and ora_groups its empty, and when trying to create manually through ora8_maint6.2 it is not allowing and giving the error "Administrator user not specified".

when we added R_baan group manually and users baan,root,bsp are added manually too then it gives error "Error 13546 during creating table ttaad000"

please help how to complete my installation.

eppesuiG
14th August 2007, 20:35
Have a look at oracle error ORA-12546.

NPRao
15th August 2007, 03:30
Refer to the Oracle Technet Forum thread - How To Fix --- TNS-12546: TNS:permission denied (http://forums.oracle.com/forums/thread.jspa?messageID=1621437�)

I found that thread had good information and also -
Oracle Removing Security Permissions (http://www.dba-oracle.com/security/removing_permissions.htm)

baan_info
15th August 2007, 11:18
HI MR.NPRAO,

Thanks for the reply, but that dint worked.

It was rwt for .oracle folder, then we have changed it to rwx but the problem is still there. And it is the same error as Error 13546 during creating table ttaad000.

Any other inputs please?

Thanks,
Gaurav

maximus
15th August 2007, 20:13
See if adding oinstall, dba to bsp / baan user's group set helps solve the issue.

Marioth
16th August 2007, 11:44
Hi Gaurav,

Maximus has a point we also faced with that error and after adding oinstall to user's group set the issue was solved. Try it and let us know if the problem is solved?

Regards,

Mario

baan_info
16th August 2007, 21:39
hi all
presently we are facing a new problem.. we are able to login in oracle database using a windows client but if i try to login thru root user under unix i get error ORA 01034 and ORA 27123. same error I get when I install baan or execute ora8_inst6.2.

In this envoirnment we are having around 10 databse running some on oracle 9i some on 10g. and our DBA has installed oracle 10g we were not involved in that so I dont know what all permissions are missing from root user.
I think root does not have some permission to go to database.

What if I install baan on a different server and install oracle client on that server and acess this oracle server from this new server basically prepare a 3 tier architecture. wot r ur thoughts plz share and wot all i need to do this ...

during baan installation or while running ora8_inst6.2 it asks whether database is local if i give it remote it asks for sql*plus service name then it does not ask for oracle home and sid. can i do that way??

but it ask oracle home and sid while gathering information for company 000 and others wot should i mention there???

thanks
regards
gaurav

Marioth
17th August 2007, 11:39
Hi Gaurav,

Please have a look at this thread. This will solve your problem.

http://forums.oracle.com/forums/thread.jspa?messageID=1929979�

Regards,

Mario

baan_info
17th August 2007, 21:37
Dear All
Hi
I could install Baan at last.
We had so many errors during installtion.
let me explain all errors and their resolutios.

1. baan was not able to create oracle users baan,root and bsp because sqlplus was not available to user root and bsp. so we set the envoirnment variables.

2. now user root was not able to login to oracle thru os user root and bsp. giving ORA user 01034 and ORA 27123 so unmounted the filesystem and mounted it again with suid option.

3. now user bsp cannot login to oracle thru OS sqlplus. because in BSP .profile ORACLE_HOME had extra last /. we deleted extra last / and started listerenr again. it worked.

no we could start sqlplus and login to oracle.

4. Now we got error ORA 17205 NLS value not specifed. we set the NLS_LANG parameter in .profile of root.

5. now users are created in oracle and installation started but then it gave error BDB 402. checked log and found NLS characterset value of database and OS user root is different. so we changed the NLS_CHARECTERSET of database to the User character_set as per DB_RESOURCE.

6 Then we got error (I forgot the no.) but in log it sayas index tablespace not in database. and foundout that table space is not same as in database because of string length. so changed ORA_STORAGE and ORA_STORAGE_PARAM and all the files where tablespace is specified.

after that we could start and finish our installtion...

I thank all of you guys to help me...

Regards
Gaurav