Welcome to Community Week 2025! Join us to learn, connect, and be recognized as we celebrate the spirit of Community and the power of AI. Get the details  

How to create Service Mapping discovery schedule

Antal1
Tera Contributor

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);

1 ACCEPTED SOLUTION

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 .


View solution in original post

14 REPLIES 14

What is under the logs? Do you have Mid Servers define and with their IP ranges?


Of course. I already have 20 services mapped with service mapping already.


find_real_file.png


Antal ,



What version of SN you on?


Jakarta patch 4


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 .