Some system administration page titles are incorrect after upgrade

After you upgrade to Telco Network Cloud Manager - Performance V1.4.6, you notice that some system administration page titles are incorrect.

Symptoms

You might notice incorrect menu names for TNCP application health pages. If a nonadmin group is assigned these reports and publishes the menu, incorrect menu names for TNCP application health reports are displayed.

Resolving the problem

To resolve this issue, follow these steps:
  1. Log in to Telco Network Cloud Manager - Performance Dashboards.
  2. Click Reporting > Designer tool to see the interface to create new dashboards and its artifacts with the help of the Dashboard Designer tool.
  3. In the left navigation pane of Dashboard Designer, click Menu Access > Manage Menus.
  4. Select the $localization.TNCPApplicationHealth menu and click the Delete button, or click the Delete delete icon on the menu row.
  5. Click Save.
  6. Remove the menu items from the tables in prddb database with the following steps:
    1. Log in to your Cloud platform web console on your primary cluster.
    2. Make sure that you are in the correct project where you installed Telco Network Cloud Manager - Performance.

      For example, noi or tncp project.

    3. Click Workloads > Pods > postgres-0.
    4. Click Terminal or Exec into pod.
    5. Connect to the PostgreSQL by using the following command:
      psql -U postgres
    6. Connect to prddb with the following command:
      \c prddb
    7. Delete the TNCP application health menu from pr tables with the following commands:
      # delete from t_default_tool.page_role_mapping where page_id='31100';
      # delete from t_default_tool.page_details_table  where page_id='31100';
      # delete from t_default_tool.dashboarddata where id='31100';
      Note: Based on the incorrect names for the menu items for TNCP application health, run these steps for dashboard IDs 31200 and 31300 also.
  7. Manually publish the TNCP application health page. See Publishing Telco Network Cloud Manager - Performance Dashboards menus in OCP or Publishing Telco Network Cloud Manager - Performance Dashboards menus in K8.
  8. Restart the Dashboard Service. See Start stop services.
  9. If you have installed any Technology Packs, you might notice the menu items associated with those installed packs. To resolve this issue, remove and install the packs and again.
  10. Publish all the dashboard menus from those packs. See Publishing Telco Network Cloud Manager - Performance Dashboards menus in OCP or Publishing Telco Network Cloud Manager - Performance Dashboards menus in K8.