Uploaded image for project: 'JITL - JobScheduler Integrated Template Library'
  1. JITL - JobScheduler Integrated Template Library
  2. JITL-497

The "FactPlugin" should synchronize the reporting tables completely

    XMLWordPrintable

Details

    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

          Activity

            People

              re Robert Ehrlich
              oh Oliver Haufe
              Vicky Patidar Vicky Patidar (Inactive)
              Votes:
              0 Vote for this issue
              Watchers:
              4 Start watching this issue

              Dates

                Created:
                Updated:
                Resolved: