- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
‎02-14-2018 03:43 AM
How do I create a discovery schedule for business services which have entry points defined? I do not want to run horizontal host or application discovery but the top-down discovery of service mapping.
Currently the only option I see is to reuse the script from Run Discovery UI action and create my own schedule record:
var bsManager = new SNC.BusinessServiceManager();
bsManager.startDiscovery(current.sys_id);
Solved! Go to Solution.
- Labels:
-
Discovery
-
Service Mapping
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
‎02-14-2018 11:10 AM
Antal,
Your business services need to be set to in operation status for the scheduled job to run. It only runs them on a schedule if they have been marked as operational on the business service form. This should get you past this .
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
‎02-14-2018 05:44 AM
What is under the logs? Do you have Mid Servers define and with their IP ranges?
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
‎02-14-2018 05:48 AM
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
‎02-14-2018 08:04 AM
Antal ,
What version of SN you on?
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
‎02-14-2018 08:07 AM
Jakarta patch 4
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
‎02-14-2018 11:10 AM
Antal,
Your business services need to be set to in operation status for the scheduled job to run. It only runs them on a schedule if they have been marked as operational on the business service form. This should get you past this .