Lanman resource fails to online with error code 0x000005AA

book

Article ID: 100044134

calendar_today

Updated On:

Description

Error Message

2013/01/31 01:35:01 VCS DBG_21 V-16-50-0 Lanman:XXXX-Lanman:monitor:VLibNetbiosTable::GetActiveInterfaces returned 2, 0x000005AA

Cause

Insufficient system resources exist to complete the requested service.

Note: To determine the error code returned, for the Lanman resource in the format 2, refers to a Microsoft Windows error code.

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"

 

Resolution

Check available system resources, including available memory, cpu, handles or threads.  Typically these items exhausted lead to this kind of message.