NAS error No service could be started with the Start-Up

walterqmasonwalterqmason Member Posts: 8
I am trying to start a second NAS for K&M and I am getting a weird error. I am getting the following error: “No service could be started with the Start-Up Parameter SS_KG”. Have you seen this error before? I don’t think I am doing anything wrong in the setup but like I said I have sent a screen shot.

Does anyone know how to fix this issues

Comments

  • ara3nara3n Member Posts: 9,256
    NAS starts with only certain parameter. It looks like you have added code to the NASHandler in CU 1. I would double check the spelling and take a look at CU 1 Nashandler function for the correct startup parameter.
    Ahmed Rashed Amini
    Independent Consultant/Developer


    blog: https://dynamicsuser.net/nav/b/ara3n
  • walterqmasonwalterqmason Member Posts: 8
    All the necesary code matches up properly. I am using the right startup property.
  • ara3nara3n Member Posts: 9,256
    Please paste your code for nas handler function in here
    Ahmed Rashed Amini
    Independent Consultant/Developer


    blog: https://dynamicsuser.net/nav/b/ara3n
  • DenSterDenSter Member Posts: 8,305
    Text constant Text018 in Codeunit 1 has the value "No service could be started with the Start-Up Parameter %1", which looks awefully close to your message. Standard NAV does not use this constant though, so it must be in your custom code somewhere.

    Try calling codeunit 1 with your startup parameter from a test form, and debug it from there.
Sign In or Register to comment.