Versions Compared

Key

  • This line was added.
  • This line was removed.
  • Formatting was changed.

...

This error message typically occurs if the TARGIT server is not running, or if the user running the TARGIT server has been changed.

Image Added

Solution

...

First, open Task Manager and ensure that TARGIT Server is running.

Afterwards, run the following commands in an elevated command prompt:


NETSH http show urlacl

Locate the reservation on port 1301 and note if it is specified on http or https.

Next, run the following commands, making sure when you delete the URL reservation that you use the http or https depending on the current reservation.

NETSH http delete urlacl url=https://*:1301/
NETSH http add urlacl url=https://*:1301/ user=<domain>\<username>