web
You’re offline. This is a read only version of the page.
close
Skip to main content
Community site session details

Community site session details

Session Id :

ACS Configuration Error – ACS Aunthetication

RockwithNav Profile Picture RockwithNav 8,303 Super User 2025 Season 2

 

Hey Folks,

I just ended up with one of the error where one of my Customer was having ACS authentication to be functional for both NAV RTC and Web Clients. Event viewer of the error addresses something like this –

The service MicrosoftDynamicsNavServer$TestNav failed to start. This could be caused by a configuration error. Detailed error information: System.ServiceModel.AddressAccessDeniedException: HTTP could not register URL http://+:7047/TestNav/. Your process does not have access rights to this namespace (see http://go.microsoft.com/fwlink/?LinkId=70353 for details). —> System.Net.HttpListenerException: Access is denied

After an analysis I come into a conclusion where the port was not binded for the ACS to be functional. So here is the quick fix for this.

Open Command Prompt and execute this command –

netsh http add urlacl url=http://+:7047/TestNav/ user=”NT AUTHORITY\NETWORK SERVICE”

CHEERS


This was originally posted here.

Comments

*This post is locked for comments