An error occurred during the execution of xp_cmdshell. A call to 'LogonUserW' failed with error code: '1385'
 
The message for the error code is:
Logon failure: the user has not been granted the requested logon type at this computer.
 
Actually logon type means "log on as a batch job". The proxy account should have this privilege on the sql server local computer.
 
Go to "All Programs-->Administrative Tools-->Local Security Policy", navigate to "Local Policies-->User Rights Assignment", find out "log on as a batch job" policy. Add the account which you added in Server proxy account.

 

 

相关文章:

  • 2021-08-09
  • 2021-12-31
  • 2021-06-04
  • 2022-12-23
  • 2022-12-23
  • 2022-12-23
  • 2021-08-21
  • 2021-04-16
猜你喜欢
  • 2022-12-23
  • 2021-06-20
  • 2022-12-23
  • 2021-10-04
  • 2021-12-23
  • 2021-11-29
  • 2022-12-23
相关资源
相似解决方案