After deleting NFA from the nfa_inventory probe in UIM how can I remove the link to "CA UIM" from NFA?
search cancel

After deleting NFA from the nfa_inventory probe in UIM how can I remove the link to "CA UIM" from NFA?

book

Article ID: 13915

calendar_today

Updated On:

Products

CA Network Flow Analysis (NetQos / NFA)

Issue/Introduction



After deleting the NFA console from the nfa_inventory probe configuration in UIM, the link to "CA UIM" is still on the top right part of the NFA web page.


uimLink.png

How can I remove the link to "CA UIM" from NFA?

Environment

NFAUIMnfa_inventory probe

Resolution

1. On the NFA console open a command prompt and run the following to login to mysql:

mysql -unetqos -pnetqos reporter

 

2. Run the following command:

update system_settings set value='' where parameter ='portalUrl';

 

3. Refresh the NFA web page and see that the link to "CA UIM" is no longer visible.