Aug
29
2022
T62-2022 BIOVIA Notebook 2022
BIOVIA Notebook 2022
Program
BIOVIA Notebook 2022
Operating System
Microsoft Windows Server (64 bit), 2016 and 2019
Background
An issue may occur in a new installation of BIOVIA Notebook 2022 using Oracle database in which the ELNADMINCREATELOOKUP and/or ELNADMINCREATELOOKUPADMIN privileges in ELNAdminWeb cannot be selected or de-selected.
This issue is fixed in BIOVIA Notebook 2022 SP1.
Workaround
This issue can be resolved by executing the following SQL statement against the BIOVIA Notebook Oracle database:
insert into eln.DIRPRIVILEGE (PKEY, PRIVID)
VALUES
((select pkey from eln.user_details where Upper(userid)=Upper('Superuser')), (select privid from eln.privilege where Upper(name)=Upper('ELNADMINCREATELOOKUPADMIN')));
commit;
BIOVIA Support
If you have any questions, please contact BIOVIA Support.