本帖最后由 堡塔运维香菜卷 于 2023-8-30 20:05 编辑
为了能快速了解并处理您的问题,请提供以下基础信息:
7.9.0
windows 2019 标准版
安装sqlserver 2008 R2 developer 版后, 通过数据库管理,没办法获取到sqlserver的数据库信息,点击“从服务器获取”后报错
Traceback (most recent call last): File "D:\BtSoft\panel/class\flask_sockets.py", line 30, in __call__ handler, values = adapter.match() File "C:\Program Files\python\lib\site-packages\werkzeug\routing.py", line 1945, in match raise NotFound() werkzeug.exceptions.NotFound: 404 Not Found: The requested URL was not found on the server. If you entered the URL manually please check your spelling and try again. During handling of the above exception, another exception occurred: Traceback (most recent call last): File "pymssql.pyx", line 636, in pymssql.connect File "_mssql.pyx", line 1957, in _mssql.connect File "_mssql.pyx", line 676, in _mssql.MSSQLConnection.__init__ File "_mssql.pyx", line 1683, in _mssql.maybe_raise_MSSQLDatabaseException _mssql.MSSQLDatabaseException: (20009, b'DB-Lib error message 20009, severity 9:\nUnable to connect: Adaptive Server is unavailable or does not exist (127.0.0.1:1433)\nNet-Lib error during Unknown error (10061)\nDB-Lib error message 20009, severity 9:\nUnable to connect: Adaptive Server is unavailable or does not exist (127.0.0.1:1433)\nNet-Lib error during Unknown error (10061)\n') During handling of the above exception, another exception occurred: Traceback (most recent call last): File "D:\BtSoft\panel/class\panelMssql.py", line 61, in __Conn self.__DB_CONN = pymssql.connect(server = self.__DB_HOST, port= str(self.__DB_PORT),login_timeout = 30,timeout = 0,autocommit = True) File "pymssql.pyx", line 642, in pymssql.connect pymssql.OperationalError: (20009, b'DB-Lib error message 20009, severity 9:\nUnable to connect: Adaptive Server is unavailable or does not exist (127.0.0.1:1433)\nNet-Lib error during Unknown error (10061)\nDB-Lib error message 20009, severity 9:\nUnable to connect: Adaptive Server is unavailable or does not exist (127.0.0.1:1433)\nNet-Lib error during Unknown error (10061)\n')
相关截图(日志、错误):
|
|