Service Graph Connector for CrowdStrike Data Source throwing error org.mozilla.javascript.JavaScriptException: com.snc.process_flow.exception.ProcessAutomationException: GlideRecord input is for incorrect table (sys_script_include.96d149bc1b837010968
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
07-21-2022 04:24 AM
I have setup connection to CrowdStrike Succefully.
Created the Datasource using the connection as explained in the Installation Guide.
However, during Test Load 20 record on Datasource, i am getting the error :org.mozilla.javascript.JavaScriptException: com.snc.process_flow.exception.ProcessAutomationException: GlideRecord input is for incorrect table (sys_script_include.96d149bc1b837010968c0e16dc4bcbd0.script; line 76)
Tried creating new datasource with new import set and transform map. But same error.
Can anyone help me with the error?
- Labels:
-
Service Graph Connector

- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
07-21-2022 05:27 AM
I'm not familiar with the CrowdStrike connector so I can't give you a silver bullet. I would recommend that you go to your script includes (System Definition -> Script Includes) and filter by Sys Id where Sys Id is 96d149bc1b837010968c0e16dc4bcbd0. This will get you to the script where the error is thrown. From there look at line 76 to see what table the GlideRecord query is using, then verify that table exists. It looks like that script include is pointing to a table that doesn't exist.
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
07-21-2022 05:59 AM
Hi ,
I did that already, its a Error block in the call for invokeAction method.
Nothing much i can understand from looking at the script as line 76 us Error handling block.

- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
07-21-2022 07:19 AM
The invoke action is calling a flow designer action. If you open up the flow designer action you can view it's recent executions, or run a test. From there you should be able to debug the flow designer action to see where it is failing.
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
08-09-2022 04:10 AM
Hi, I also have to Crowdstrike connection with Servicenow using Graph Connector, Could you please share the prerequiste and any important details for the start?