Unsolved

This post is more than 5 years old

22 Posts

911

June 13th, 2006 04:00

Networker Lotus Notes Client Problem...

I having this problem with the backup of a Domino Server...

NSFDBOpen() failed for D:\Lotus\Domino\data_mail1\activity.nsf with error = 525 (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.). (process_database_entry|1236|1024|0)

I have Networker Server 7.3 and Lotus Notes Module Client 3.0

Could anyone, please help with this issue?

Thanks in advance...

4 Operator

 • 

14.3K Posts

June 13th, 2006 04:00

Is this partitioned Domino?

22 Posts

June 13th, 2006 05:00

Used to be partitioned, but now is not... in the Domino Server is now configured to be just one enterprise server...

Regards,

4 Operator

 • 

14.3K Posts

June 13th, 2006 05:00

In that case this error message can occur due to insufficient system resources (eg. there are many databases on one server). If a database is closed by the client, it may still remain in the Notes database cache, and as a result still occupy memory. By opening many large files at a time, it is possible to run into a memory limit and encounter Domino Error 525.

In such case workaround was to disable or reduce the database cache. To do this, copy one of the following lines in your notes.ini-file and start the Domino server again.

Disable the database cache:
NSF_DBCACHE_DISABLE=1

Reduce the database cache:
NSF_DBCACHE_MAXENTRIES= n [where n denotes a number from 1 to 10000 (in R5) or from 1 to ~723 (in R4)]

Please note that above hint is based on few older cases and might be not applicable for you. I would suggest to involve IBM support before changing anything first.
No Events found!

Top