Exception: The task object version is either unsupported or invalid.

I am new to TDA, using 2.7.0.348 with Windows XP Pro 2002 SP3. I have developed several reports that I’d like to run on the first of every month. The automation scripts run with no errors. However, when I open the Scheduler I get the following.
Server: OFSLT-003
Exception: The task object version is either unsupported or invalid.

Our IT guys have re-installed TDA among other “fixes” with no progress. Can anyone point us in the right direction? Is this a Windows issue or Toad issue?

Thanks in advance!!!

I have never seen that error. The TDA schedular is a wrapper for the windows schedular. I would try creating your own scheduled task. You will find the windows schedular off of the System Tools Menu. Use a command line like the one below. Of course change to your application path and script path.

“C:\Program Files\Quest Software\Toad for Data Analysts 2.7\Toad.exe” -batch=true “C:\Users\dpeabody\Documents\Script_1.tas”

Debbie