Lotus Domino Server > Version 6.0, 5.0, 4.6, 4.5 Platform(s): Windows 2003, Windows NT Doc Number: 1093511 Published 26/10/2006 Problem A Domino® server on Windows NT® 4.0 and Windows® 2003 returns the following error: "Insufficient system resources exist to complete the requested service." The server has about 180GB or more of databases. Additionally, the following related error is sometimes reported: "This database is currently being used by someone else. In order to share a Notes® database, all users must use a Domino Server instead of a File Server." ---------------------------- e come già successo ad un mio collega in un aggiornamento da 6.54c a 7.02 l'errore si risolve tramite questo documento KB microsoft (Article ID : 312362 ). http://support.microsoft.com/kb/312362/en-us Il mio collega nel suo caso ha impostato il valore della prima chiave come suggerito a 60 (Domino 7.02 con Win2k3) a me è risultato decisivo il 50 (domino 6.56 con win2k) Come Workaround si potrebbe disabilitare la cache dei DB con i parametri ................ To disable the cache, implement the server NOTES.INI parameter NSF_DBCACHE_DISABLE=1. Note that this will not take advantage of the database cache, and will require more frequent disk access for opening databases. When using this option, monitor the server's performance as this could have a very bad affect. Also, if the server is also a Domino HTTP server, performance may suffer dramatically. To reduce the database cache, implement the server NOTES.INI parameter NSF_DBCACHE_MAXENTRIES=n [where n denotes a number from 1 to 10000 (in R5) or from 1 to ~723 (in R4)]. Figuring out the appropriate value to set requires some tuning. To see what is currently in the database cache, and how many databases are cached, type "dbcache show" at the server console. This will display the list of databases currently in the cache, and the maximum number of entries allowed. ................ Il server ha funzionato scarico di utenti per 12 ore ma quando è arrivato sui 250 utenti è andato in crash ed ho risolto impostando il valore della chiave a 50. Il supporto IBM mi ha suggerito di inserire nel notes.ini PercentAvailSysResources=n (il funzionamento è spiegato qui http://www-1.ibm.com/support/docview.wss?rs=203&uid=swg21088944) dove si può va a forzare il fatto che Domino consideri 2 GB di ram (il mio server ha 4 da quindi da me n è stato 50) Sperando non vi capiti mai vi saluto ciao Teo">