While using DX Network Flow Analysis you may come across an issue where the Flow Statistics page does not show up properly. As you can see there are some numbers values but the page displays incorrectly and there is no chart.
DX Network Flow Analysis
This occurs after manually deleting a Harvester and not clearing out the reporter.flow_stats table of those old harvester entries.
1. RDP to the NFA Console Server
2. Run this query:
mysql -unetqos -pnetqos reporter -t -e "delete from flow_stats where harvesterid not in (select harvesterid from harvesters);"
3. The page should now load if you are running into this issue.
4. If issues remain, see: