Advertisement
Guest User

Untitled

a guest
Mar 1st, 2017
150
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 0.98 KB | None | 0 0
  1. DATABASE_PASSWORD=1q2w3e4r5t! DATABASE_NAME=cian_content_development DATABASE_HOST=localhost:1443 DATABASE_USER=SA BRANCH_NAME=master python3 manage.py makemigrations
  2. Traceback (most recent call last):
  3. File "src/pymssql.pyx", line 636, in pymssql.connect (src/pymssql.c:11411)
  4. File "src/_mssql.pyx", line 1952, in _mssql.connect (src/_mssql.c:23604)
  5. File "src/_mssql.pyx", line 673, in _mssql.MSSQLConnection.__init__ (src/_mssql.c:7493)
  6. File "src/_mssql.pyx", line 1680, in _mssql.maybe_raise_MSSQLDatabaseException (src/_mssql.c:19130)
  7. _mssql.MSSQLDatabaseException: (20009, b'DB-Lib error message 20009, severity 9:\nUnable to connect: Adaptive Server is unavailable or does not exist (localhost:1443)\nNet-Lib error during Connection refused (61)\nDB-Lib error message 20009, severity 9:\nUnable to connect: Adaptive Server is unavailable or does not exist (localhost:1443)\nNet-Lib error during Connection refused (61)\n')
  8.  
  9. During handling of the above exception, another exception occurred:
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement