Users may observe that the AutoSys Scheduler stops sending job failure information to ServiceNow for ticket generation.
window.onload = function() or references to "Policy Violation") instead of expected API responses.Product: AutoSys Workload Automation AE
Integration: HelpDesk (ServiceNow via REST API)
Security: Netskope Security Proxy/Gateway
Analysis of the event_demon logs reveals that the AutoSys Scheduler’s outbound connection to the ServiceNow REST API URL is being intercepted at the network layer.
Area of Relevance (Netskope Interference): The raw HTML captured in the logs confirms that the connection is being redirected to a Netskope security block page. Because the scheduler receives a "Policy Violation" HTML page instead of a valid JSON response from the ServiceNow API, the integration request fails.
Additionally, if the integration fails consecutively more than the configured helpdesk_num_retries (default is 5), AutoSys disables the HelpDesk integration globally to protect system resources. This prevents subsequent job failures from attempting to create tickets until the scheduler is restarted.
SIGHUP signal to the event_demon process.Relevant Error Codes