Hi all,
I'm trying to create a procedure that runs a program as the logged on user, but every time it runs it does so as the system account, despite the logged on user bubble being checked.
Any ideas?
Thanks!
Are you logged onto the machines console when you run the script? If there is no logged on user then the script can't run as one. At the top of your script you could run the step "Use Credential". This will let you use whatever credentials you have applied on the agent. You would then use all your steps as "logged on user".
Sam Hernández
Yes, I'm logged in on a user.
the KaUsrtsk.exe process must be running as the user you want to run it as
If this process is not running then your procedure will run as the system acount
Here is a SQL script to automatically Clear Overrides