Issue
When one Application Service is being discovered, we see other Application Services being shown as updated for Application Service List view.
Cause
If the same CI exists in multiple Application Services, running Discovery on one Service will cause the other Services to be updated.
Resolution
Example of how to determine if multiple Application Services shares CIs.
- Go to the Application Service List view
- Select on application Service
- Run discovery on the Application Service
- Note you can see multiple other Application Service being updated.
- Go to the Application Service form view and click on the "list cis" related list
- Click on the filter condition, you will see a query for a CIs within a business service
eg;
javascript:saListCis('application_service_sys_id')
- You can add a "and" condition to the filter and select another application service sys_id. When you run the filter condition you will then see elements that are shared between the two application services.