Data flow runs do not progress beyond Pending-Start or Pending-Activation stage
During a data flow run, the status of that data flow run does not advance beyond the Pending-Start or Pending-Activation stage.
Cause
There was a problem during initialization, such as failure to create partitions for the primary source of the data flow.
Solution
- Depending on your installation, review the
pr_assign table in the rules schema for any
status issues:
- Using an SQL tool, run a query that returns the detailed status information for the data flow run.
- In the query results, review the
pyassignmentstatus property.For an active data flow run, the correct value for that property is In Progress. An empty value of pyassignmentstatus property might point to a data flow activation issue that is independent of Pega Platform.
- Review the application log files for any issues with the activation of
the data flow run.For more information, see Viewing logs.
Previous topic Data flow fails to run from a job scheduler in the System Runtime Context Next topic Data flow runs return errors while writing records to a database data set