Remove URL Registration

If copy and scan transactions are not tracked after running the netsh command, you need to remove the old URL and re-register the full HP URL.

To remove a URL registration and then re-register it, do the following:

  1. Stop the DCE service.
  2. Right-click the command prompt, and select Run as Administrator from the list.
  3. Run the following commands:
    netsh http show urlacl 
    netsh http delete urlacl url=http://+:8005/
  4. Register the URL using the full HP URL:
    netsh http add urlacl url=http://<DCE_IP>:8005/Equitrac/HPOXP/StatisticsService user=[Domain\eqservicesaccount]
    where the eqservicesaccount is the name of the account that the Equitrac services are run under.
  5. Start the DCE service.