2013/01/31 01:35:01 VCS DBG_21 V-16-50-0 Lanman:XXXX-Lanman:monitor:VLibNetbiosTable::GetActiveInterfaces returned 2, 0x000005AA
Insufficient system resources exist to complete the requested service.
Note: To determine the error code returned, for the Lanman resource in the format 2,
Using err.exe from Microsoft (referring to winerror.h if there are multiple):
C:\>err 5aa
# for hex 0x5aa / decimal 1450 :
ERROR_NO_SYSTEM_RESOURCES winerror.h
# Insufficient system resources exist to complete the
# requested service.
# 2 matches found for "5aa"
Check available system resources, including available memory, cpu, handles or threads. Typically these items exhausted lead to this kind of message.