Search code examples
servicenavision

Creating Navision service using Navision application server?


I am trying to create a service. I am using nassql.exe, this is what I have done enter image description here

But It's not added into the list of services, like

enter image description here

I am new to Navision, what I need to do for creating it as a service like above two by default services. Thanks.


Solution

  • You missing a parameter installasservice.

    nassql.exe appservername=TheNasName, servername=TheServerName, database=TheDatabaseName, company="The Company", nettype=tcp, startupparameter=SomeStartupParameter, installasservice
    

    Without this parameter you launching NAS from comandline. For example to debug it.

    There is also uninstallasservice parameter to remove previously installed service.