Unable to find source of log

Arjun Thakur
Tera Contributor

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:

1 ACCEPTED SOLUTION

Tony Chatfield1
Kilo Patron

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.

View solution in original post

1 REPLY 1

Tony Chatfield1
Kilo Patron

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.