Hello,
After upgrading from OAS 7.6 to OAS 8.2, our custom SQL Group Provider stopped working correctly in Enterprise Manager.
In Application Roles → Members → Add, searching for a custom database group always returns:
The groups exist in our custom tables and authorization continues to work for existing roles. Only searching/adding groups from EM is affected.
We verified that:
- The provider configuration is unchanged (
bisql-group-providerType). - JDBC datasource is working.
- No errors appear in AdminServer, bi.log or bi_server1.log.
V$SQL shows only the following query being executed:
SELECT G_NAMEFROM OASPROD_BIPLATFORM.EPIAS_OBI_GROUP_MEMBERSWHERE UPPER(G_MEMBER)=UPPER(:1)
The configured sql-list-groups and sql-group-exists queries are never executed.
The exact same configuration works correctly on our OAS 7.6 environment.
Has anyone experienced this after upgrading to OAS 8.2? Is this a known issue or behavior change with bisql-group-providerType?
Thanks in advance.