Installing Webservice for NAV 2013

ThalonThalon Member Posts: 10
edited 2013-03-13 in NAV Three Tier
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

Answers

  • krikikriki Member, Moderator Posts: 9,112
    Make it yourself easier : use http://www.mibuso.com/dlinfo.asp?FileID=1410.
    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.
    Regards,Alain Krikilion
    No PM,please use the forum. || May the <SOLVED>-attribute be in your title!


  • SaalekSaalek Member Posts: 181
    Hi

    Try using Nav 2013 administrative tool.You can install it from Dynamics NAV 2013 DVD.
    You can create NAV 2013instances easily

    Bye
  • ThalonThalon Member Posts: 10
    @kriki
    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
  • krikikriki Member, Moderator Posts: 9,112
    Saalek wrote:
    Hi

    Try using Nav 2013 administrative tool.You can install it from Dynamics NAV 2013 DVD.
    You can create NAV 2013instances easily

    Bye
    Better use the tool I mentioned. A lot better than this.
    Regards,Alain Krikilion
    No PM,please use the forum. || May the <SOLVED>-attribute be in your title!


Sign In or Register to comment.