Hello,
We are running HANA SP11.02.
We could not access the HANA Admin Cockpit, after analysis, it turns out that not only the required roles sap.hana.admin.roles::Administrator role,but also all the sap.hana* roles are all missing.
I executed the SAP minichecks scripts related to security and SAP HANA Role Overview :
As you could see the _SYS_REPO roles are not displayed
I checked the roles assigned to the user _SYS_REPO :
No 'sap.hana*', could be found here
So obviously the two follwoing commands would return the same error :
call GRANT_ACTIVATED_ROLE('sap.hana.admin.roles::Administrator','SYSTEM')
CALL _SYS_REPO.GRANT_ACTIVATED_ROLE('sap.hana.admin.roles::Administrator','SYSTEM')
Could not execute 'call GRANT_ACTIVATED_ROLE('sap.hana.admin.roles::Administrator','SYSTEM')' in 16 ms 27µs .
SAP DBTech JDBC: [258]: insufficient privilege: Can only grant activated roles, not sap.hana.admin.roles::Administrator
By "activated", I guess it means "existing" role, anyone has any idea of what is going one and how do i get back the missing roles ?
And yes, the system is running fine and all services are actives :
Thanks and Regards