Hi Guys,
I have a client that uses NAV 2009 SP1(classic client). They have this problem in which it always hangs when they do posting in all forms like in Journals, Sales and Purchase Order, Item Journal. What could be the problem? Can someone help me on how to resolve this. Thanks!!!
0
Comments
If it is for all workstations, it probably is because there is some endless loop somewhere. In this case you have to use the debugger to search for the endless loop.
No PM,please use the forum. || May the <SOLVED>-attribute be in your title!
Thanks for responding in my query. Yes it happens to all workstations. So I need to run the debugger of NAV before posting so that I will know where the problem is? And also do you think it has something to do with SQL? Thanks!
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 solved this issue once by disabling the automatic updating of Analysis Views
While I agree with Alex's post that setting the Automatic Cost Adjustment to Never can increase performance, there is a tradeoff that you need to consider in doing this.
By setting this field to never, costs are not adjusted during posted, and are only updated when running the batch routine. Conversely, setting the field to always will adjust the cost during posting, regardless of the posting date, which I think is excessive.
Instead, you need to choose the appropriate value for your company based on the need for accurate costing with a tradeoff of database performance
This is a misconception. Even setting the Automatic Cost Adjustment to Always, you STILL have to run the adjust cost - item entries process.
So if you have the run the process anyway, why bother setting it to always?
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