Microsoft
Software
Hardware
Network
Question : Task Scheduler ACTUALLY NOT running task, though showing 'running'
Since morning,
I am trying to schedule a task to run at a particular time, here is whats happening,
1. Task being created
2. Starts at particular scheduled time
BUT
3. No results...
My Program (which is scheduled) runs properly when its EXE is double clicked but the task scheduler does not seem to be starting the task properly. When i run process manually, it runs properly BUT when task scheduler starts it , it produces no results. The program/process actually ftp files and then parse and load to sql server db.
any help ?
Answer : Task Scheduler ACTUALLY NOT running task, though showing 'running'
Is it a program which usually starts in a command prompt and/or expects to run in a particular folder?
Have you told the scheduler the complete pathname of the folder of where the program is meant to start in?
Random Solutions
Using VBA export reports to rtf files with criteria
Receiving error when submitting data to SQL Server through asp.net vb
Bond Value Calculation
Microsoft Office
Does SQL have a describe command that gives outputs the table structure?
C# XML data showing System.Xml.XmlElement instead of the values
Is there a way to unlock sql 2000 processes rather than killing it?
Save an Access Report as a PDF
Runtime error 2220
Remove all other data and leave just the data in the txt file. Need to delete the colums where data match in row 1.