创建持续性WMI事件时0x8004100e差错处置
在做持久性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以后重启办事器。
在做持久性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. www.wnhack.com
按以下办法重置WMI数据库办理了该成绩:
删除创立的WMI实例、绑定的过滤器、绑定的消费者。
结束WMI办事。
备份C:\Windows\System32\wbem\Repository目次。
清空Repository目次的内容。
开启WMI办事。
从新创立持久性WMI实例。 内容来自无奈安全网
阐明:若仍然报错,可在步调4以后重启办事器。