Details
-
Fix
-
Status: Released (View Workflow)
-
Major
-
Resolution: Fixed
-
None
Description
Current Situation
- If the start of an order is more than one day ago then the task logs of further orders steps are not displayed in JOC Cockpit.
This can easily be achieved if an order is suspended and is not resumed until the next day. - The reason for this behavior is the synchronization of the Reporting tables that no longer include records without "end time" that are older than one day.
- This is only intended to prevent some records from being synchronized endlessly, e.g. if the Job Scheduler was aborted.
Here, the synchronisation is too restrictive
Desired Behavior
- The "FactPlugin" should synchronize the Reporting tables with all significant records even if they are older than one day.
Maintainer Notes
- The solution applies to the new entries created after JobScheduler 1.12.7 installation.
- To synchronize the "old" problematic entries, please execute the following SQL statement in the reporting database:
- UPDATE REPORTING_TRIGGERS SET SYNC_COMPLETED=0 WHERE END_TIME IS NULL
Attachments
Issue Links
- relates to
-
JITL-496 Cleanup scripts for databases should consider incomplete orders
- Released