Scheduled task job - where does it write its output to

G

Guest

I have following line in Run:
C:\WINNT\system32\CMD.EXE /C /V
"E:\oracle\dev\product\10.1.0\admin\scripts\mytasktest.bat >>
c:\temp\mytask.txt"

The task runs with an exit code of 1 as shown in
Started 7/18/2005 4:52:00 PM
"mytasktest.job" (CMD.EXE)
Finished 7/18/2005 4:52:00 PM
Result: The task completed with an exit code of (1).

Nothing is written in mytask.txt

Where can I find why exit code was 1, is there some other file than
SchedLgU.txt which has more information.

Thanks,

Prem
 
D

Dave Patrick

Code 1 is incorrect function called or unknown function called.

--
Regards,

Dave Patrick ....Please no email replies - reply in newsgroup.
Microsoft Certified Professional
Microsoft MVP [Windows]
http://www.microsoft.com/protect

:
|I have following line in Run:
| C:\WINNT\system32\CMD.EXE /C /V
| "E:\oracle\dev\product\10.1.0\admin\scripts\mytasktest.bat >>
| c:\temp\mytask.txt"
|
| The task runs with an exit code of 1 as shown in
| Started 7/18/2005 4:52:00 PM
| "mytasktest.job" (CMD.EXE)
| Finished 7/18/2005 4:52:00 PM
| Result: The task completed with an exit code of (1).
|
| Nothing is written in mytask.txt
|
| Where can I find why exit code was 1, is there some other file than
| SchedLgU.txt which has more information.
|
| Thanks,
|
| Prem
 

Ask a Question

Want to reply to this thread or ask your own question?

You'll need to choose a username for the site, which only take a couple of moments. After that, you can post your question and our members will help you out.

Ask a Question

Top