Fix the cause of a sensor error message
To fix a Discovery sensor error message, you must fix the JavaScript file containing the code that generated the error.
Before you begin
Verify the following:
- You have access to the Discovery Definition modules.
- You have completed the steps in Find the cause of a sensor error message.
Role required: admin
About this task
Use the sensor name and stack trace you identified in Find the cause of a sensor error message to locate the failing code. The stack trace provides the line number and function name where the error occurred.
Note: The exact fix depends on the specific sensor and payload. This topic describes where and how to fix the error, not specific code changes. For errors with a refined code, you can view the root cause and remediation steps directly on the Discovery Admin Workspace Error Details page.
Procedure
Navigate to the Discovery Definition module where the error occurred.
For example, navigate to Discovery Definition > Script Includes.
Search for the sensor name in the Name field.
Select the link to open the record.
Locate the failing function or line using the stack trace, then correct the JavaScript.
For example, if the error indicates it "Cannot read property X of undefined", add a defensive check around the payload fields.
Select Update.
What to do next
Rerun Discovery to verify the sensor no longer generates the error. If the error persists after applying the fix, contact ServiceNow Support and provide the full stack trace, the sensor name, and a description of the changes you made.
Parent Topic:Discovery error messages
Related topics
Find the cause of a sensor error message