On my window 7 I am trying to create a proxy account for using SQL agent job to schedule a power shell script to run.
In SQL server, I created a credential using my own account (dba) and create a powershell proxy,
Then I created a sql agent job to run the powershell using the proxy, I get an error:
Unable to start execution of step 1 (reason: Error authenticating proxy mydomain\myusername, system error: Logon failure: the user has not been granted the requested logon type at this computer. ('Access this computer from network')). The step failed.
What does this mean, does this mean the proxy account will login to my computer from network?
I did check local policy setting, the setting for access this computer from network is setup for some network operators who did the installation of windows, but I am the administrator of the box, why cann't I access my own computer?
Thanks
SQLFriend