Anyone ever see this error msg when replicating in 8.5?I found one reference to it in the Notes 6/7 forum:
http://www-10.lotus.com/ldd/nd6forum.nsf/55c38d716d632d9b8525689b005ba1c0/28450260c84be881852573df00140423?OpenDocument
but haven’t found it in the 8.x forums.
Can this msg possibly be more cryptic? 
FWIW, the msgs went away after rebooting the system…at least for now…
Subject: From MS website
The given error response matches error 1450. I believe you may be seeing this due to this issue written up on the MS site - Backup program is unsuccessful - Windows Server | Microsoft Learn. From the note:
ERROR 1450: Insufficient system resources exist to complete the requested service.
…
CAUSE
The two causes of this problem are related. The more frequent cause is listed first:
•
More files are open than the memory cache manager can handle. As a result, the cache manager has exhausted the available paged pool memory.
•
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. This has the same result (that is, the paged pool is exhausted).
There is also this which may help:
To help determine if you are experiencing this problem, start Windows Task Manager, and then click the Performance tab. At the lower right, locate the Kernel Memory (K) area, and then note the value for Paged. You may experience this problem in Microsoft Windows 2000 or in Microsoft Windows NT 4.0 when this value reaches approximately 160 megabytes (MB). Alternatively, you may experience this problem in Microsoft Windows Server 2003 when this value exceeds 160 MB. If you have set the registry key for paged pool memory to a higher value, you will not experience this problem until a much higher value of paged pool memory is used (the problem may occur when the paged pool memory usage reaches about 80 percent of the set value). If you have the gflags setting turned on for pool tags and if you use the Poolmon utility, you see a higher usage of the MmSt tag. This is the pool tag that is used to map the operating system memory that is used to track shared files.