invalid windows credentials

This forum is designated to discuss SiComponents Scheduling Agent.
rbaroniunas
Posts: 19
Joined: Wed Dec 25, 2019 2:13 am

Re: invalid windows credentials

Post by rbaroniunas »

I understand, the account i used is in the administrators group.

So to add any task to the scheduler has to be a person who has admin rights. I am going to test the application with setting it to the highest privilege without running the application "RUN AS ADMIN" I prefer the users not to be able to do that.

I will get back to you with results.
rbaroniunas
Posts: 19
Joined: Wed Dec 25, 2019 2:13 am

Re: invalid windows credentials

Post by rbaroniunas »

What exactly does this mean in the task scheduler

FTaskScheduler.RunningVistaOrLater, i assume this is for Vista and any newer Windows OS

FTaskScheduler.UseTaskScheduler1Only what is this setting used for as well as the definition
isiticov
Site Admin
Posts: 2383
Joined: Thu Nov 21, 2002 3:17 pm

Re: invalid windows credentials

Post by isiticov »

RunningVistaOrLater - indicates that task scheduler is running under Vista and newer OS and uses Task Service 2 interfaces (the newer version of OS's Task Scheduler)
UseTaskScheduler1Only - indicates that independently of running OS the scheduler will use ONY Task Scheduler 1 API (the older version of OS's task scheduler but it is still available under newer OS).
Best regards,
Igor Siticov.
Post Reply