Hello Upgrade Experts,
Need expert advise on the upgrade. We are currently on NAV 3.70 version and we are planning to upgrade to NAV 5.0, since this is a major requirement in order to upgrade to NAV 2009 or 6.0.
Here are my questions:
1.) With the announcement of NAV 5.0 SP1 which I'm not so sure when the exact date of release. Is it advisable to wait for the NAV 5.0 SP1 upgrade or can I just go ahead and schedule an upgrade from NAV 3.70 to NAV 5.0. ?
2.) If I decided to upgrade to NAV 5.0.
A) Is it a major or minor upgrade from NAV 5.0 to NAV 5.0 SP1?

In the future, can I just upgrade directly from NAV 5.0 to NAV 2009 (6.0) without upgrading to NAV 5.0 SP1?
Please advise.
Thanks
Joel Nario
Comments
2A: I would personally say minor, but there are some tricky bits and pieces, so you need to be aware of what it all involved.
2B: You can upgrade directly to 2009 from any version, it's just more work from older versions. The more you do now, the less you have to do when 2009 comes out. 5.0 SP1 will be closer to 2009 in functionality than 3.70. It will also be closer to 2009 than regular 5.0, but how much is anybody's guess at this point
RIS Plus, LLC
No PM,please use the forum. || May the <SOLVED>-attribute be in your title!
SP1 is meant to be available by the end of March, but partnersource will be down for the last 3 days of March.
http://mibuso.com/blogs/davidmachanick/
Lol - that means it will only be available the 1st of April
Anyway, the sad thing is: only the W1, the Danish and a third version (which I forgot) will be available. I wonder when the upgrade toolkit will be available (if there will be any).
There are only a few functional changes (additions) in SP1, so I don't expect that a data migration will be necessary. Probably upgrading the code (to fix the 300 bugs and to have the small additions) will be enough ... .
Eric Wauters
MVP - Microsoft Dynamics NAV
My blog
Hmm releasing 5.00 SP1 on April first. Why does that sound similar to something I head last year :-k
Since there should not be any need for a data upgrade, there probably wont be an upgrade tool kit right?
Eric Wauters
MVP - Microsoft Dynamics NAV
My blog
50. US SP1 has been released.
News:
https://mbs.microsoft.com/partnersource ... /50sp1.htm
Download page:
https://mbs.microsoft.com/partnersource ... V50SP1.htm
Independent Consultant/Developer
blog: https://dynamicsuser.net/nav/b/ara3n
A. Loermann
??? What test?
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 think what he means is a reference to the removal of flow fields. How will this affect big databases (500Gig+) and what level of testing has been made on databases of this size.
2. example
tablekey salesorder, salesorder line nummer, type
only! the filtering with setcurrentkey with all! key fields will be performant (index-seek) all other option will use as a scan ..
A. Loermann
http://mibuso.com/blogs/davidmachanick/
Eric Wauters
MVP - Microsoft Dynamics NAV
My blog
Especially about the part "how-to-explain-your-customer-he-needs-another-tuning".
No PM,please use the forum. || May the <SOLVED>-attribute be in your title!
Hm, it's a new SQL handling, so it's rather obvious, no?
Eric Wauters
MVP - Microsoft Dynamics NAV
My blog
But most customers reason in other ways : I just want to upgrade Navision, why does that new version need another SQL-tuning.
No PM,please use the forum. || May the <SOLVED>-attribute be in your title!
But that's the price you have to pay if you want to upgrade to a better product.. .
Eric Wauters
MVP - Microsoft Dynamics NAV
My blog
On the other hand, the removel of SIFT tables is supposed to speed it all up right, so would make the system even faster. Tuned indexes would still be tuned, I don't really see how there would be a lot of work to "re-tune", it should be pretty smooth in most cases.
RIS Plus, LLC
Not regular inserts and modifications, but flowfield speed, CALCSUMs and CALCFIELDS in code.
RIS Plus, LLC
I did some heavy testing on reading speed:
I created a table with Item No.,Location Code,Posting Date,Quantity and made a matrix form with in rows items (50 items) and in the columns the locations (I think 5 locations) and I created 1 record per item per location per date.
And for a few years it is very fast. When I arrived at about 200 years, it got slow Because for each item+location, SQL had to sum hundreds of records for each cell. (I also had ONLY 200MB as cache on SQL).
To speed it up, I created a new index I put BEFORE the original in which I removed the Posting Date. I only maintained the SIFTIndex but not the SQLindex. And if I didn't use a datefilter, it was again very fast. But of course I lost some writing speed.
Another thing I noticed : bulk-inserts (5.0SP1) are about 10 times as fast as normal inserts (pre 5.0SP1)
No PM,please use the forum. || May the <SOLVED>-attribute be in your title!
Independent Consultant/Developer
blog: https://dynamicsuser.net/nav/b/ara3n
RIS Plus, LLC
Navision takes the view that is best fitting in case of flowfields,but helping a little never hurts.
No PM,please use the forum. || May the <SOLVED>-attribute be in your title!