Error in business service - Missing pattern-based outgoing connections from load balancer. Please check the correctness of the incoming connectionIssue <!-- div.margin{ padding: 10px 40px 40px 30px; } table.tocTable{ border: 1px solid; border-color:#E0E0E0; background-color: rgb(245, 245, 245); padding-top: .6em; padding-bottom: .6em; padding-left: .9em; padding-right: .6em; } table.noteTable{ border:1px solid; border-color:#E0E0E0; background-color: rgb(245, 245, 245); width: 100%; border-spacing:2; } table.internaltable { white-space:nowrap; text-align:left; border-width: 1px; border-collapse: collapse; font-size:14px; width: 85%; } table.internaltable th { border-width: 1px; padding: 5px; border-style: solid; border-color: rgb(245, 245, 245); background-color: rgb(245, 245, 245); } table.internaltable td { border-width: 1px; padding: 5px; border-style: solid; border-color: #E0E0E0; color: #000000; } .title { color: #D1232B; font-weight:normal; font-size:28px; } h1{ color: #D1232B; font-weight:normal; font-size:21px; margin-bottom:-5px } h2{ color: #646464; font-weight:bold; font-size:18px; } h3{ color: #000000; font-weight:BOLD; font-size:16px; text-decoration:underline; } h4{ color: #646464; font-weight:BOLD; font-size:15px; text-decoration:; } h5{ color: #000000; font-weight:BOLD; font-size:13px; text-decoration:; } h6{ color: #000000; font-weight:BOLD; font-size:14px; text-decoration:; } ul{ list-style: disc outside none; margin-left: 0; } li { padding-left: 1em; } --> Symptoms A business service created via HTTP(S) end point does not show a complete map and instead, the map stops post identifying the load balancer and throws the error Missing pattern-based outgoing connections from load balancer. Please check the correctness of the incoming connection Cause Starting Kingston, LB Service discovery by Service Mapping is exclusively based on the CMDB, meaning that data such as 'name', 'IP' and 'port' is taken from the CMDB prior to the pattern execution and basically based on what horizontal discovery previously discovered. So, when you see the error Missing pattern-based outgoing connections from the load balancer. Please check the correctness of the incoming connection When we refer to the discovery log for the LB services, you see that step "Get connections" in "Connections to server farm" section shows the following error:No such resource [name, INxxxxxxxxxxxxxxxxxxxxxxxxxxx]No such resource [name, INxxxxxxxxxxxxxxxxxxxxxxxxxxx]When you debug and execute "show lb vserver <vserver_name>" command on each of these names, you get that error.Also, when examining the incoming payloads from your quick discovery on the Load Balancer, we these lines:{"vsvrPort":"443","vsvrName":"INxxxxxxxxxxxxxxxxxxxxxxxxxxx","vsvrIpAddress":"xxx.xxx.xxx.xxx"}{"vsvrPort":"990","vsvrName":"INxxxxxxxxxxxxxxxxxxxxxxxxxxx","vsvrIpAddress":"xxx.xxx.xxx.xxx"}Meaning that horizontal discovery retrieves the wrong names for these Vservers. Resolution The NetScaler device discovery, vsvrName returns hash instead of server name if entity name exceeds 32 bytes. Because of this, the CI names are displayed as the hash returned by snmp for vsvrName 1) Navigate to discovery definition -> Probes 2) Search for the probe 'SNMP - Netscalar - System' 3) Under the SNMP Fields related list, Look for 'services' under 'Name' 4) The 'Table Fields' contain ''vsrvrName" which has to be replaced by "vsvrFullName" and then save the probe. Run Discovery on the business service or via quick discovery to know if the desired results are being seen. Additional Information The issue has been fixed in London.