cancel
Showing results for 
Search instead for 
Did you mean: 

Credentials for logon to Application Lifecycle Manager do not work

patricksteffens
Participant
0 Kudos

I want to log into the Application Lifecycle Manager usnig the following URL:

http://<WebServerHost>:80<SAPHANAinstance>/sap/hana/xs/lm

In my case (HANA Express Edition 2.0 SPS2, server-only) it is:

http://10.10.10.25:8090/sap/hana/xs/lm

Next, a wild logon screen appears:

Now I enter my <sys>adm credentials (User: hxeadm) and press "Logon". However, I don't get logged in but get the error "Login failed : wrong credentials.".

Did I enter the wrong credentials or what are other possible causes?

Note: This only happens for the Application Lifecycle Manager. Logging into the Platform Lifecycle Manager with these credentials works fine.

Accepted Solutions (0)

Answers (1)

Answers (1)

pfefferf
Active Contributor
0 Kudos

The operation system user hxedadm cannot be used. The HANA LM uses the HANA user store respectively a configure IdP. In your case with HXE I don't think that you have configured an IdP, so you have to use a HANA user (like e.g. the SYSTEM user or better a dedicated user for LM). Of course the user needs the required privileges to use the HANA LM.

Regards,
Florian

patricksteffens
Participant
0 Kudos

Hi Florian, thanks for your answer.

I have two databases on my HANA system (SYSTEMDB and one tenant DB). I don't understand how LM would distinguish between the different SYSTEM users of multiple databases since the port for LM seems to be equal for both databases. Or does it expect the SYSTEMDB's SYSTEM user to log in by default? This, however, does not work either.

I also created a new LM user on the SYSTEMDB and assigned all lm roles to it. Logging in with that user still doesn't work 😞

pfefferf
Active Contributor
0 Kudos

The classic LM is a XS Classic Application running on XS Classic Engine. By default the XS Classic Engine instance for the SystemDB is used by using the 8090 port (in the current HXE configuration). To access it for a tenant DB you have to configure the access. There are already a lot of posts for that (e.g. Exposing HTTP Access to Multitenant Database Containers in SAP HANA)

patricksteffens
Participant
0 Kudos

Thanks for the clarification. However, logging in through the url in my original post with user="SYSTEM" and pw="<SYSTEMDB's SYSTEM pw>" also results in "Wrong credentials" (I automatically get redirected to "http://10.10.10.25:8090/sap/hana/xs/formLogin/login.html", btw.)