I have a CA - CD environment. My analytics reports are showing up on the CA environment. For exp the report for latest visits is showing results on the CA server
When I try to run the same report for latest visit on the CD server it does not show any records. Sitecore Analytics is up and running for CD. I have check that by running select queries on the analytic database and it has records for latest visit.
I am not sure what I am missing or what configuration changes I need to modify in order to get the reports working for the CD instance
Sitecore Version 6.6 enableAnalytics="true" />
It turned out that somehow the TrafficType table on CD was missing data in Production. The Visit data was been tracked correctly, but since the Dashboard reports works off a join with the TrafficType table no reports were showing up on CD.