My nightly config backup fails often. I traced it down to the TFTP server. When my job fails, I kill the TFTP-Server.exe in Task Manager and rerun and all is well. I wrote a script that kills the TFTP-Server.exe process that runs at midnight. This helped but did not completely fix the problem.
The TFTP server is Version 8.2.16 from Sept 2005. Cirrus is version 3.5.1 - May 2007.
The script that kills TFTP is: (it is run twice in case there are multiple instances running)
tskill TFTP-Server /A > e:\tftp-kill.log
tskill TFTP-Server /A > e:\tftp-kill.log
I opened Case 22568 last Wednesday but never heard back.
Is there a newer TFTP server that can be installed? Is there another fix I need to be looking for?