How To
Summary
iBase Security Manager allows administrator to select whether an account is active or inactive. However, there is no method of obtaining a list of all active accounts as the dbo._User table in SQL is encrypted for security purposes.
The "iBase Audit Viewer" allows you to view the actions performed in iBase by each specific user, but there is no method of simply obtaining a list of users; this would not be a realistic workaround for environments with hundreds of users and thousands of tasks performed.
In SQL Server, we can obtain a list of actions performed by each user (data coming from the _AuditLog) and then filter this list to only show each user once.
Objective
Environment
Steps
Document Location
Worldwide
Was this topic helpful?
Document Information
Modified date:
19 January 2021
UID
ibm16405994