Why Scheduled jobs stops working suddenly
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
04-24-2023 10:39 AM
Hi All,
We are not understanding that why Scheduled job stops working all of suddenly from last 5-days.
we have custom application, we have scheduled job against Custom application of custom tables. we found that data not updating from last 5-days, for Code testing we used scheduled job code in Background script and ran .
code executed forcefully and got Error Message like this
Error Message : on Task table 'sn_esign_esignature_configuration' field was deactivated Last Year only.
QueryEventLogger: Invalid query detected, please check logs for details [Unknown field sn_esign_esignature_configuration.document_type in table incident]
Invalid query detected, please check logs for details [Unknown field sn_esign_esignature_configuration in table incident]
any solution for this please
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
04-24-2023 02:04 PM
My guess is some other code went into place that is causing a bug and impacting your script unintentionally.