Skip to main content

About eBA Maintenance Tool Authorization

sysMaintenance authority must be given to the admin. You can define admine through System Manager. If the relevant authorization is not available in System Manager, you can create it with the following script and add it by reopening System Manager

INSERT INTO SMPERMISSIONS (APP, NAME, DESCRIPTION, TYPE)
VALUES ('eba', 'sysMaintenance', 'eBA Maintenance Tool', 0);