The Now Platform® Washington DC release is live. Watch now!

Help
cancel
Showing results for 
Show  only  | Search instead for 
Did you mean: 

SCCM Integration Ports

SNowUser11
Kilo Guru

Hi,

We are doing SCCM integration with ServiceNow . While Testing connection it gave 1433 port connection error. 

What ports do we need to open is it only 1433 or there are more for SCCM integration we need to open?

Thanks

1 ACCEPTED SOLUTION

AshishKMishra
Tera Sage
Tera Sage

Hi,

If you are getting 1433 port error, then check if database is accessible from any other external client.

In ServiceNow SCCM Setup, you don't need to give any port details, it's through MID server.

It looks MID server unable to connect database at host machine.

You can also try telnet [DB Host Name ] [ data source port]

Example Error :

MID Server reported error: java.sql.SQLException: com.microsoft.sqlserver.jdbc.SQLServerException:Failed to establish TCP / IP connection to the host <HOTNAME>', port 1433 Error: 'nullCheck the connection propertiesMake sure that a SQL Server instance is running on the host and accepted on port TCP / IP connectionsMake sure that the port no TCP connections are blocked by a firewall'.

 

Thanks,
Ashish

 


Please mark this response as correct and helpful if it helps you can mark more that one reply as accepted solution

View solution in original post

10 REPLIES 10

palanikumar
Mega Sage
Mega Sage

Hi,

That is the only port required for SCCM integration.

ServiceNow connect to SCCM database via JDBC connection. Port 1433 is the port for database. No other port is required. Hope MID server has connectivity with ServiceNow via port 443.

Thank you,

Palani

Thank you,
Palani

Harsh Vardhan
Mega Patron
Mega Patron

Give a try , Ask your SCCM team to update the sccm credential password and then test it again. 

 

Also can you use the credentials in data source and then try to test by Loading 20 records"

AshishKMishra
Tera Sage
Tera Sage

Hi,

If you are getting 1433 port error, then check if database is accessible from any other external client.

In ServiceNow SCCM Setup, you don't need to give any port details, it's through MID server.

It looks MID server unable to connect database at host machine.

You can also try telnet [DB Host Name ] [ data source port]

Example Error :

MID Server reported error: java.sql.SQLException: com.microsoft.sqlserver.jdbc.SQLServerException:Failed to establish TCP / IP connection to the host <HOTNAME>', port 1433 Error: 'nullCheck the connection propertiesMake sure that a SQL Server instance is running on the host and accepted on port TCP / IP connectionsMake sure that the port no TCP connections are blocked by a firewall'.

 

Thanks,
Ashish

 


Please mark this response as correct and helpful if it helps you can mark more that one reply as accepted solution

I am getting exactly this error.

Also as you pointed out if any other port DB is accessible through how should I test the connection the Setup does not have port to be filled and run. Its only at data source where we can give port if I am not wrong Also No test connection only load 20 records.

Thanks