[pywin32-bugs] problems with win32comext\taskscheduler on windows 2008
OLD project page for the Python extensions for Windows
Brought to you by:
mhammond
From: Vaida B. <co...@va...> - 2010-05-03 13:29:52
|
Hi, I have a problem with my taskscheduler library: it works on Windows XP but upon entering the 2008 land my task gets created without any triggers. I've ran the same commands I ran on XP but the task doesn't get created. http://pastebin.com/bmg847hw This on XP (and 2003 Server) creates a task with a trigger to execute daily while on Server 2008 I get the task created but with no triggers. The account on 2008 has Administrator privileges and UAC are disabled. I tried debugging the problem but without luck. I'd very much appreciate any ideas on how to solve this. |