Skip to content

Instantly share code, notes, and snippets.

@jglathe
Last active May 2, 2019 11:26
Show Gist options
  • Save jglathe/a1fdf55c80a1cfc882af31c978507fa6 to your computer and use it in GitHub Desktop.
Save jglathe/a1fdf55c80a1cfc882af31c978507fa6 to your computer and use it in GitHub Desktop.

Revisions

  1. jglathe revised this gist May 2, 2019. 1 changed file with 1 addition and 1 deletion.
    2 changes: 1 addition & 1 deletion gistfile1.txt
    Original file line number Diff line number Diff line change
    @@ -7,4 +7,4 @@ Use a cmd session with administrative rights:

    netsh http add urlacl url=http://+:7049/P4TA_2018_W1_RTM/ user="NT AUTHORITY\NETWORKSERVICE" listen=yes delegate=no

    P4TA_2018_W1_RTM is the service instance name, replace it with yours. Likewise the username, if don't use the built-in one.
    P4TA_2018_W1_RTM is the service instance name, replace it with yours. Likewise the username, if you don't use the built-in one.
  2. jglathe revised this gist Nov 9, 2018. 1 changed file with 4 additions and 2 deletions.
    6 changes: 4 additions & 2 deletions gistfile1.txt
    Original file line number Diff line number Diff line change
    @@ -1,5 +1,7 @@
    I use Service Tier Administration Tool for managing my service tiers for development. It's a great tool, but currently it is not fit to handle NAV2018 and above service tiers. After creation with the tool ("create instance") they fail to come up.
    To make a newly created service work, you need to add urlacl rights for an additional port (7049) and the user the service is running on.
    I use Service Tier Administration Tool for managing my service tiers for development. It's a great tool, but currently it is not
    fit to handle NAV2018 and above service tiers. After creation with the tool ("create instance") they fail to come up.
    To make a newly created service work, you need to add urlacl rights for an additional port (7049) and the user the service is
    running on.

    Use a cmd session with administrative rights:

  3. jglathe created this gist Nov 9, 2018.
    8 changes: 8 additions & 0 deletions gistfile1.txt
    Original file line number Diff line number Diff line change
    @@ -0,0 +1,8 @@
    I use Service Tier Administration Tool for managing my service tiers for development. It's a great tool, but currently it is not fit to handle NAV2018 and above service tiers. After creation with the tool ("create instance") they fail to come up.
    To make a newly created service work, you need to add urlacl rights for an additional port (7049) and the user the service is running on.

    Use a cmd session with administrative rights:

    netsh http add urlacl url=http://+:7049/P4TA_2018_W1_RTM/ user="NT AUTHORITY\NETWORKSERVICE" listen=yes delegate=no

    P4TA_2018_W1_RTM is the service instance name, replace it with yours. Likewise the username, if don't use the built-in one.