Options

NAV 2009 Webservice RTC

mjhigginsmjhiggins Member Posts: 57
edited 2010-11-22 in NAV Three Tier
NAV 2009 has been installed, uninstalled and then re-installed. When
trying to run the web services service, this error is received in the
event viewer

"The service MicrosoftDynamicsNavWS failed to start. This could be
caused by a configuration error. Detailed error information:HTTP could
not register URL https://+:7047/SERVERNAMEHERE/. Another application
has already registered this URL with HTTP.SYS.."


It would appear that the old installation is holiding/retaining this
registration, is there a way to remove this?


Thanks in adavnce

Comments

  • Options
    ara3nara3n Member Posts: 9,255
    The info is stored in Registry in the following location

    HKEY_LOCAL_MACHINE\System\CurrentControlSet\Services\HTTP\Parameters\UrlAclInfo


    You can also change the Port to another port in customsettings.config

    You can search the registry for all references of for the port Number.
    Ahmed Rashed Amini
    Independent Consultant/Developer


    blog: https://dynamicsuser.net/nav/b/ara3n
  • Options
    mjhigginsmjhiggins Member Posts: 57
    thanks, sorted the issue

    \:D/
  • Options
    ara3nara3n Member Posts: 9,255
    welcome.
    Ahmed Rashed Amini
    Independent Consultant/Developer


    blog: https://dynamicsuser.net/nav/b/ara3n
  • Options
    GoMaDGoMaD Member Posts: 313
    If you want to add an URL:

    http://msdn.microsoft.com/en-us/library/ms733768.aspx

    and execute following command and change the URL and the user part as needed:
    netsh http add urlacl url=http://+:80/MyUri user=DOMAIN\user
    
    Now, let's see what we can see.
    ...
    Everybody on-line.
    ...
    Looking good!
Sign In or Register to comment.