zoukankan      html  css  js  c++  java
  • SSISWMI-Watching for the Wql query caused the following system exception: "Access is denied. (Exception from HRESULT: 0x80070005 (E_ACCESSDENIED))"

    将带有WMI  WATCH  TASK的SSIS包排到sql server  agent跑,报异常,这是运行账号权限的问题。

    Executed as user: sss. Microsoft (R) SQL Server Execute Package Utility Version 13.0.1601.5 for 64-bit Copyright (C) 2016 Microsoft. All rights reserved.
    Started: 4:22:12 PM Error: 2019-12-19 16:22:13.85 Code: 0xC0029261
    Source: WMI Event Watcher Task WMI Event Watcher Task
    Description: Watching for the Wql query caused the following system exception: "Access is denied. (Exception from HRESULT: 0x80070005 (E_ACCESSDENIED))"
    . Check the query for errors or WMI connection for access rights/permissions.
    End Error DTExec: The package execution returned DTSER_FAILURE (1). Started: 4:22:12 PM Finished: 4:22:13 PM Elapsed: 1.407 seconds. The package execution failed. The step failed.

    解决方法:

    Give the user Remote Launch and Remote Activation permissions in dcomcnfg.
    Right-click My Computer-> Properties. Under COM Security, click "Edit Limits" for both sections.
    Give the user you want remote access, remote launch, and remote activation.
    Then go to DCOM Config, find "Windows Management Instrumentation", and give the user you want Remote Launch and Remote Activation.
    For more information, see Connecting Between Different Operating Systems

    run→dcomcnfg

    My Computer右键属性,2个edit limit都添加账号所有权限。

    DCOM Config下的WMI属性安全3个都添加权限

    重启一次

    参考资料

    https://docs.microsoft.com/zh-cn/windows/win32/wmisdk/wmi-troubleshooting?redirectedfrom=MSDN

  • 相关阅读:
    C# WinForm在高分辨率下界面模糊问题的解决
    C# 上传文件 造成内存溢出 解决方法
    C# Linq 交集、并集、差集、去重
    Linux 命令详解./configure、make、make install 命令
    需求分析的方法(二)
    需求分析的方法(一)
    WinDbG工具实践
    windows server 2008 IIS FTP服务器配置采坑
    网站CPU占满,微信经常SSL不能建立的错误排查
    ABP 数据迁移初始化的坑
  • 原文地址:https://www.cnblogs.com/JinweiChang/p/12073804.html
Copyright © 2011-2022 走看看