Hi all, my customer is using Navision 3.70 with Native database. The database size is about 6GB, number of concurrent users is 11.
Everyday, the first user to login Navision has to wait for about 10 minutes to start up navision. All subsequent logins take only a few seconds.
Does anyone face the same problem before?
Could it be the below causes?
1) Server Hard disk space (40GB of hard disk free space, 32GB of used hard disk space)
2) Using native server instead of SQL Server
3) Server RAM (Available memory modules in total is 1536 MB)
Or other reasons?
0
Comments
MVP - Dynamics NAV
My BLOG
NAVERTICA a.s.
Are you stopping the service each evening for backups. you can run Navision Backup without stopping the server service.
It is not needed to stop the service. After last user is diconnected, the DB file is closed. During first user login, the file must be reopened -and in this case antivirus can check the file etc.
MVP - Dynamics NAV
My BLOG
NAVERTICA a.s.
Refering to the database information, DMBS cache and object cache are default to 8000KB. It is consider a large cache? :-s
themave, no. The user does not stop the service each evening for backups.
Kine, thanks. If antivirus is a cause, can we do anything to maximize the performance? Such as , schedule the scanning before first user login...etc?
MVP - Dynamics NAV
My BLOG
NAVERTICA a.s.
Yup, sorry. The actual server DBMS cache is 1GB which is the maximum value one can set. If this is the cause, user has to live with it, or to reduce the size of the DBMS cache (which will affect program speed when program is running)??
For some of your benefits who may view this log, the recommended DBMS cache is :-
+amount of Physical Memory
- memory requirement of the operation system
- 50KB * no. of workstations
- 1M for the Navision server
- memory requirements of other programs
By the way, when my customer tried logging in using IPAddress instead of servername, the waiting time reduced by 80%! So i think it is considered solved! \:D/
Thank you guys!