
07-14-2009
|
|
|
|
Join Date: Jul 2009
Posts: 1
Thanks: 0
Thanked 0 Times in 0 Posts
|
|
|
Issue with Task Scheduler
Vista Business. Database is SQL2005 running on a Windows 2003 Server
We have a very old vb6 application that updates a table in the SQL Server. Using the upgrade wizard i have converted it to a 2005 .net application. When logged onto my vista machine , it runs witout a problem, however when trying to schedule a task to run it, I am getting an error (0x800700C1). There is nothing in the history for this task. I have tried running the task under my own account ( local machine and domain administrator) , all with the same result. I dont know if the issue is that i am trying to run the following;
"C:\Users\Me.CompanyName\AppData\Roaming\Microsoft \Windows\Start Menu\Programs\CompanyName\PSWUpdate.appref-ms"
As i mentioned previously, if i go into start / program files / CompanyName and click on PSWUpdate icon it works fine.
Im baffled. can any one suggest a reason
|