"Embedded Help Trigger" job failed with Error - request to URL: http://gumbo/seismic//version.jsonIssue Embedded help provides targeted help content to a user in a UI page, based on their role. Some embedded help content comes with the base instance. Customers can add or replace embedded help content. The content is in sync with ServiceNow's internal DNS server and this sync is configured via "Embedded Help Trigger" scheduled job. The job could fail with the following error, which can be found in the system logs. Method failed: (/seismic/<instance_version_first_letter_in_caps>/version.json) with code: 404 Example: Method failed: (/seismic/K/version.json) with code: 404ReleaseAllCauseThe schedule job script gets the instance version's name first letter from the system property "com.glide.embedded_help.version" and generates the DNS server link to access the data. If the instance version and the version defined in the system property are mismatched then the scheduled job could fail to get the data from the DNS server and log the error in the system log.ResolutionThe system property "com.glide.embedded_help.version" should always align with the current instance version. Make sure the system property is not customized and uses the OOB version.Related LinksEmbedded Help Product docs