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

Deepti G
Tera Contributor

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?

6 REPLIES 6

Not applicable

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.

Deepti G
Tera Contributor

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.

Not applicable

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.

Annu Kumari
Tera Contributor

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?