zoukankan      html  css  js  c++  java
  • 运行sp_xp_cmdshell_proxy_account 出现的错误

    运行sp_xp_cmdshell_proxy_account 存储过程可能出现以下几种错误:

    sp_xp_cmdshell_proxy_account 'domain\account','p@5$word'

    Msg 15137, Level 16, State 1, Procedure sp_xp_cmdshell_proxy_account, Line 1

    An error occurred during the execution of sp_xp_cmdshell_proxy_account.

    Possible reasons: the provided account was invalid or

    the '##xp_cmdshell_proxy_account##' credential could not be created. Error code: '0'.

    ---用户名称错误

    Msg 15137, Level 16, State 1, Procedure sp_xp_cmdshell_proxy_account, Line 1

    An error occurred during the execution of sp_xp_cmdshell_proxy_account.

    Possible reasons: the provided account was invalid or

    the '##xp_cmdshell_proxy_account##' credential could not be created. Error code: '1326'.\

    --密码错误


    Msg 15137, Level 16, State 1, Procedure sp_xp_cmdshell_proxy_account, Line 1

    An error occurred during the execution of sp_xp_cmdshell_proxy_account.

    Possible reasons: the provided account was invalid or

    the '##xp_cmdshell_proxy_account##' credential could not be created. Error code: '5'.

    --access deny,用户缺少权限,无法调用底层dll。此出现在vista或windows 2008。禁用UAC或者以administrator权限运行可解决这个问题

  • 相关阅读:
    Docker常用命令操作记录
    第一个netty程序--时间服务
    zookeeper+dubbo配置
    通过IRBuilder新建LLVM IR
    TVM结构介绍
    /lib64/libc.so.6 错误导致的系统崩溃
    php 间歇性报 Segmentation fault
    Dell服务器安装OMSA管理工具
    【Selenium学习笔记】网页截图实践
    局域网内网机器上网实操
  • 原文地址:https://www.cnblogs.com/stswordman/p/1305494.html
Copyright © 2011-2022 走看看