- html - 出于某种原因,IE8 对我的 Sass 文件中继承的 html5 CSS 不友好?
- JMeter 在响应断言中使用 span 标签的问题
- html - 在 :hover and :active? 上具有不同效果的 CSS 动画
- html - 相对于居中的 html 内容固定的 CSS 重复背景?
网络数据包负载中指定的长度与读取的字节数不匹配;连接已关闭。请联系客户端库的供应商。错误:17836,严重性:20,状态:14。我几乎同时收到此错误 5 次,想知道其发生的原因。
最佳答案
查看解决方案here :
Since the SQL Server has Event ID 17836 logged, the SQL port is open. It is more like authentication issue. Based on this articles (Configuration for querying SQL database remotely – http://www.howtonetworking.com/others/testsqlconnect2.htm ), we may have 3 fixes:
- creating SQL login ID (recommended)
- join the computer to the domain
- allow anonymous connections to SQL Server 2000 or to SQL Server 2005 (don’t recommend)
还有这个MSDN forum
Perform a nslookup of the CLIENT IP Address that is listed in the error message and find out what computer it is that is connecting. Then you need to check that machine and determine what specifically is connecting to the SQL Server. You might get more infromation from doing a SQL Trace for the Errors and Warnings Event Class and have the ClientProcessID column in the trace data. When the error spikes, you might get the PID for the process that is connecting from that 10.26.32.96 machine, and then you can find that process in Task Manager on that machine by adding the PID to the data displayed (View -> Select Columns).
关于sql-server-2008 - 如何解决错误 17836,严重性 : 20, 状态 : 14?,我们在Stack Overflow上找到一个类似的问题: https://stackoverflow.com/questions/36640719/
我正在使用 boost::log 的简单日志记录库,我想根据当前设置的记录器严重性执行一些代码。只有在输出日志消息时才需要构建日志消息。但是我找不到查询严重性的正确方法。代码必须类似于: if (bo
我有一个运行良好的内核模块。我可以在 insmod 阶段传递参数,但我想创建一个“详细”参数。当设置为 true 时,我的 printks 从 KERN_INFO 移动到 KERN_ERR 严重性。
我有以下脚本来连接到我的 Microsoft Azure 服务器。 getMessage() . "\n"; exit; } echo "Passed!"; 上面的脚本在我的旧服务器上传递,但
网络数据包负载中指定的长度与读取的字节数不匹配;连接已关闭。请联系客户端库的供应商。错误:17836,严重性:20,状态:14。我几乎同时收到此错误 5 次,想知道其发生的原因。 最佳答案 查看解决方
这个问题已经有答案了: "Notice: Undefined variable", "Notice: Undefined index", "Warning: Undefined array key",
我正在连接到外部 MSSQL 数据库以从 PHP55/osx 导出,但我遇到了奇怪的问题。 代码: new \PDO("dblib:host={$hostname};dbname={$dbname}"
这是我的代码详细信息 Step 1. /etc/freetds/freettds.conf [mssql] host = 192.168.1.10 port = 1433 tds version =8
我正在尝试从运行 SQL Server 实例的服务器登录该实例,同时以我自己的身份进行远程访问。 我不断收到标准登录失败错误,并且在错误日志中看到“错误:18456,严重性:14,状态:11。” 登录
这个问题在这里已经有了答案: Reference - What does this error mean in PHP? (38 个答案) 关闭 4 年前。 我的 Controller : func
我敢肯定这个问题已经被提出了无数次,但也许,有人仍然可以帮助我。 我将 pymssql v2.1.3 与 Python 2.7.12 一起使用,直到昨天我多次使用将数据写入我的 Azure SQL 数
我刚刚开始使用 codeigniter、PHP 并在尝试通过从数据库获取数据来动态构建 UI 时遇到问题: 要求:我需要通过从数据库读取信息来动态创建父子列表。我有两个表 admin_menu 和 a
我正在尝试运行这个 program conn = pymssql.connect(host='localhost', user='notsa', password='notsayly', datab
我有一个动态选择?它携带另一个 select 中的值。正在充电。但是显示此消息: 严重性:警告消息:为 foreach() 提供的参数无效文件名:helpers/form_helper.php 这是我
严重性:8192 消息:在未来的 PHP 版本中,与类同名的方法将不再是构造函数; CI_Pagination 有一个已弃用的构造函数 文件名:libraries/Pagination.php 行号:
我正在尝试在我的 php 脚本上连接到 Azure Microsoft SQL Server 数据库。我不明白为什么它不起作用。当我运行 db_connection.php 脚本时,出现以下错误: S
我正在尝试在我的 php 脚本上连接到 Azure Microsoft SQL Server 数据库。我不明白为什么它不起作用。当我运行 db_connection.php 脚本时,出现以下错误: S
我正在尝试使用 PHP 的 PDO 连接到 Microsoft SQL Server/Microsoft Azure 数据库: getMessage() . "\n"; exit; } PDO
在 create-react-app 下创建新项目时,您会立即收到有关 postcss 中发现的漏洞的警告。 . npm 报告的问题:https://www.npmjs.com/advisories/
尝试通过命令连接到 remort mssql 服务器时 tsql -S SQLEXPRESS -U sa 密码:sa它抛出错误错误 20009(严重性 9):无法连接:Adaptive Server
在现场收到以下错误 " 遇到 PHP 错误 严重性:核心警告 消息:模块“ffmpeg”已加载 文件名:未知行号:0 回溯:”。 但我没有在本地主机中收到此错误。我正在使用 codeigniter 3
我是一名优秀的程序员,十分优秀!