Page 1 of 1

Fails to operate under non-interactive NT Services

Posted: Mon May 31, 2004 8:22 am
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.

Posted: Mon May 31, 2004 10:28 am
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.

aha!

Posted: Mon May 31, 2004 12:21 pm
by someguy
Igor, that will probably be the cause! In all instances, the IDE has been running. Registration is on it's way!