I spent a lot of time searching for solution for this error. Luckily I was not so urgently need the data. I have time to google it and find the solution. It is so true when finally I found that it was actually related to Real Player installation in my machine. I do not know why this Real Player download and installation affected to my TOAD program, but this is really a bug which Real staff needed to be notify.
After searching over the net, you may wanted to try listed step I have provided as below.
- Simply open TOAD, go to Utilities > Task Scheduler (this is somehow will trigger the error pop-up again)
- From the task listed, locate for RealCreateProcessScheduledTask***** (it has a longer character than this)
- Delete this task
My machine running Windows 7 Pro, and to accomplish this, I need a full administrator access to delete this task. How to do that?
Find command.exe from your Windows\System32 folder. Right Click and click "Run as Administrator". When the command prompt has appear, do the following:
- Type 'schtasks /query | more' and enter to list all current task
- Locate the RealCreateProcessScheduledTask***** and copy it over (make sure you copied all full task name of this. If you screen limit it, you can copy the full task name from the TOAD program)
- Excute this command 'schtasks /delete /tn [ProblemTask]', which [ProblemTask] is referring to RealCreateProcessScheduledTask***** (full task name).
- You will see a prompt notification to confirm deletion, press Y and Enter.
- Now you can do export in TOAD with no more error.
