Store Transport is enabled, but still the dashboard shows 'No data to display'.
WORKAROUND:
1. Go to "Administration | Tooling | Script Console", select "EXCStoreInterface" in the query drop down and click "List instances".
Check if any results are returned.
2. Repeat the steps "Administration | Tooling | Script Console", select "EXCMailSubmission" in the query drop down and click "List instances".
Check if any results are returned.
Once the results are returned for step 1 and/or 2, we also need to check, if there is a metric named "instances" in the results. Click on the "ID" portion of the result and at the bottom, type "instances" in the search box. If there is an instance, re-start the Foglight server otherwise execute the wmi query.
WMI QUERY:
QUERY 1:
select * from Win32_PerfRawData_MSExchangeStoreInterface_MSExchangeStoreInterface where name != "_Total"
QUERY 2:
select * from Win32_PerfRawData_MSExchangeMailSubmission_MSExchangeMailSubmission
NOTE: if there is no results returned for the wmi query, then there is no data on the server originally.