PRB: Non SA CmdExec Task or Xp_cmdshell May Cause Error 1314ID: Q171291
|
If 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.
xpsql.c: Error 1314 from LogonUser on line 359
The 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."
To work around this problem for CmdExec tasks, use either of the following
methods:
Additional query words: SQLExecutive
Keywords : kbenv kbusage SSrvAdmin SSrvEntMan SSrvGen
Version : 6.5
Platform : WINDOWS
Issue type : kbprb
Last Reviewed: April 15, 1999