Connection with SQL Server #4312
mabeinformatica
started this conversation in
General
Replies: 1 comment
-
heeeeeeeeeeeeeelp |
Beta Was this translation helpful? Give feedback.
0 replies
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Uh oh!
There was an error while loading. Please reload this page.
-
Hi everyone!!!
I'm trying to make a connection with a sql server database, but this error was happing...
{
"message": "Failed to connect to 192.168.1.249\SAGEX3:1433 - getaddrinfo ENOTFOUND 192.168.1.249\SAGEX3",
"stack": "Error: Failed to connect to 192.168.1.249\SAGEX3:1433 - getaddrinfo ENOTFOUND 192.168.1.249\SAGEX3\n at Connection.socketError (C:\Users\acer\Documents\Projetos\Adonis\x3-api\node_modules\tedious\src\connection.ts:2309:28)\n at C:\Users\acer\Documents\Projetos\Adonis\x3-api\node_modules\tedious\src\connection.ts:2098:37\n at processTicksAndRejections (node:internal/process/task_queues:77:11)",
"code": "ESOCKET"
}
I'm sure this connection works, because I use DBeaver and it works, the only difference is that DBeaver uses jdbc connector.
Anyone can help me?
Thanks a lot!!
Beta Was this translation helpful? Give feedback.
All reactions