role mis_server can't read database credentials for a JDBC Data Source when it uses an aliasDescriptionThe MID server role (mid_server) was not granted ACLs to read DB credentials when it is stored in an aliasSteps to Reproduce (1) Configure MID to use user mid_server, that uses only the mid_server role on the glide instance(2) Configure a JDBC Data Source that uses that MID server and configures the DB credentials in an alias(3) Load records, it will not work(4) create ACLs granting access to the 4 tables named in Engineering details(5) retry, now it worksWorkaroundGranting the role mid_server read access to the following tables: sys_import_connection_aliassys_import_jdbc_connectionsys_import_connectionsys_import_connection_propertyRelated Problem: PRB2033737