- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
‎11-27-2023 09:45 AM
Can someone help me to find the source for following log entry?
What is ftp://gsft_database/connect_bulk_template_links here??
This exception/error is logged 10K/hour.
com.glide.script.RhinoEcmaError: Cannot read property "0" from undefined ftp://gsft_database/connect_bulk_template_links.26 : Line(2) column(0) 1: ==> 2: var version = gr.getValue('file_name').split("_v")[1].split(".x")[0]; 3: version; 4:
Solved! Go to Solution.
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
‎11-27-2023 11:55 AM
Hi, with no details of your instance configuration my best guess would be some sort of scheduled data import, but 10k entries would seem excessive for a scheduled import.
If you open Studio you might be able to find the record\script involved by searching all applications for all or part of your error 'var version = gr.getValue('file_name').split("_v")[1].split(".x")[0]'
Another approach would be to search Customer Updates 'sys_update_xml' for payload contains this string.
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
‎11-27-2023 11:55 AM
Hi, with no details of your instance configuration my best guess would be some sort of scheduled data import, but 10k entries would seem excessive for a scheduled import.
If you open Studio you might be able to find the record\script involved by searching all applications for all or part of your error 'var version = gr.getValue('file_name').split("_v")[1].split(".x")[0]'
Another approach would be to search Customer Updates 'sys_update_xml' for payload contains this string.