cancel
Showing results for 
Search instead for 
Did you mean: 

Cannot login to /sap/hana/xs/admin/

Former Member
0 Kudos

Hi,

I was configuring SAML for my account but it fails. Now I cannot even login to databasepxxxxxtrial.hanatrial.ondemand.com/sap/hana/xs/admin/#samlsp or databasepxxxxxtrial.hanatrial.ondemand.com/sap/hana/xs/admin.

SAML login page shows up in error. So I wanted to revert the changes that I made. But now I cannot do it so I am locked out.

Any idea if there is a workaround?

Accepted Solutions (1)

Accepted Solutions (1)

OliverGoetz
Employee
Employee
0 Kudos

Hi Paolo,

you can still connect to your HANA instance using HANA Studio (please follow Connecting to SAP HANA Databases via the Eclipse IDE in the HCP documentation).

Look for table "_SYS_XS"."RUNTIME_CONFIGURATION". It contains the authentication configuration.

If you find a configuration on the package path "sap", "sap.hana", "sap.hana.xs" remove this.

If you have changed the configuration for the top-level package (empty package ID), update the CONFIGURATION with the default: '{"authentication": [{"method": "Form"},{"method": "Basic"}]}'

This should reset the authentication method to use basic authentication for everything which is not overwritten on a more specific package path.

Best regards,

Oliver

Former Member
0 Kudos

That did it.

thanks a lot..

Answers (1)

Answers (1)

former_member460045
Participant
0 Kudos

I would like to mention, that for this is necessary:

- to create a dp tunnel in neo client console: neo-db-tunnel (JDK8 is necessary for this).