Hello,
I am writing an application that uses taskscheduler and when I run it on Windows Server 2012, the program that is being run from scheduler is unable to access files that it is using (a SecurityException is being thrown). This problem doesn't occur on earlier versions of Windows(Windows 7, Vista, XP). Does TaskScheduler need some specific rights or options to handle these kinds of tasks on Windows Server 2012?
I am writing an application that uses taskscheduler and when I run it on Windows Server 2012, the program that is being run from scheduler is unable to access files that it is using (a SecurityException is being thrown). This problem doesn't occur on earlier versions of Windows(Windows 7, Vista, XP). Does TaskScheduler need some specific rights or options to handle these kinds of tasks on Windows Server 2012?