PA error - Data completed with error in the job logsIssue An error is possibly encountered and observed in the Jobs log or localhost logs when a query is executed in Performance Analytics (PA). Jobs logs or localhost logs shows as below: JobLog SEVERE *** ERROR *** Data Collector: Could not execute query It seems to be failing right after the query is executed in the database (DB): failed against database <database>: Unknown column '<sys_db_view.column_name>' in 'on clause You might see an error similar to above in the logs as well. An example would be: unknown column 'sn_www_core_reserve.location' in 'on clauseReleaseAllCauseIf you check the indicators and indicator jobs, you will see no issue. But the issue lies somewhere in the facts table database view.ResolutionCheck the view tables for the database view. Note: If you click on Try it, it might not throw any error or it might.If it does throw error, then it is clearly a database view issue.If it does not throw error, then try to modify the view table for the one identified in the log or modify the database view as it is failing.Once complete, run the PA job.