
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
12-19-2023 10:29 AM
We've been investigating high count system log errors in our environment and this one has us perplexed. We engaged Now Support for an assist, but that didn't lead anywhere.
We get about 1200 errors similar to this every day (the dates change):
[RemoteTable] VScriptableTableData: Unable to resolve javascript condition expression: javascript:gs.dateGenerate('2023-09-19','start')@javascript:gs.dateGenerate('2023-12-18','end'): no thrown error
Looking at one of those errors, the context is:
{"_system_id":"*.service-now.com:moog025","caller":"com.glide.schedule_v2.SchedulerWorkerThread","_logged_in_user":"system","job_name":"Update Search Analytics Data","record_sys_id":"336e37f25b7c6910d9a5ce1a8581c7d3","_user":"system","_is_impersonating":"false","table_name":"sys_trigger","_session_id":"glide.scheduler.worker.4","_txid":"89965abb4303"}
That Scheduled job is just:
var utils = new SearchAnalyticsPrecalculatedData();
utils.populateData();
So looking at populateData() in SearchAnalyticsPrecalculatedData(), it references the
Has anyone seen a similar issue and figured out the cause?
Thanks!
-Chuck
Solved! Go to Solution.

- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
02-06-2024 09:26 AM
I cross-posted to the Impact forum and got some additional info: https://www.servicenow.com/community/servicenow-impact-forum/system-log-errors-remotetable-vscriptab... (in addition to a legit response from Now Support).
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
02-06-2024 02:53 AM
Just following up. We have the same issue in the logs.

- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
02-06-2024 09:26 AM
I cross-posted to the Impact forum and got some additional info: https://www.servicenow.com/community/servicenow-impact-forum/system-log-errors-remotetable-vscriptab... (in addition to a legit response from Now Support).