You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
ConnectionError: Failed to connect to <url_database_here> in 15000ms
at file:///C:/<User_here>/Local/deno/npm/registry.npmjs.org/mssql/11.0.1/lib/tedious/connection-pool.js:85:17
at Connection.onConnect (file:///C:/<User_here>/Local/deno/npm/registry.npmjs.org/tedious/18.6.1/lib/connection.js:849:9)
at Object.onceWrapper (ext:deno_node/_events.mjs:518:26)
at Connection.emit (ext:deno_node/_events.mjs:393:28)
at Connection.emit (file:///C:/<User_here>/Local/deno/npm/registry.npmjs.org/tedious/18.6.1/lib/connection.js:970:18)
at Connection.connectTimeout (file:///C:/<User_here>/Local/deno/npm/registry.npmjs.org/tedious/18.6.1/lib/connection.js:1222:10)
at Timeout._onTimeout (file:///C:/<User_here>/Local/deno/npm/registry.npmjs.org/tedious/18.6.1/lib/connection.js:1167:12)
at cb (ext:deno_node/internal/timers.mjs:64:31)
at callback (ext:deno_web/02_timers.js:58:7)
at eventLoopTick (ext:core/01_core.js:212:13) {
code: "ETIMEOUT",
originalError: Error: Failed to connect to <url_database_here> in 15000ms
at Connection.connectTimeout (file:///C:/<User_here>/Local/deno/npm/registry.npmjs.org/tedious/18.6.1/lib/connection.js:1222:26)
at Timeout._onTimeout (file:///C:/<User_here>/Local/deno/npm/registry.npmjs.org/tedious/18.6.1/lib/connection.js:1167:12)
at cb (ext:deno_node/internal/timers.mjs:64:31)
at callback (ext:deno_web/02_timers.js:58:7)
at eventLoopTick (ext:core/01_core.js:212:13) {
code: "ETIMEOUT"
},
name: "ConnectionError"
}
The timeout happens even if I pass the Encrypt=false flag in the connection string.
This same connection is normally made when using nodejs.
The text was updated successfully, but these errors were encountered:
Version: Deno 2.1.7
I'm getting the following error when trying to connect to an mssql database using the library mssql (https://www.npmjs.com/package/mssql):
The timeout happens even if I pass the Encrypt=false flag in the connection string.
This same connection is normally made when using nodejs.
The text was updated successfully, but these errors were encountered: