Service Mapping Error identify

japlandim
Tera Contributor

I am getting the below error while performing discovery for mapping:

 

 Failed to identify CI due to the host 10.***.**.***  lacking an application running on port 1433. Make sure that the application is running and run quick discovery on the host.

4 REPLIES 4

SiD2
ServiceNow Employee
ServiceNow Employee

Hi @japlandim 

 

Could you please let me know if you've tried running quick discovery?

 

Also, there needs to be more detailed info on what you are trying to accomplish. Can you elaborate and share screenshots?

 

Please mark Helpful / Accept Solution so that it helps others with similar questions.

PriyankaGhosh
Tera Contributor

This error means this particular host is not listening on port 1433.

Verfication Step: if you open this CI in cmdb_ci table, go to TCP connection tab and apply filter 1. IP is host ip 2. type is Listening on. you can see the port 1433 is missing.

 

Kindly try running quick discovery for this IP.

 

Mark my ANSWER as CORRECT n HELPFUL if it helped.

Romaguera78
Giga Contributor

Hi @japlandim,

The error message means that the discovery process couldn't find a CI on the host 10.*..*** because there's no application running on port 1433. Port 1433 is the default port for Microsoft SQL Server, so make sure that the SQL Server application is running on the host. You can also try running a quick discovery on the host.

Here are the steps to troubleshoot the error:

  1. Check if the SQL Server application is running on the host.
  2. Run a quick discovery on the host.

If the CI is still not identified, contact your IT administrator for assistance.

 

Romaguera78
Giga Contributor

The application on port 1433 is not running. Check if it's installed and configured correctly. If it is, restart the app. If not, run a quick discovery on the host.  MaryKayInTouch