
4th February 2021, 18:32
|
 |
Guru
|
|
Join Date: Mar 2002
Location: Frederick, CO
Posts: 484
|
|
Baan: Baan IVc3, IVc4, 5b, 5c, ERP LN 6.1, Infor ERP 10.x -
DB: SQL Server, Oracle -
OS: Windows, Linux, HPUX, AIX, (a little bit of) Solaris
|
Sounds like the database login that corresponds to the database group doesn't have permissions to execute DDL statements. For SQL Server, anyway, if your LN database group is "lndb", there should be a SQL login named "lndb", and the database name for LN should be "lndb". The SQL login "lndb" should either be the db_owner for lndb or have a corresponding lndb database user that has the db_owner role.
|