I get an error when I run
master..xp_cmdshell 'NET LOCALGROUP'
The error is:
System error 1312 has occurred.
A specified logon session does not exist. It may already have been terminated.
NET LOCALGROUP will run from the command window.
I can run
master..xp_cmdshell 'NET USER'
and it works fine.
I logon as administrator using Windows authentication. Administrator is a member of the System Administrators server role and is a db owner.
Any suggestions?
Bob
master..xp_cmdshell 'NET LOCALGROUP'
The error is:
System error 1312 has occurred.
A specified logon session does not exist. It may already have been terminated.
NET LOCALGROUP will run from the command window.
I can run
master..xp_cmdshell 'NET USER'
and it works fine.
I logon as administrator using Windows authentication. Administrator is a member of the System Administrators server role and is a db owner.
Any suggestions?
Bob