hi.
I have a little problem with Navision 5.01.
We have some computers that logs on to Navision with a local client installed which then join the navision server on the network.
But we have in the past 2 months experienced the screen flickers in Navision and if the users are typing something in there navision session they lose that data.
have heard of that problem before?
how do we solve it?
The computers and server located on the same switch in the network.
0
Comments
About losing typing something that is lost seems more like that the session is writing something to the DB but has to wait because the database/records are locked by another session. After the locking has finished, NAV frees itself again but all the chars you typed in the same time are lost.
Do you have SQL or native? (with native server the problem of locking can be worse than with SQL server because native server only know tablelocks).
No PM,please use the forum. || May the <SOLVED>-attribute be in your title!
My observation:
The user is entering data into Navision.
Navision flickers (because focus is shifted shortly to some other program and back to Navision?)
When Navision gets focus again the entire field gets selected.
The user is still typing which in turn overwrites all selected text.
@mhansen: Is your observation the same?
(Technical 5.0 SP1 Native)
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
http://www.BiloBeauty.com
http://www.autismspeaks.org
MVP - Dynamics NAV
My BLOG
NAVERTICA a.s.
Well the user does have to type anything just when they are in a local installed navision and are doing nothing it flickers.
And if they are typing something and the flickering comes they lose what they have typed.
can it be something with the database???
thank you all for your help.
MVP - Dynamics NAV
My BLOG
NAVERTICA a.s.
No PM,please use the forum. || May the <SOLVED>-attribute be in your title!
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 have just tried to make one user only open Navision but it is the same problem.
So it is not another program that makes the problem.
that curr.form update what can i do to check if is the problem???
No PM,please use the forum. || May the <SOLVED>-attribute be in your title!
It still can be some Windows process that is causing this.
He uses several forms with CurrForm.UPDATE in it. But that UPDATE is triggered by an action of himself (like OnValidate, OnPush, OnAssistEdit). Because the flickering also occurs when he is not actively using Navision this probably isn’t the source either.
Another 2 forms use XML DOM messages to update subforms from other subforms. The messages are sent as a result of a user action. But I don’t exactly know how these sent messages result in triggering Navision. Is it possible for other (Windows) processes to trigger Navision?
No PM,please use the forum. || May the <SOLVED>-attribute be in your title!
I set the client monitor for our user so I hope to get some data the next couple of days.
No PM,please use the forum. || May the <SOLVED>-attribute be in your title!
With this user it happens a couple of times a day. The screen flickers about 6 times before he is able to continue to work. But the exact time isn't predictable.
The OnTimer trigger never fired.
CurrForm.UPDATE was executed several times, but always more than 1 minute before the flickering occurred. Since the flickering itself only costs a couple of seconds I also ruled this out as the source.
I guess this is a dead end.
Our newest test is connecting the switch the user is on to an UPS. But if you have other ideas, please let me know. Thanks.
We found the error and it was in the GPO the fault lay.
It was refresh rate which stood at 5 min and when we change it to only update once then it worked without the flicker.
Thanks for the Help guys.
The only thing that I've been able to associate it with was when .NET updates were being applied to a client in the background. After a .NET update is applied, the .NET Runtime Optimizer runs and does some work at a slow pace as to not interfere with normal work. Since NAV uses some .NET components, this is a possible thing to look for.
mhansen, what GPO are you talking about?