Resolve URL ACL Issues

Skip to main content

Resolve URL ACL Issues

You are here:

You may encounter an error in the log file containing any of the following text:

This is due to your Shop Floor Insight service running a service account that does not have permission to register the URL ACL. You can resolve this by using the tool: netsh http add urlacl url=http://+:1234/TCM user=”yourdomain\yourserviceuser”

Steps

  1. Start a command prompt as Administrator (on the server where the service is installed).
  1. Select your required port (port numbers for standard installs are 8000, 8001, etc.).
  2. Select your required service account to configure access with (this is the user configured on your service entry).
  3. Input in the command prompt running as Administrator (or otherwise elevated permissions): netsh http add urlacl url=http://+:1234/TCM user=”yourdomain\yourserviceuser”

If successful, you receive the response “URL Reservation Successfully added”.

Examples

  • If your Shop Floor Insight service is running with HTTP (on port 8000) as Network Service, it would look like this: netsh http add urlacl url=http://+:8000/TCM user=”NT AUTHORITY\NETWORK SERVICE”
  • If your Shop Floor Insight service is running with HTTPS (on port 8456) as Network Service, it would look like this: netsh http add urlacl url=https://+:8456/TCM user=”NT AUTHORITY\NETWORK SERVICE”
  • If your Shop Floor Insight service is running on HTTP (on port 8001) as a service user called “SFI-Service” on the domain “Mydomain”, it would look like this: netsh http add urlacl url=http://+:8001/TCM user=”Mydomain\SFI-Service”
Was this article helpful?
0 out Of 5 Stars
5 Stars 0%
4 Stars 0%
3 Stars 0%
2 Stars 0%
1 Stars 0%
5
How can we improve this article?
Please submit the reason for your vote so that we can improve the article.
Need help?

Leave A Comment

Table of Contents
Go to Top