System log errors: [RemoteTable] VScriptableTableData: Unable to resolve javascript condition

- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
01-15-2024 01:11 PM - edited 01-15-2024 01:11 PM
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

- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
01-15-2024 04:13 PM
I had similar issue(problem to be frank,but lets politically appropriate ;)). Soo AIS is attemping to get as much as possible data even if non existing one. That was 2021 and support and R&D actually told me its bad config so iended disabling several AIS related jobs + system properties. Cant remember exactly which but surely you can find them. Hope this will give a clue

- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
01-16-2024 05:41 AM
Thanks so much for your reply, Joro! Did you disable those jobs and properties because you did not want to us AI Search? I would be open to disabling them but we do use AI Search and I wouldn't want to cause it to break.
Perhaps I'll open another Support case specifically with the AI Search team.

- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
01-16-2024 06:03 AM
Nice one!
Coincidently I logged a story on our backlog for this system log error, I noticed that happens daily thousands of times. Not picked up yet, so can't contribute here yet. Though will follow this 🙂
Kind regards,
Mark Roethof
Independent ServiceNow Consultant
10x ServiceNow MVP
---
~444 Articles, Blogs, Videos, Podcasts, Share projects - Experiences from the field

- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
01-18-2024 10:47 AM
Per Now Support, there's a known problem causing these logging messages: PRB1708878. The only details are: Getting "com.glide.script.RhinoEcmaError: missing ; before statement" after upgrading to Utah P2 or above when "Update Search Analytics Data" job runs. The PRB was opened in October and the plan is to resolve this issue in the next update to Advanced AI Search Management Tools (currently planned around May 2024).
So...good to know it's actually not something we did as the customer!