标签:wmi
在做持久性WMI事件的测试中,反复删除WMI实例,后来遇到如下错误:
Event filter with query "select * from DATABASE_MIRRORING_STATE_CHANGE" could not be reactivated in namespace "//./root/subscription" because of error 0x8004100e. Events cannot be delivered through this filter until the problem is corrected.
按如下方法重置WMI数据库解决了该问题:
删除创建的WMI实例、绑定的过滤器、绑定的消费者。
停止WMI服务。
备份C:\Windows\System32\wbem\Repository目录。
清空Repository目录的内容。
开启WMI服务。
重新创建持久性WMI实例。
说明:若依然报错,可在步骤4之后重启服务器。
本文出自 “SQL Server Deep Dive” 博客,请务必保留此出处http://ultrasql.blog.51cto.com/9591438/1963669
标签:wmi
原文地址:http://ultrasql.blog.51cto.com/9591438/1963669