I have two separate Nav 2009 R2 databases on a server, with both setup in their own RTC Service. They both open fast and load lists quickly but one takes minutes to open up the first card. Once a card page has loaded, all other requests seem just as fast until I close the RTC and open it again. The other service is always fast.
The box is not straining under any load. I have pointed the slow service at the quick service's DB to see if it may be the service configuration that is incorrect, and it becomes just as fast as the quick one when pointed toward the same source.
Is there anything else I can look at to try and determine why one opens quickly and the other is slow?
Not sure that DB Size should be relevant to this load issue, but the slow service is pointed at a very large DB ( 25+ Gig ).
0
Comments
Unless the process is retrieving and caching all data in the DB, and I can't imagine it is, I am not sure it is an issue. You can substitute any other data for your second and first request and see the exact same response. There doesn't seem to be a tie between the data you ask for first and then second.
It is like the initial request for a card page is building all the client code to be run by the RTC. From reading around on message boards, I have seen reference to this happening, but why in this case would it take so much longer to build that code?
If it is only for the first RTC session to connect, it sounds like you have the DB property "autoclose"=Yes in SQL server. So on first request, SQL has to open the DB and then you can work. After the last session logged of, SQL closes the DB.
No PM,please use the forum. || May the <SOLVED>-attribute be in your title!
The RTC Client itself opens the initial lists super fast. It is only when opening a detail card that the user has to wait several minutes. Once they have waited this time once though, they no longer have to wait for any other requests for data they make until they close the client and open it again.
have you managed to solve this problem? I am having the same problem now.
This happens in the very small database. First opening of any card page is very slow (several minutes). Lists and Journals work OK. After the first page opens any other page opens normally until I close the client application.
This happens on all client computers. If I use RTC client on the server everything works how it should be.
TIA,
Damir
That would be a symptom of network issues.
We also have this same issue with a customer. The problem is specifically RTC. Everything runs fine in Classic. It's just RTC that Lags.
Vincent Connell
http://mibuso.com/blogs/davidmachanick/
I have not yet found a solid solution for this but here's a really interesting point of view:
http://dynamicsuser.net/blogs/mark_brum ... 9-rtc.aspx
Vincent Connell