I filled credential fields with my server (SSMS 19) information but it is returning a timeout error when i try to connect, is the filling incorrect?
Server: 123.456.7.8
Database: DatabaseName (name of the database in SQL that has the tablee)
user: sql login
password: sql password
port: 1433
domain: internet domain
That credential return me this error:
Failed to connect to 192.168.1.5:1433 in 30000ms
Please someone can help me? I cant think of anything else to do
How are you running n8n and have you configured SQL to allow the connection? Are you also using a self hosted SQL instance (Express or Full) or is it a Cloud instance of SQL on something like Azure?
I configured in SQL Configuration Manager TCP/IP in SQL Express in on-premise server (enterprise), after that i created login account and connected to database with my personal endpoint (successful conection).
Now i need to create this workflow to save Pipefy Reports in SQL but i can’t connect with credentials (even filling it out correctly, i guess)
I’m using Web N8N, and using the same port 1433 (already opened) that uses in SQL TCP/IP. I never hear about tcpdump, it is in N8N credential configuration?
You would need to open the firewall for the SQL port which can in some cases be dangrous if you don’t know what you are doing. It could be that running your own instance of n8n is the best approach for you.