aldendata
14th February 2003, 12:04
I installed Baan ERP 5.0 c.
Immediately after installation I tried to define new user.
I added new user “sale1” and when tried to “Convert Baan User to database User” i got a message “Database user baan is not converted to the database (Baan user baan is linked to the database user baan)”. When i pressed OK i got second message “Not all groups are created in the database”.
After this i check and found following:
- I had created baan user “sale1”
- I had created database user “sale1”
- I had linked baan user “sale1” and database user “sale1”

After that I made "Convert to RT", and try to enter as user “sale1” but i got the messages:

Error: bdb_errno 514 on ttadv999
Fatal error: Error 514 (Security error; probably no permission) on select
Fatal error: Can not continue in ottstpstdlib

MarioS
14th February 2003, 15:42
Hello,

check the file under $BSE/lib/informix/inf_users or $BSE/lib/ora/ora_users (don´t know which DB you use).

The User "sale1"-entry will probably be missing.
If you have a Unix-system, you can generate the encrypted passwort by the encrypt6.2-Script and add the entry via vi.

After that it should work.


Mario#

aldendata
15th February 2003, 10:53
I use DB MS SQL7.o and OS WIN2000.

aldendata

MarioS
17th February 2003, 15:33
The corresponding file under MSQL is ${BSE}/lib/msql/msql_users.
Please check if there is an entry

If not:

- Delete the database user sales1 in Baan via RDBMS admin
- Check if theres still a user sales1 in the SQL-DB via Enterprise Manager. If yes: delete him
- Delete the user sales1 on Operating system Level

- Convert the database user "baan" via RDBMS admin

- Create the user sales1 again and convert him to a database user through Baan´s User Management
- Check if the user is created on W2K, if not: do so
- Check that the box "User has to change password at next login" is NOT activated.

I hope this helps.

Bye,

Mario#

benito
17th February 2003, 22:25
Also check that your user is maintained in User Manager for Domains in your Primary Domain Controller.

aldendata
26th February 2003, 10:30
Thank you.

It works.


aldendata