Error on database connection

Hello everyone

I need connect a new database connection whit SQL sever locally , I setting the conection but I recibet the next error

"


"
I configurate the TCP/IP properties

this is my conection

What version of SQL Server are you using?

Double-check that you have all the configuration correct.
https://www.sqlshack.com/sql-server-network-configuration/

"Connection refused"

That is a pure networking error, typically caused by nothing listening on the target port, but sometimes also caused by firewall rules. Double check your IP addresses, listening ports, and firewalls.

Hi, Antonio, I usully enable the TCP/IP protocol. like in this image.
image

And make sure to open 1433 port in your firewall.

Can you connect to the database using other client? like sql server management studio?

I have used the SQL server 2022,This is a local connection, yes I can connect used the user sa on management studio

Hi,
Have you tried the settings show in the documentation?

Connecting to Microsoft SQL Server - Ignition User Manual 8.1 - Ignition DocumentationMSSQL Settings