Are there any known problems whit win32::TaskScheduler and Win2003 server.
I hava a aplication running on a Win2000 server using TaskScheduler, it is working fine, but when moving to 2003 server it stops after a while. The application is a windows service writen in Perl and compiled whit Activestate PDK 5.3 using PerlSvc.
/Ulf
If you would like to refer to this comment somewhere else in this project, copy and paste the following link:
I have not tested TaskScheduler on Windows 2003, but since I haven't received complains about it I guess it should work.
Are you sure it is TaskScheduler causing your service to fail. Services run on very restricted environment with respect to foreground apps. Maybe missing a library?
ActiveState PDK 5.3 is it supported on Server 2003?
Try to be a little bit more descriptive, please.
Regards,
Umberto
If you would like to refer to this comment somewhere else in this project, copy and paste the following link:
I am sorry, it is not the TaskScheduler that is failing, this morning my application was hung again and TaskScheduler was removed from the code. So there is something else.
Yes Activestate PDK support 2003 server.
/Ulf
If you would like to refer to this comment somewhere else in this project, copy and paste the following link:
Are there any known problems whit win32::TaskScheduler and Win2003 server.
I hava a aplication running on a Win2000 server using TaskScheduler, it is working fine, but when moving to 2003 server it stops after a while. The application is a windows service writen in Perl and compiled whit Activestate PDK 5.3 using PerlSvc.
/Ulf
I have not tested TaskScheduler on Windows 2003, but since I haven't received complains about it I guess it should work.
Are you sure it is TaskScheduler causing your service to fail. Services run on very restricted environment with respect to foreground apps. Maybe missing a library?
ActiveState PDK 5.3 is it supported on Server 2003?
Try to be a little bit more descriptive, please.
Regards,
Umberto
I am sorry, it is not the TaskScheduler that is failing, this morning my application was hung again and TaskScheduler was removed from the code. So there is something else.
Yes Activestate PDK support 2003 server.
/Ulf