Hi
If you get a message like: "The requested operation requires elevation" you can dd this parameter into the agent's agentparm.txt file and recycle the agent:
oscomponent.logon.elevated=true
Now if you prefer to set this option at Job Level in Autosys, you ca use the elevated attribute in your job definition
This is described in the Reference guide
If you specify to use elevated mode in a Command job definition, the agent runs the job in elevated mode on Windows. You do not need to respond to the UAC prompt.
Supported Job Type
This attribute is optional for the Command (CMD) job type (see page 290) on Windows. This attribute is ignored for Command jobs that run on UNIX.
Syntax
This attribute has the following format:
elevated: y | n
y
Runs the Command job in elevated mode on Windows.
n
Does not run the Command job in elevated mode on Windows. This is the default.
Regards
Jean Paul