Projects > Run a Project Using the Setup Wizard > EcoStruxure Web Services Server Setup > Modifying the URL Reservation

Modifying the URL Reservation

To delete, browse or manually control the reserved URL of the EcoStruxure Web Service on the computer use the Windows utility netsh.exe.

Note: For registration information refer to the topic EcoStruxure Web Services Server Setup.

To delete a URL reservation

  1. Click Start, point to All Programs, click Accessories, right-click Command Prompt and click Run as Administrator on the context menu that comes up. Click Continue on the User Account Control (UAC) window that might ask permissions to continue.
  2. Type in netsh http delete urlacl url=<urlNamespace> in the command prompt window. Where <urlNameSpace> = https://<ewsServerAddress>:<ewsServerPort>/DataExchange e.g. http://localhost:2086/DataExchange.
  3. If the reservation is deleted successfully, the following message is displayed, 'URL reservation successfully deleted'.

To display URL reservations

  1. Click Start, point to All Programs, click Accessories, right-click Command Prompt and click Run as Administrator on the context menu that comes up. Click Continue on the User Account Control (UAC) window that might ask permissions to continue.
  2. Type in netsh http show urlacl in the command prompt window.
  3. URL reservation list should be displayed.

To add a URL reservation

  1. Click Start, point to All Programs, click Accessories, right-click Command Prompt and click Run as Administrator on the context menu that comes up. Click Continue on the User Account Control (UAC) window that might ask permissions to continue.
  2. Type in netsh http add urlacl url=<urlNamespace> user=<machine name>\<security group name> in the command prompt window. Replace <machine name> with the computer name or Windows domain on which the group is created and <security group name> with the name of the security group.
  3. If the reservation is created successfully, the following message is displayed, 'URL reservation successfully added'.

See Also

Published June 2018