Enterprise Glossary User Manual
v2026.3 v2026.2 v2026.1 v2025.2 v2025.1 v2024.1 v2023.2 v2023.1
Auto Light Dark
Auto Light Dark
v2026.3 v2026.2 v2026.1 v2025.2 v2025.1 v2024.1 v2023.2 v2023.1 English

SAP HANA

You can download the role here and insert it into your SAP HANA system or you can manually create a role based on the documentation below.

SAP HANA synchronization role:
SAP HANA Role for Sync.tgz

Documentation

Create the following role and assign it to the user that is used for synchronization:

role EnterpriseGlossary::EnterpriseGlossaryHanaRole {
	
	system privilege: CATALOG READ;
	catalog sql object "_SYS_BI"."BIMC_ALL_CUBES": SELECT;
	catalog sql object "PUBLIC"."OBJECT_DEPENDENCIES": SELECT;
	catalog sql object "PUBLIC"."VIEW_COLUMNS": SELECT;
	catalog sql object "_SYS_BI"."BIMC_PROPERTIES": SELECT;
	catalog sql object "_SYS_REPO"."ACTIVE_OBJECT": SELECT;
	catalog sql object "_SYS_REPO"."ACTIVE_TEXT_CONTENT": SELECT;
	catalog sql object "_SYS_BI"."BIMC_ALL_SOURCES": SELECT;
}