Hi,
We have MDC for HANA.When I am trying to open XS Administration Tool i.e the URL (http://hostname-TenantDB:8000/sap/hana/xs/wdisp/admin/) itself I am getting below error.
403 Access denied
You do not have the permissions to access this resource
I checked there are some modification rule is in place.Web Dispatcher is indeed denying the access to its administration page because the modification rules.
Hostname:/usr/sap/<SID>/HDB00/hostname/tmp> more default_mod_rules_admin_ui
#These are the default modification rules used for restricting accessto the Admin UI to SingleDb and SystemDb users only!
if %{SID} != ---
RegIForbiddenUrl ^/sap/hana/xs/wdisp/admin/(.*) - [break]
Hostname:/usr/sap/<SID>/HDB00/hostname/tmp>
How can I disable the modification rule for the administration page ("/sap/hana/xs/wdisp/")?
Thanks,
Mofizur