After creating database users, grant them membership in one or more roles to provide the required database access privileges.
- From the client program of your choice, log on to Vantage as user DBADMIN.
- Run a GRANT request similar to the following:
Grant "Role_1" To "GenUser1";
- Repeat this procedure for each role to which a user requires membership.