Health Dashboard - Login - No response

Purpose (problem description)

This page helps in troubleshooting the following issue that may happen when trying to login to HD/HD. 

HD is still showing the login page even after clicking on the login button

       

Observed in CAST Version

ReleaseYes/No
8.3
8.2

Observed in RDBMS

RDBMSYes/No
CSS4
CSS3
CSS2

Step by Step scenario

  1. Deploy HD
  2. Access and try to login

Action Plan

If you observe that HD is still showing the login page even after clicking on login button then please perform the below actions :

  1. Access the below API in Rest API client and check the response.

  HD/applications


   a]  If your measurement has multiple applications, then check if the involved technology names are consistent among all the applications i.e. it should be with same case in all applications. For example, in below result we can see technology Python and PYTHON in 2 different applications.

   ![](https://doc-data.castsoftware.com/TG/attachments/566540793/566540792.png)

        In HD, at portfolio level, for each application technology is assigned to perform portfolio filter. During this time,**Python**is coming as undefined and its blocking the user to access HD. As a work around you can run the below query on your measurement schema and access the  dashboard :  
        For ex: above scenario can be resolved by running below query in measurement. You can update the technology name in your scenario.

   ```java
update dss_objects set object_name = 'PYTHON' where object_name like 'Python' and object_type_id != 20000

   b] If your measurement has single application, then please go to next step. 2. If the above steps do not solve your issue contact CAST Technical Support. with the following Relevant input

 

Relevant input

Notes/comments

Ticket # 30799

Related Pages

Purpose (problem description)

This page helps in troubleshooting the following issue that may happen when trying to login to HD/HD. 

HD is still showing the login page even after clicking on the login button

       

Observed in CAST Version

ReleaseYes/No
8.3
8.2

Observed in RDBMS

RDBMSYes/No
CSS4
CSS3
CSS2

Step by Step scenario

  1. Deploy HD
  2. Access and try to login

Action Plan

If you observe that HD is still showing the login page even after clicking on login button then please perform the below actions :

  1. Access the below API in Rest API client and check the response.

  HD/applications


   a]  If your measurement has multiple applications, then check if the involved technology names are consistent among all the applications i.e. it should be with same case in all applications. For example, in below result we can see technology Python and PYTHON in 2 different applications.

   ![](https://doc-data.castsoftware.com/TG/attachments/566540793/566540792.png)

        In HD, at portfolio level, for each application technology is assigned to perform portfolio filter. During this time,**Python**is coming as undefined and its blocking the user to access HD. As a work around you can run the below query on your measurement schema and access the  dashboard :  
        For ex: above scenario can be resolved by running below query in measurement. You can update the technology name in your scenario.

   ```java
update dss_objects set object_name = 'PYTHON' where object_name like 'Python' and object_type_id != 20000

   b] If your measurement has single application, then please go to next step. 2. If the above steps do not solve your issue contact CAST Technical Support. with the following Relevant input

 

Relevant input

Notes/comments

Ticket # 30799

Related Pages