Fails to operate under non-interactive NT Services

This forum is designated to discuss SiComponents Scheduling Agent.
Post Reply
someguy
Posts: 6
Joined: Sun May 30, 2004 9:16 am

Fails to operate under non-interactive NT Services

Post by someguy »

The TTaskScheduler never returns from the .Refresh() method when it is called from a non-interactive Windows NT service. We tried...

- Regular Windows App -- OK
- Console App -- OK

- NT Service as LocalSystem, Interactive -- Works OK
- NT Service as LocalSystem, NON-Interactive -- FAILS
- NT Service as Domain Admin, interactive not an option -- FAILS

Could you please look into fixing these problems asap. If fixed, we will purchase.
isiticov
Site Admin
Posts: 2383
Joined: Thu Nov 21, 2002 3:17 pm

Post by isiticov »

There is trial nag screen in shareware version which allows to work only under Delphi or C++ Builder. When tril version is executed from service in non-interactive mode I assume there is no Delphi or C++Builder open and it is impossible to display the nag screen. In registered version such problem will not appear.
someguy
Posts: 6
Joined: Sun May 30, 2004 9:16 am

aha!

Post by someguy »

Igor, that will probably be the cause! In all instances, the IDE has been running. Registration is on it's way!
Post Reply