What (if anything) can be done to speed up the performance of the RTC?
I have a client that just upgraded ----and their machines are meeting (or exceeding) the minimum requirements, but it is still very slow. ](*,)
I wish there was a "adjust for best performance" option in the RTC like in Windows... [-o<
0
Answers
Could you put your spec for the client and service tier and sql server?
Independent Consultant/Developer
blog: https://dynamicsuser.net/nav/b/ara3n
I can't check the client computers at the moment, but server is:
Windows server 2003 SP2
1GB Ram
Xeon CPU 2.8 GHz, 2.79 GHz
We have the first two tiers on the same server computer.
We are going to add RAM - I am hoping this will help considerably? [-o<
With Classic NAV - ram was not as important since the business logic was done on the Client machine (hence the low RAM on the server - wasn't really needed).
http://www.epimatic.com
RTC, by default, runs slower than the classic client.
AP Commerce, Inc. = where I work
Getting Started with Dynamics NAV 2013 Application Development = my book
Implementing Microsoft Dynamics NAV - 3rd Edition = my 2nd book
I see more powerful servers on ebay for under $200.00
http://www.BiloBeauty.com
http://www.autismspeaks.org
The SQL server needs good access to file data for 'log', 'OS' and 'data'. Some people recommend they are separated in on at least three harddisk systems. OS and log can be in one database system and data in another. Log is mainly writing and occasionally synced with the data. Data needs both reading and writing. Understanding RAID here is important look here http://en.wikipedia.org/wiki/RAID. The concepts about mirroring and striping and different types of RAID'ing is important. Mirroring is good for harddisk failures and striping is good for speed. RAID 5 has bad reputation due to lower speed.
As for the NAV server give 4 GB (it is cheap these days) and multiple processors if the memory was not enough. Nav server is still running 32 bit so it can only read 4 GB.
The connection between database and Nav server should be good both for latency and bandwidth. Latency is the round trip time - if I send a byte to the server and get a reply and it takes 50 ms then latency is 50 ms. Bandwidth is well known.
The latency between client and NAV server should be as low as possible but of course it is mostly governed by the laws of physics and the amount of routers. The bandwidth is also interesting...
I hope this info helps to make the right decisions..
Software Design Engineer II
Dynamics NAV Office 365
Microsoft
This posting is provided "AS IS" with no warranties, and confers no rights.
No PM,please use the forum. || May the <SOLVED>-attribute be in your title!
Software Design Engineer II
Dynamics NAV Office 365
Microsoft
This posting is provided "AS IS" with no warranties, and confers no rights.