Unsolved
This post is more than 5 years old
22 Posts
0
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...
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...
No Events found!



ble1
4 Operator
•
14.3K Posts
0
June 13th, 2006 04:00
xparis
22 Posts
0
June 13th, 2006 05:00
Regards,
ble1
4 Operator
•
14.3K Posts
1
June 13th, 2006 05:00
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.