Troubleshooting steps for Mapping unmapped servers with Application service candidatesSummaryProblem 1: In the new table: ‘sa_ml_application_service_candidate_to_server’, some candidates, which are present in 'sa_ml_application_service_candidate' are not present. Solution: The candidates having resource count greater that 180 are not present in the table ‘sa_ml_application_service_candidate_to_servers’. This is because we do not recalculate ASC with large resource count as it may slow down the execution of the scheduled job for building candidates and result in performance degradation. Hence, the mapping of candidate to server for such candidates is not shown in the 'sa_ml_application_service_candidate_to_server' table. Problem 2:The new table: ‘sa_ml_application_service_candidate_to_server’, is not updated corresponding to the changes in the ‘sa_ml_application_service_candidate’ table. Solution: The property ‘sn_sm_scoped_app.sa.asc_to_server.enable’ is responsible for updating the data in the ‘sa_ml_application_service_candidate_to_server’ table. This peoperty value needs to be set to true, i.e. the defalt value.Problem 3: User does not see the mapping of candidate to server in the new table sa_ml_application_service_candidate_to_server, after updating the Service Mapping Plus application.Solution: We need to recalculate all the application service candidates after we update the plugin to see the candidate to server mapping in the 'sa_ml_application_service_candidate_to_server' table. Recalculating all candidates will recalculate existing candidates present in the sa_ml_application_service_candidate table. It will check their p2p connections, and if there are any changes, it will again calculate confidence, and then connections will be repopulated. How to do : Clean below hashes from table sa_ml_internal_properties: 1) sa_asc_recalculate_all_done2) sa_asc_cnd_send_to_recalculate_index Effect : 1) It will retrain the data, and it can take a few days, depending on the size of the candidates.2) Recalculating all candidates will also affect the fact that new candidates will not be created until retraining is completed