CA UIM Drill-back link in CA Network Flow Analysis has incorrect address
<Please see attached file for image>
src="/servlet/servlet.FileDownload?file=0150c000004AKnFAAW" alt="uim_link.png" width="1071" height="89">
1. On the NFA console open a command prompt and run the following to login to mysql:
mysql reporter
2. You can manually set the URL to UIM/USM/UMP in the reporter database.
Just go to the system_settings table and add an entry named “portalUrl” with a value of a full URL to the correct IP
and path for the link.
For example, http://10.x.x.x:8080/user/.
The part we lookup is the IP address and the port, the /user/ part is hard coded.
Run the following command:
update system_settings set value = 'http:/%/UMPServerName% or %IP%/user' where Parameter = 'portalUrl'