How to fix it

  1. Navigate to Performance Analytics > Administration > Data Collector Jobs to check if collection jobs are running. Look for your indicator name in recent job runs.
  2. If no recent jobs exist, go to System Definition > Scheduled Jobs and search for 'PA Data Collector'. Verify the job is active and check the Next Action time.
  3. Open your problematic indicator and click the Data Source tab. Note the source table and any filter conditions.
  4. Navigate to the source table (e.g., incident, change_request) and apply the same filter conditions from your indicator. Verify records exist that match these criteria.
  5. If no records match, adjust the indicator's filter conditions in the Data Source > Conditions section to match your actual data.
  6. Check the Time Series tab. Verify the Start date is not in the future and the Frequency matches your expected collection schedule (Daily, Weekly, Monthly).
  7. Navigate to the Collection tab and ensure Collection Type is set to Automated, not Manual.
  8. Review the Formula tab for any field references. Verify all referenced fields exist in the source table by checking System Definition > Tables and viewing the table's columns.
  9. If the indicator was recently created or modified, manually trigger data collection by clicking Collect Now in the indicator's Related Links section.
  10. Monitor the collection by navigating to System Logs > System Log > All and filtering by Source = com.snc.pa for real-time collection status.
  11. Check the pa_scores table directly by going to System Definition > Tables, opening pa_scores, and filtering by your indicator's sys_id.
💡

After making changes, wait 5-10 minutes for the next scheduled collection cycle, or use 'Collect Now' to immediately test your fixes. Check the indicator's Scores tab to verify data appears.