Unsolved
This post is more than 5 years old
2 Intern
•
138 Posts
0
477
July 15th, 2008 05:00
Recurring Scheduled task - prevent from overwriting log.
Exch 2003, Outlook 2003.
When you create a task that recurs, the name of the task on the Schedule tab becomes the log file. Is there a way to prevent the log file from overwriting each time it kicks off? Are any variables allowed in this field? i.e %date% or %time% . I realize those two DOS variables would have illegal characters for file names, but does Xtender have it's own type like %D or %T?
When you create a task that recurs, the name of the task on the Schedule tab becomes the log file. Is there a way to prevent the log file from overwriting each time it kicks off? Are any variables allowed in this field? i.e %date% or %time% . I realize those two DOS variables would have illegal characters for file names, but does Xtender have it's own type like %D or %T?
No Events found!



Wisers
2 Intern
•
138 Posts
0
July 15th, 2008 05:00
minfin
46 Posts
0
July 15th, 2008 05:00
You can set the option to append to the log instead of overwriting it. Keep in mind that depending on the different types of error logging, the logs can become very large. Hope this helps
Kind regards,
Duncan
minfin
46 Posts
0
July 15th, 2008 05:00
I don't think this is possible with EX. Probably the best way is to use a script to move the logs to another location.
In our environment we check the logs (8 tasks) daily, and move/zip the logs every month.
Kind regards,
Duncan
M314
36 Posts
0
July 15th, 2008 09:00
Would it be possible to share the basic script you use to do that work to delete or zip, etc. the log files ?
Thanks.
minfin
46 Posts
0
July 16th, 2008 01:00
We don't use a script for the zip/move action.
Kind regards,
Duncan
M314
36 Posts
0
July 16th, 2008 18:00
Thanks
==