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:- Log in to Telco Network Cloud Manager - Performance Dashboards.
- Click Dashboard Designer tool. to see the interface to create new dashboards and its artifacts with the help of the
- In the left navigation pane of Dashboard Designer, click .
- Select the
$localization.TNCPApplicationHealth
menu and click the Delete button, or click the Deleteicon on the menu row.
- Click Save.
- Remove the menu items from the tables in
prddb
database with the following steps:- Log in to your Cloud platform web console on your primary cluster.
- Make sure that you are in the correct project where you installed Telco Network Cloud Manager - Performance.
For example,
noi
ortncp
project. - Click .
- Click Terminal or Exec into pod.
- Connect to the PostgreSQL by using the following
command:
psql -U postgres
- Connect to
prddb
with the following command:\c prddb
- 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.
- 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.
- Restart the Dashboard Service. See Start stop services.
- 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.
- 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.