Skip to content

Instantly share code, notes, and snippets.

@metaskills
Created February 7, 2016 23:33
Show Gist options
  • Star 0 You must be signed in to star a gist
  • Fork 0 You must be signed in to fork a gist
  • Save metaskills/083986b1b1c0c6ad8769 to your computer and use it in GitHub Desktop.
Save metaskills/083986b1b1c0c6ad8769 to your computer and use it in GitHub Desktop.
TinyTDS Windows Rails Test - BAD (require rails/all)
net.c:202:Connecting to 23.99.34.75 port 1433 (TDS version 7.3)
net.c:275:tds_open_socket: connect(2) returned "WSAEWOULDBLOCK: Resource temporarily unavailable."
net.c:314:tds_open_socket() succeeded
packet.c:740:Sending packet
0000 12 01 00 3a 00 00 00 00-00 00 1a 00 06 01 00 20 |...:.... ....... |
0010 00 01 02 00 21 00 0c 03-00 2d 00 04 04 00 31 00 |....!... .-....1.|
0020 01 ff 09 00 00 00 00 00-00 4d 53 53 51 4c 53 65 |.� ..... .MSSQLSe|
0030 72 76 65 72 00 f4 0a 00-00 00 |rver.�.. ..|
packet.c:639:Received packet
0000 04 01 00 2b 00 00 01 00-00 00 1a 00 06 01 00 20 |...+.... ....... |
0010 00 01 02 00 21 00 01 03-00 22 00 00 04 00 22 00 |....!... ."....".|
0020 01 ff 0c 00 02 be 00 00-03 00 00 |.�...�.. ...|
login.c:1106:detected flag 3
tls.c:138:in tds_push_func_login
tls.c:104:in tds_pull_func_login
packet.c:740:Sending packet
0000 12 01 00 5b 00 00 00 00-16 03 01 00 4e 01 00 00 |...[.... ....N...|
0010 4a 03 01 e5 c6 63 3e e2-72 33 53 50 60 45 97 3c |J..��c>� r3SP`E�<|
0020 96 b7 83 47 a7 98 c7 bd-96 b5 81 05 64 51 05 f0 |���G�.ǽ ��..dQ.�|
0030 e5 41 6d 00 00 18 00 39-00 38 00 35 00 16 00 13 |�Am....9 .8.5....|
0040 00 0a 00 33 00 32 00 2f-00 05 00 04 00 ff 01 00 |...3.2./ .....�..|
0050 00 09 00 23 00 00 00 0f-00 01 01 |. .#.... ...|
tls.c:116:have 0
tls.c:120:before read
query.c:3772:tds_disconnect()
util.c:165:Changed query state from IDLE to DEAD
util.c:322:tdserror(0000000004FC97E0, 000000000515DD00, 20017, 0)
dblib.c:7925:dbperror(00000000055F3990, 20017, 0)
dblib.c:7993:dbperror: Calling dblib_err_handler with msgno = 20017; msg->msgtext = "Unexpected EOF from the server (evl46v86wj.database.windows.net:1433)"
dblib.c:5771:dbgetuserdata(00000000055F3990)
dblib.c:8015:dbperror: dblib_err_handler for msgno = 20017; msg->msgtext = "Unexpected EOF from the server (evl46v86wj.database.windows.net:1433)" -- returns 2 (INT_CANCEL)
util.c:352:tdserror: client library returned TDS_INT_CANCEL(2)
util.c:375:tdserror: returning TDS_INT_CANCEL(2)
tls.c:900:handshake failed
login.c:472:login packet rejected
util.c:322:tdserror(0000000004FC97E0, 000000000515DD00, 20002, 0)
dblib.c:7925:dbperror(00000000055F3990, 20002, 0)
dblib.c:7993:dbperror: Calling dblib_err_handler with msgno = 20002; msg->msgtext = "Adaptive Server connection failed (evl46v86wj.database.windows.net:1433)"
dblib.c:5771:dbgetuserdata(00000000055F3990)
dblib.c:5771:dbgetuserdata(00000000055F3990)
dblib.c:743:dbloginfree(000000000543B870)
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment