Windows was unable to load the registry. This is often caused by insufficient memory or insufficient security rights.
DETAIL – Insufficient system resources exist to complete the requested service. for C:\Documents and Settings\Administrator\ntuser.dat
For more information, see Help and Support Center at http://go.microsoft.com/fwlink/events.asp.
Event ID 1508
Windows cannot load the user’s profile but has logged you on with the default profile for the system.
DETAIL – Insufficient system resources exist to complete the requested service.
For more information, see Help and Support Center at http://go.microsoft.com/fwlink/events.asp.
Event ID 1505
I got these two errors on one of my servers yesterday.
Accordinf to MS knowledge base the problem was on PoolUsageMaximum and the PagedPoolSize value.
You have to create a new DWORD value in HKEY_LOCAL_MACHINE\SYSTEM\CurrentControlSet\Control\Session Manager\Memory Management named PagedPoolSize and PoolUsageMaximum.
PoolUsageMaximum should have value of 30 and PagedPoolSize should have value ffffffff.
This happens when many users are connected to the terminal server.
I have done as Microsoft recommends,and the problem vanished but I will continue to monitor the server.