Hello.
A client has a lot of mods and a vertical solution 4.0 sp3. They are planning to do an web integration and want to use webservice. The vertical solution is not ready for 2009. And it is going to be expensive to do full upgrade.
Based on my experience there is nothing prevents doing an exe upgrade to 2009 and use the webservice and use classic 2009 client with 4.0 sp3 db.
I wanted to know if anybody has done and and what has been their experience and what kind of issues did they run into?
Thanks.
0
Comments
So it probably isn't as easy as you have hoped for.
Group Program Manager, Client
Microsoft Dynamics NAV
http://blogs.msdn.com/freddyk
The information in this post is provided "AS IS" with no warranties, and confers no rights. This post does not represent the thoughts, intentions, plans or strategies of my employer. It is solely my opinion.
Compiling all the objects isn't an issue, unless you are saying that certain CAL code could not be translated to C# so you had to change CAL code?
Could you give examples if this is the case.
They don't need to transform any forms. Even if they transform them, they don't need to look good, since they won't use the Role Tailored client. They just want to use web service.
(Difference is of course that you can decide to do only some forms for Web Services).
All AL code should be able to compile to C# - but here are constructs that are not supported or supported differently (Environment variables, Temporary files, OCX'es) and in some cases this can generate C# that doesn't compile or run. You might not run into any of that of course, but if you do, the event log is your freind.
Group Program Manager, Client
Microsoft Dynamics NAV
http://blogs.msdn.com/freddyk
The information in this post is provided "AS IS" with no warranties, and confers no rights. This post does not represent the thoughts, intentions, plans or strategies of my employer. It is solely my opinion.
I saw this blog on this subject.
http://blogs.msdn.com/nav_developer/arc ... ntime.aspx
It looks you can do exe upgrade using older databases.
There is one mentioned example that needs to be changed.
Independent Consultant/Developer
blog: https://dynamicsuser.net/nav/b/ara3n
That is great news.