Scheduled reports inactivated unexpectedly

Hello all,

We have an on premise instance in which we are receiving this email from a scheduled report:

Il report pianificato "Selir: Estrazione Ritiro POS (ID: aad37264-a8d8-11eb-9fec-0295aa324bdc)" è stato disattivato inaspettatamente. Per ulteriori informazioni, contattare l'amministratore.

It's basically saying that a specific report schedule was inactivated unexpectedly.

We reactivated the scheduled report 3 times, every time restart working as expected for a couple of days, then after it inactivates unexpectedly again.

Do you know a possible reason to it?

Thanks

Parents
  • It looks like you are seeing the error:

      'ERR_REPORT_DEACTIVATED' => 'Scheduled report "{0} (ID: {1})" has been unexpectedly deactivated. Please contact your administrator for more information.',

    This error is used in modules/Reports/utils.php in the function "sendNotificationOfDisabledReport"

    which in turn is used by the "handleFailedReports" function in modules/ReportSchedules/ReportSchedule.php

    which in turn is used in process_queue.php which is found in the sugar root folder.

    If you look at function handleFailedReports() you will see that it is basically deactivating any scheduler for which the report run failed.

    So the question is, what is failing in that specific report that is not failing all the time but only sometimes?

    In bocca al lupo.

    FrancescaS

Reply
  • It looks like you are seeing the error:

      'ERR_REPORT_DEACTIVATED' => 'Scheduled report "{0} (ID: {1})" has been unexpectedly deactivated. Please contact your administrator for more information.',

    This error is used in modules/Reports/utils.php in the function "sendNotificationOfDisabledReport"

    which in turn is used by the "handleFailedReports" function in modules/ReportSchedules/ReportSchedule.php

    which in turn is used in process_queue.php which is found in the sugar root folder.

    If you look at function handleFailedReports() you will see that it is basically deactivating any scheduler for which the report run failed.

    So the question is, what is failing in that specific report that is not failing all the time but only sometimes?

    In bocca al lupo.

    FrancescaS

Children
No Data