PRB: Non SA CmdExec Task or Xp_cmdshell May Cause Error 1314Last reviewed: July 11, 1997Article ID: Q171291 |
The information in this article applies to:
SYMPTOMSIf you run CmdExec tasks while not logged on as the system administrator (SA), you may receive the error message below. This error is reported in the task history, as well as in the Application Log of Windows NT Server's Event Viewer:
A problem occurred while attempting to logon as the Windows NT user 'SQLExecutiveCmdExec': A required privilege is not held by the client.If you run xp_cmdshell while not logged on as the SA, you may receive the following error message:
xpsql.c: Error 1314 from LogonUser on line 359 CAUSEThe SQL Executive service (for CmdExec tasks) or the MSSQLServer service (for xp_cmdshell tasks) is not running under an account with the permissions documented in the "MSSQLServer Service and SQL Executive Requirements" topic of the SQL Server Books Online. You can find this topic in Part 2, "What's New for Setup," of the "What's New in SQL Server 6.5" book, under "Platform Support" and "Running on Windows NT 3.51 or Later."
WORKAROUNDTo work around this problem for CmdExec tasks, use either of the following methods:
|
Additional query words: SQLExecutive
© 1998 Microsoft Corporation. All rights reserved. Terms of Use. |