Similar error messages may display in the Litespeed verbose error log file:
13/08/2008 6:36:46 PM: FALSE = GetOverlappedResult(0xD48, {0xD48, 1130,
0, 1071104, 1071104, 0xA3F46000 0x00000001}, 0)
13/08/2008 6:36:46 PM: FALSE = GetOverlappedResult(0xD48, {0xD48, 1130,
0, 1071104, 1071104, 0xA3F46000 0x00000001}, 0)
13/08/2008 6:36:46 PM: FALSE = GetOverlappedResult(0xD48, {0xD48, 1130,
0, 1071104, 1071104, 0xA3F46000 0x00000001}, 0)
From the error log captured by LiteSpeed, the getoverlapped result is showing error code 1130.
From MSDN System Errors Code page : http://msdn.microsoft.com/en-us/library/aa450919.aspx
It is identified that Error Code 1130 means "Not enough server storage is available to process this command." ERROR_NOT_ENOUGH_SERVER_MEMORY
This error may indicate that Windows does not have enough paged pool memory available to process a command. This can happen when the PagedPoolSize is either set too small or when an application does not re-allocate memory correctly.
More files are open than the memory cache manager can handle.
OR
The backup program has tried to back up a file whose size is larger than the backup API can access on that version of the operating system.
Refer customer to Microsoft Support for assistance.
This is an open issue with Microsoft, relating to the products listed below:
Microsoft Windows Server 2003, Standard, Enterprise and Datacenter Edition (32-bit x86)
Microsoft Windows 2000 Server, Standard, Enterprise and Datacenter Edition
Microsoft Windows NT Server 4.0 Standard and Enterprise Edition
© 2025 Quest Software Inc. ALL RIGHTS RESERVED. Terms of Use Privacy Cookie Preference Center