How to fix it
- Navigate to
Performance Analytics > Administration > Data Collector Jobsto check if collection jobs are running. Look for your indicator name in recent job runs. - If no recent jobs exist, go to
System Definition > Scheduled Jobsand search for 'PA Data Collector'. Verify the job is active and check the Next Action time. - Open your problematic indicator and click the Data Source tab. Note the source table and any filter conditions.
- 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. - If no records match, adjust the indicator's filter conditions in the
Data Source > Conditionssection to match your actual data. - 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).
- Navigate to the Collection tab and ensure Collection Type is set to
Automated, not Manual. - Review the Formula tab for any field references. Verify all referenced fields exist in the source table by checking
System Definition > Tablesand viewing the table's columns. - If the indicator was recently created or modified, manually trigger data collection by clicking
Collect Nowin the indicator's Related Links section. - Monitor the collection by navigating to
System Logs > System Log > Alland filtering by Source =com.snc.pafor real-time collection status. - Check the
pa_scorestable directly by going toSystem 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.