Find centralized, trusted content and collaborate around the technologies you use most.
Teams
Q&A for work
Connect and share knowledge within a single location that is structured and easy to search.
我有一个 autosys 作业,它登录到 Windows 机器并执行一些任务并将所有工作记录到机器上的 word 文件中。
对于昨天的运行,它失败了,因为它记录的文件被一些登录机器检查日志的用户打开。作业失败,因为 word 文档(我的日志文件)始终仅在编辑模式下打开。除了自动 autosys 作业之外,有没有办法限制任何人更改日志文件?
不,但您可以添加作业日志创建 %autorun%,然后每次作业运行时都会创建一个新日志。