stroom icon indicating copy to clipboard operation
stroom copied to clipboard

Rule Execution error 7.10

Open stroomdev10 opened this issue 3 months ago • 0 comments

Error Stream contains :

SQL [insert into `execution_tracker` (`fk_execution_schedule_id`, `actual_execution_time_ms`, `last_effective_execution_time_ms`, `next_effective_execution_time_ms`) values (?, ?, ?, ?)]; Cannot add or update a child row: a foreign key constraint fails (`ace`.`execution_tracker`, CONSTRAINT `execution_tracker_execution_schedule_id` FOREIGN KEY (`fk_execution_schedule_id`) REFERENCES `execution_schedule` (`id`))

Possibly related to the user deleting and recreating the execution schedule for a running rule??

stroomdev10 avatar Sep 16 '25 08:09 stroomdev10