I've recently been getting this error after I switched to a new database. Every 1~2 hours, my MatchServer loses connection with the DB and then it's back to normal again.
This is what my log says:
I did look for the "GetCustomIPList" and "UpdateServerStatus" stored procedures from a fresh DB script and executed them, but this still happens.Code:MMatchDBMgr::UpdateServerStatus - General network error. Check your network documentation.
ConnectionWrite (send()).
[08/14/11 18:16:26] [CRITICAL ERROR] DB Connection Lost.
[08/14/11 18:16:26] DBMS connected
[08/14/11 18:16:56] GARBAGE SESSION CLEANING : ClientCount=0, SessionCount=0, AgentCount=0, CommandPool=3, objHistoryCount=0
[08/14/11 18:21:56] GARBAGE SESSION CLEANING : ClientCount=0, SessionCount=0, AgentCount=0, CommandPool=3, objHistoryCount=0
[08/14/11 18:26:56] GARBAGE SESSION CLEANING : ClientCount=0, SessionCount=0, AgentCount=0, CommandPool=3, objHistoryCount=0
[08/14/11 18:31:56] GARBAGE SESSION CLEANING : ClientCount=0, SessionCount=0, AgentCount=0, CommandPool=3, objHistoryCount=0
MMatchDBMgr::GetCustomIPList - General network error. Check your network documentation.
ConnectionWrite (send()).
success to update CustomIP
Solutions?

