Since we start to work with navision, we have had a lot of problems with blocks... We are using MS-SQL Server that it is supposed that it does not block tables, only registers...
There is not an unique table that it's blocked... it could happen while making an invoice, or while changing an item from a salesperson to another one...
The traduction of the message error that it's shown by navision is this one: "Your activity was blocked by another user. Begin again."
In spanish: "Su actividad fue bloqueada por otro usuario. Empieze otra vez."
Have someone else had this problem with blocks?
Thank you in advance.
0
Comments
Are you trying to post long invoices or journals? Are you running Navision client that does posting from a server?
Documentation for Microsoft Navision
E/R diagrams, Workflow diagrams, UML diagrams, process diagrams
Our users first connect with a server of Terminal Server that has installed the Navision client, and then, with that Navision client installed in the Terminal Server connect to the database server, the connection is not from the local computer of the user.
Example:
User1 -> Terminal Server (+Navision client) -> Database Server
User2 -> Terminal Server (+Navision client) -> Database Server
...
UserN -> Terminal Server (+Navision client) -> Database Server
Thank you for your help.
Best regards.
MVP - Dynamics NAV
My BLOG
NAVERTICA a.s.
We have a similar problem, and i dont know if its SQL Server Record Locking problem.
When we run the Inventory Batch Program, Adjust Cost-Item Entries, the system gives error "Another user has modified the record after you retrieved it...." even when no other users are using the system.
What could this be.
Harare Zimbabwe
We have a similar problem, and i dont know if its SQL Server Record Locking problem.
When we run the Inventory Batch Program, Adjust Cost-Item Entries, the system gives error "Another user has modified the record after you retrieved it...." even when no other users are using the system.
What could this be.
Harare Zimbabwe
I hope that somebody of this community help us because i have no idea to solve that problem.
http://www.mibuso.com/forum/viewtopic.php?p=14921#14921
MVP - Dynamics NAV
My BLOG
NAVERTICA a.s.
I have changed the code in that codeunit right now... I hope it works!
Thank you a lot.
But you must be sure that Var1 is not modified before second GET because you will lost the changes (there must be no Var1.xxx := or Var1.VALIDATE(xxx,yyy) etc.).
[/code]
MVP - Dynamics NAV
My BLOG
NAVERTICA a.s.
with the table locking from the Native Database Engine.
I'm trying to push my management to move to SQL Server so our users will hopefullly experience less locking problems when posting documents.
As far as I understood SQL lock at record level,
so the only lock which can occurs are maybe where the record is unique
(ie: two processes trying to increase the No. Series field)
My question is the following :
Will we experience less table locking if we upgrade to SQL Server ?
(We're using a 3.60 Database Using WareHouse Management)
Kine, mentionned that they're a few deadlock places in (standard?)Navision, can someone post a check list of those ?
has someone a full check list
Going from Native DB to SQL does not mean less locking!
MVP - Dynamics NAV
My BLOG
NAVERTICA a.s.