Discovery Error - JAVASCRIPT_CODE_FAILURE: Caused by error in Ad hoc script 'EvalClosure-Set destination network & convert network data for future calculations' at line 7
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
‎01-28-2020 12:39 PM
While discoverying Network devices, Getting the following error form network pattern.
JAVASCRIPT_CODE_FAILURE: Caused by error in Ad hoc script 'EvalClosure-Set destination network & convert network data for future calculations' at line 7
Please assist
- Labels:
-
Discovery
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
‎05-12-2020 09:26 AM
I am having the same issue. Can someone please assist?
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
‎09-14-2020 03:51 AM
My Orlando instance with latest Patch works like a charm.... BUT my Paris instance throws the following:
Failed Exploring CI Pattern, Pattern name: Windows OS - Desktops
Parse the IP DNS names in EVAL
2020-09-14 12:41:25: JAVASCRIPT_CODE_FAILURE: Caused by error in Ad hoc script 'EvalClosure-Parse the IP DNS names in EVAL' at line 8
5:
6: if (nslookup_response.indexOf("Name: ") >= 0 ) {
7: var regex = /Name: (\s+.*)Address:/;
==> 8: rtrn = regex.exec(nslookup_response)[1]
9: //getting the exact Group match of the regex with the index of 1
10: } else if (nslookup_response.indexOf("Name= ") >= 0 ) {
11: var regex = /Name= (\s+.*)Address:/;
. JAVASCRIPT_CODE_FAILURE: Caused by error in Ad hoc script 'EvalClosure-Parse the IP DNS names in EVAL' at line 8
5:
6: if (nslookup_response.indexOf("Name: ") >= 0 ) {
7: var regex = /Name: (\s+.*)Address:/;
==> 8: rtrn = regex.exec(nslookup_response)[1]
9: //getting the exact Group match of the regex with the index of 1
10: } else if (nslookup_response.indexOf("Name= ") >= 0 ) {
11: var regex = /Name= (\s+.*)Address:/;
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
‎10-01-2020 08:08 PM
Hi Gus, I am getting the same issue too. Have you found a fix for this yet?
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
‎10-06-2020 08:51 AM
Hi Nicholas! Nothing yet... I have just re-booted my Paris instance, with the hope that Patch 1 would fix the problem... but, no.
My Orlando instance is working perfectly, thou.