Hi there,
Hi there,
i have here the following development environment:
- Dev Environment on my client
- NST on a separate server
- DB on a separate server
I have the problem that whenever I open an object from the development environment, nav starts a new session.
Regardless of wether a session is already open. Actually, it should start the object in the already opened session.
When we were on Rollup 2, this works fine. I'm just not sure if this is due to the newer Platform rollups or this is a bug in Rollup 3,4 & 5.
Or do I have to set different settings in the nst?
Anyone know the problem or a solution?
0
Comments
In order for the Client to use the existing Client instance it needs to find a Client process with the same COM Interface.
Some changes were made to the Client COM registration to support side-by-side installations. These require some manual steps.
You can read more about it here:
Installing Microsoft Dynamics NAV 2013 R2 side-by-side with Microsoft Dynamics NAV 2013 http://blogs.msdn.com/b/nav/archive/2014/02/24/installing-microsoft-dynamics-nav-2013-r2-side-by-side-with-microsoft-dynamics-nav-2013.aspx
I hope this helps.
Regards,
David
Thanks a lot. This works fine! =D>