Hello!
I'm trying to install a second instance of NAV2013 on the same server. I've copied the Service-Folder and tried to register it the same way as in NAV2009:
sc \\localhost create MicrosoftDynamicsNAVServer$NAV1 binpath= "C:\Program Files\Microsoft Dynamics NAV\70\Service\Microsoft.Dynamics.Nav.Server.exe $NAV1" DisplayName= "Microsoft Dynamics NAV Server Instance Demo 2013" start= auto type= own
sc \\localhost create MicrosoftDynamicsNAVWS$NAV1 binpath= "C:\Program Files\Microsoft Dynamics NAV\70\Service\Microsoft.Dynamics.Nav.Server.exe $NAV1" DisplayName= "Microsoft Dynamics NAV Server Instance Demo 2013 WebService" start= auto type= share
SC START MicrosoftDynamicsNAVServer$NAV1
SC START MicrosoftDynamicsNAVWS$NAV1
pause
RTC can connect without any problems, but I'm not able to start the webservice. It allways ends in Error1083: The executable program that this service is configured to run in does not implement the service. In 2009 this was the case when $NAV1 was missing in binpath.
Has the command changed for NAV 2013?
Thanks,
Gerald
0
Answers
I am using it and it makes my life a lot easier!
PS: use port sharing and use ports 704x for NAV 2009 ad 705x for NAV2013. Port sharing CANNOT be shared between NAV2009 and NAV2013.
No PM,please use the forum. || May the <SOLVED>-attribute be in your title!
Try using Nav 2013 administrative tool.You can install it from Dynamics NAV 2013 DVD.
You can create NAV 2013instances easily
Bye
I'll have a look
@Saalek
I've installed it, but I seem to have done some kind of configuration-error.
@Topic
As far as I (think I've) found out yesterday the Webservice is no seperate service any more. All the functions are included in the main service. Everything works fine now :-)
Thx,
Gerald
No PM,please use the forum. || May the <SOLVED>-attribute be in your title!