Issue: Our experience profile will not show any data. We found that when we have a seperate processing server, Lucene indexes sit on the processing server in sitecore_analytics_index. But authoring server will not be able to see this index as it is a lucene index.
Solution:
- Move sitecore_anlaytics_index to SOLR and update authoring and processing to use SOLR index.
- Or the option was to move reporting server to processing env and use the same Lucene index that our processing env uses