PA Data Collection job fails with error like: Invalid configuration. Unable to process indicator com.snc.pa.dc.InvalidConditionException: Invalid query conditions for indicator INC: Number of incidents resolved in time: taskslatable_business_percenta<=1Issue <!-- div.margin{ padding: 10px 40px 40px 30px; } table.tocTable{ border: 1px solid; border-color:#E0E0E0; background-color: rgb(245, 245, 245); padding-top: .6em; padding-bottom: .6em; padding-left: .9em; padding-right: .6em; } table.noteTable{ border:1px solid; border-color:#E0E0E0; background-color: rgb(245, 245, 245); width: 100%; border-spacing:2; } table.internalTable{ border:1px solid; border-color:#E0E0E0; background-color: rgb(245, 245, 245); width: 100%; border-spacing:0; } .sp td{ border-bottom: 1px solid; border-right: 1px solid; border-color:#E0E0E0; background-color: #ffffff; height: 20px; padding-top: .5em; padding-bottom: .5em; padding-left: .5em; padding-right: .5em; } .sphr td{ border-right: 1px solid; border-bottom: 1px solid; border-color:#E0E0E0; background-color: rgb(245, 245, 245); padding-top: .5em; padding-bottom: .5em; padding-left: .5em; padding-right: .5em; height: 20px; } .title { color: #D1232B; font-weight:; font-size:25px; } .hd1{ color: #D1232B; font-weight:; font-size:18px; } .hd2{ color: #646464; font-weight:bold; font-size:16px; } .hd3{ color: #7a7a7a; font-weight:; font-size:16 px; text-decoration:; } .hd4{ color: #000000; font-weight:bold; font-size:14 px; text-decoration:; } --> PA Data Collection job fails with error like: Invalid configuration. Unable to process indicator com.snc.pa.dc.InvalidConditionException: Invalid query conditions for indicator INC: Number of incidents resolved in time:taskslatable_business_percenta<=1 Symptoms A Performance Analytics Data Collection job fails every time it runs and the log contains an error message similar to this example: Invalid configuration. Unable to process indicator com.snc.pa.dc.InvalidConditionException: Invalid query conditions for indicator INC: Number of incidents resolved in time: taskslatable_business_percenta<=100^EQat com.snc.pa.dc.Indicator.<init>(Indicator.java:91)at com.snc.pa.dc.DataCollector.loadDefinitions(DataCollector.java:646)at com.snc.pa.dc.DataCollector.<init>(DataCollector.java:74)at com.snc.pa.dc.DataCollector.<init>(DataCollector.java:78)at com.snc.pa.dc.DataCollectorJob.collect(DataCollectorJob.java:158)at com.snc.pa.dc.DataCollectorJob.collectWithMutex(DataCollectorJob.java:94)at com.snc.pa.dc.DataCollectorJob.execute(DataCollectorJob.java:80)at com.glide.schedule.JobExecutor.execute(JobExecutor.java:83)at com.glide.schedule.GlideScheduleWorker.executeJob(GlideScheduleWorker.java:204)at com.glide.schedule.GlideScheduleWorker.process(GlideScheduleWorker.java:142)at com.glide.schedule.GlideScheduleWorker.run(GlideScheduleWorker.java:59) Similar errors can occur for different indicators, depending on their definition. CauseThis issue occurs only in instances that at some point were upgraded from the Dublin release. It happens for indicators that are based on an indicator source that uses a database view as the facts table (for example, incident_metric). During the upgrade from Dublin, condition references to columns were truncated to 30 characters. The column name used in the indicator conditions would consist of the table alias in the view definition (tasklatable in the example message) followed by an underscore and then the field name (business_percentage in the example message). The full name was originally taskslatable_business_percentage but was truncated to taskslatable_business_percenta, which is not valid to use in a filter because the field business_percenta does not exist. Resolution Manually fix the conditions on the affected indicators. Navigate to Performance Analytics > Indicators > Automated Indicators. Find the indicator mentioned in the error and open it. Note that any condition affected by this issue will NOT be displayed in the form because it is not valid, although it can be seen in the raw data. Click the Additional Actions (hamburger) icon in the header and select Show XML. In the XML window, find the '<conditions>' tag, which shows the original conditions that were entered, including the one that causes the error. For the example message, the conditions include "taskslatable_business_percenta<=100". That condition does not appear on the form, so it needs to be re-entered. Go to the Additional Conditions tab and add a condition in the form by selecting the appropriate field (label) and the appropriate predicate. For the example message, for example, you would enter [Business elapsed percentage] [less than or is] [100]. Repeat this process for all indicators that have the error. Save all changes. Run the daily job (execute now). Confirm that it now runs successfully.