Skip to content

Instantly share code, notes, and snippets.

@JoaoVagner
Created February 7, 2018 18:33
Show Gist options
  • Save JoaoVagner/4ad249344cf6d863ca8eef4f717c76af to your computer and use it in GitHub Desktop.
Save JoaoVagner/4ad249344cf6d863ca8eef4f717c76af to your computer and use it in GitHub Desktop.
web_bot_1 | 172.19.0.1 - - [07/Feb/2018 18:32:08] "GET /test HTTP/1.1" 500 -
web_bot_1 | Traceback (most recent call last):
web_bot_1 | File "/app/app.py", line 19, in <module>
web_bot_1 | conn = pymssql.connect(data_conn['hostname'], data_conn['username'], data_conn['password'], data_conn['database'])
web_bot_1 | File "pymssql.pyx", line 641, in pymssql.connect (pymssql.c:10824)
web_bot_1 |
web_bot_1 | pymssql.OperationalError: (40532, b'DB-Lib error message 40532, severity 20:\nGeneral SQL Server error: Check messages from the SQL Server\nDB-Lib error message 20002, severity 9:\nAdaptive Server connection failed\n')
web_bot_1 | 172.19.0.1 - - [07/Feb/2018 18:32:10] "GET /test HTTP/1.1" 500 -
web_bot_1 | Traceback (most recent call last):
web_bot_1 | File "/app/app.py", line 19, in <module>
web_bot_1 | conn = pymssql.connect(data_conn['hostname'], data_conn['username'], data_conn['password'], data_conn['database'])
web_bot_1 | File "pymssql.pyx", line 641, in pymssql.connect (pymssql.c:10824)
web_bot_1 |
web_bot_1 | pymssql.OperationalError: (40532, b'DB-Lib error message 40532, severity 20:\nGeneral SQL Server error: Check messages from the SQL Server\nDB-Lib error message 20002, severity 9:\nAdaptive Server connection failed\n')
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment