pipenet
Newbie
Karma: 0
Offline
Posts: 2
|
 |
« Reply #1 on: November 29, 2010, 01:28:35 AM » |
|
I found that this error was caused by the following default module,
# Received packets using external program exec module_begin module_name Listen_Conn module_type generic_data module_exec netstat -an | grep LISTEN | wc -l | tr -d " " module_description Listening connections module_end
This does not cause issues on other servers, only the Exchange 2003. Still looking at this to obtain a long term solution to this problem.
|