简体   繁体   English

Windows Task Scheduler问题

[英]Windows Task Scheduler Issues

I have scheduled windows task scheduler to upload different text files to oracle database. 我已安排Windows任务计划程序将不同的文本文件上传到oracle数据库。 Till date its working fine. 到现在为止一切正常。 But i have an issue that if any uploading was disrupted because of following reasons. 但是我有一个问题,如果有任何上传由于以下原因而中断。 1) Database Machine Shutdown 2) Internet Connectivity Issues 3) Miscellaneous 1)数据库计算机关闭2)Internet连接问题3)杂项

How i will get this information about failure of task scheduled? 我如何获得有关计划任务失败的信息?

Windows itself (in the event log; a filtered view for each scheduled task is available in the Task Scheduler application) will record if the task failed. Windows本身(在事件日志中;任务计划程序应用程序中提供了每个计划任务的过滤视图)将记录任务是否失败。

For anything more you'll need to add diagnostic logging to your task's implementation. 除此之外,您还需要在任务的实现中添加诊断日志记录。

声明:本站的技术帖子网页,遵循CC BY-SA 4.0协议,如果您需要转载,请注明本站网址或者原文地址。任何问题请咨询:yoyou2525@163.com.

 
粤ICP备18138465号  © 2020-2024 STACKOOM.COM