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
mssql --server 10.11.1.31 --user sa --pass ****
Connecting to 10.11.1.31...events.js:183
throw er; // Unhandled 'error' event
^
Error: Unknown type: 0
at Parser.parseTokens (/usr/local/lib/node_modules/sql-cli/node_modules/tedious/lib/token/stream-parser.js:99:30)
at Parser._transform (/usr/local/lib/node_modules/sql-cli/node_modules/tedious/lib/token/stream-parser.js:72:14)
at Parser.Transform._read (/usr/local/lib/node_modules/sql-cli/node_modules/readable-stream/lib/_stream_transform.js:184:10)
at Parser.Transform._write (/usr/local/lib/node_modules/sql-cli/node_modules/readable-stream/lib/_stream_transform.js:172:83)
at doWrite (/usr/local/lib/node_modules/sql-cli/node_modules/readable-stream/lib/_stream_writable.js:428:64)
at writeOrBuffer (/usr/local/lib/node_modules/sql-cli/node_modules/readable-stream/lib/_stream_writable.js:417:5)
at Parser.Writable.write (/usr/local/lib/node_modules/sql-cli/node_modules/readable-stream/lib/_stream_writable.js:334:11)
at Parser.addBuffer (/usr/local/lib/node_modules/sql-cli/node_modules/tedious/lib/token/token-stream-parser.js:50:26)
at Connection.sendDataToTokenStreamParser (/usr/local/lib/node_modules/sql-cli/node_modules/tedious/lib/connection.js:644:37)
at Connection.data (/usr/local/lib/node_modules/sql-cli/node_modules/tedious/lib/connection.js:1070:21)
Edit: Not sure if it should matter, but my system is a 32-bit Debian Linux system.
The text was updated successfully, but these errors were encountered:
mssql version: 0.6.2
I get an unhandled error when trying to connect.
Edit: Not sure if it should matter, but my system is a 32-bit Debian Linux system.
The text was updated successfully, but these errors were encountered: