Hello
I am having a problem setting up the scheduling of a DTS package. The package is correct because when I execute it by hand it runs fines. However I have tried to schedule this two ways and it is not working.
First of all when I created the DTS package by export data in SQL Server 2000, towards the last screen there is an option to run immediately or schedule it. I clicked the '...' button to schedule it and set the date and time (daily at noon for example). It DTS finished by saying that there were no errors. But the DTS doesn't execute. I looked at the empty table it is suppose to populate and I set it so after it successfully executes it sends me the email- and of course I get no email.
Then I tried another way, by saving it as SQL Server rather than Meta Data Services or Structured storage file. Then I went to Data Transformation Services --> Local Package --> Right click --> select
Schedule Package to set the date and time the click ok. It doesn't run.
What I noticed is that after I Schedule Package, it doesn't save those setting. When I go to Schedule Package again, it shows the defaults. Is it suppose to do that?
Also SQL Server Agent is running.
Help me.

Thank you.