Discovery Schedule not startedIssue <!-- div.margin{ padding: 10px 40px 40px 30px; } table.tocTable{ border: 1px solid; border-color:#E0E0E0; background-color: rgb(245, 245, 245); padding-top: .6em; padding-bottom: .6em; padding-left: .9em; padding-right: .6em; } table.noteTable{ border:1px solid; border-color:#E0E0E0; background-color: rgb(245, 245, 245); width: 100%; border-spacing:2; } table.internaltable { white-space:nowrap; text-align:left; border-width: 1px; border-collapse: collapse; font-size:14px; width: 85%; } table.internaltable th { border-width: 1px; padding: 5px; border-style: solid; border-color: rgb(245, 245, 245); background-color: rgb(245, 245, 245); } table.internaltable td { border-width: 1px; padding: 5px; border-style: solid; border-color: #E0E0E0; color: #000000; } table tr td { padding: 15px; } .title { color: #D1232B; font-weight:normal; font-size:28px; } h1{ color: #D1232B; font-weight:normal; font-size:21px; margin-bottom:-5px } h2{ color: #646464; font-weight:bold; font-size:18px; } h3{ color: #000000; font-weight:BOLD; font-size:16px; text-decoration:underline; } h4{ color: #646464; font-weight:BOLD; font-size:15px; text-decoration:; } h5{ color: #000000; font-weight:BOLD; font-size:13px; text-decoration:; } h6{ color: #000000; font-weight:BOLD; font-size:14px; text-decoration:; } hr{ border-top-width: 1px; border-top-style: solid; border-top-color: #cccccc; } ul { list-style: disc outside none; margin-left: 0; } li { padding-left: 1em; } --> A discovery job (discovery_schedule) has a set time to start as configured in the discovery schedule record, as well as how often to run the job. This article highlights a few things to check if the discovery is not started as expected. Troubleshooting Discovery Schedule Start The discovery_schedule table extends the sysauto_script table which extends the sysauto table. Like other scheduled jobs, there are a couple of items required to properly trigger a discovery: A sys_trigger record that details when the job will run againA script that runs when the job is triggered Troubleshooting: Open the sys_trigger table and confirm that a sys_trigger record with the same name as the discovery schedule exists. If no matching sys_trigger record is found, de-activate and activate the discovery_schedule to create a sys_trigger. Open the discovery_schedule record and confirm the discovery_schedule.script field is properly populated, compare to a discovery schedule which starts successfully. If the script is missing, copy the script from the original discovery_schedule record. This issue is only seen when the discovery is imported. Check if there are IP Ranges which could cause issues such as and update the Ranges accordingly: Remove IP Ranges for /31 or /32 subnets. These are not valid ranges for discovery.IP Ranges for subnets which are too large (/16, /15, /13) may need to be split into smaller IP Ranges. Check the syslog table for any errors at the time the discovery was supposed to start.Compare the discovery_schedule record xml from a discovery schedule which begins successfully to one that does not. Related LinksThe following articles provide information regarding other topics in discovery schedules: How to investigate a canceled Discovery "because max run time window has been exceeded"Discovery Cancellation Process Overview