Hello,
Working for an MSP with a large amount of customers running B&R 12 (12.1, 12.2, and 12.3), all of our customer’s individual backup servers are having their available storage space taken up by a log text file in the below folder:
C:\ProgramData\Veeam\ErrorMonitoring\veeam_error_log.txt
The file is consistently updated each minute with error messages pertaining to failed connection attempts, despite their being no issues with any jobs failing due to similar reasons:
[2025-03-19 10:01:10] Errors detected in Veeam log: [2025-03-19 10:01:10] Error detected: 2024-09-23 18:41:13.3469 [ERROR ] 4908 [__10] TmBsCpJobsMonitor: A connection attempt failed because the connected party did not properly respond after a period of time, or established connection failed because connected host has failed to respond; [2025-03-19 10:01:10] Error detected: 2024-09-23 18:41:13.3781 [ERROR ] 4908 [__10] DefaultCollector: System.Net.Sockets.SocketException (0x80004005): A connection attempt failed because the connected party did not properly respond after a period of time, or established connection failed because connected host has failed to respond; [2025-03-19 10:01:10] Error detected: 2024-09-23 18:41:13.3781 [ERROR ] 4908 [__10] DefaultCollector: System.Net.Sockets.SocketException (0x80004005): A connection attempt failed because the connected party did not properly respond after a period of time, or established connection failed because connected host has failed to respond; [2025-03-19 10:01:10] Error detected: 2024-09-24 17:19:31.4453 [ERROR ] 14312 [__76] TmAgentMonitor: A connection attempt failed because the connected party did not properly respond after a period of time, or established connection failed because connected host has failed to respond; [2025-03-19 10:01:10] Error detected: 2024-09-24 17:19:31.4453 [ERROR ] 14312 [__44] TmBsCpJobsMonitor: A connection attempt failed because the connected party did not properly respond after a period of time, or established connection failed because connected host has failed to respond; [2025-03-19 10:01:10] Error detected: 2024-09-24 17:19:31.4609 [ERROR ] 14312 [__73] DefaultCollectorExtension: System.Net.Sockets.SocketException (0x80004005): A connection attempt failed because the connected party did not properly respond after a period of time, or established connection failed because connected host has failed to respond; [2025-03-19 10:01:10] Error detected: 2024-09-24 17:19:31.4609 [ERROR ] 14312 [__73] DefaultCollectorExtension: System.Net.Sockets.SocketException (0x80004005): A connection attempt failed because the connected party did not properly respond after a period of time, or established connection failed because connected host has failed to respond; [2025-03-19 10:01:10] Error detected: 2024-09-24 17:19:31.4609 [ERROR ] 14312 [__86] DefaultCollectorExtension: System.Net.Sockets.SocketException (0x80004005): A connection attempt failed because the connected party did not properly respond after a period of time, or established connection failed because connected host has failed to respond; [2025-03-19 10:01:10] Error detected: 2024-09-24 17:19:31.4609 [ERROR ] 14312 [__86] DefaultCollectorExtension: System.Net.Sockets.SocketException (0x80004005): A connection attempt failed because the connected party did not properly respond after a period of time, or established connection failed because connected host has failed to respond; [2025-03-19 10:01:10] Error detected: 2024-09-24 17:19:31.4609 [ERROR ] 14312 [__76] DefaultCollector: System.Net.Sockets.SocketException (0x80004005): A connection attempt failed because the connected party did not properly respond after a period of time, or established connection failed because connected host has failed to respond
(That is just a brief snippted of the log - each line is at least 20 times longer than the above with the same messages repeated, and a new generated line each minute).
Is there a way to limit the size of this generated log? I have tried altering values within the registry for values such as “MaxLogCount”, “MaxLogSize”, and “AgentLogOptions”, however these don’t appear to affect this particular folder and log.
Many thanks.