Hi,
Since version Release 2.5.17 I'm unable to schedule a task using "computername\username"
This worked in version Release 2.4.2
Example:
Computer is Lan
User is LanUser
Please note that it's a local admin account (not domain)
Trying to log in with Lan\LanUser fails with "Access is denied"
Comments: ** Comment from web user: dahall **
Since version Release 2.5.17 I'm unable to schedule a task using "computername\username"
This worked in version Release 2.4.2
Example:
Computer is Lan
User is LanUser
Please note that it's a local admin account (not domain)
Trying to log in with Lan\LanUser fails with "Access is denied"
Comments: ** Comment from web user: dahall **
The TaskService constructor uses impersonation from the Microsoft library for its connection. If you pass in the domain, user and password to it, you don't necessarily need to pass credentials into the RegisterTaskDefinition method. However, I'll look into this particular problem as it does appear to be a bug.