Symptom:
AccelSee was installed on the same server (with SharePoint), both AccelSee and SharePoint uses the same port (80).
Solution
- Open your IIS console
- Change Default Web Application (AccelSee) to listen on port 81 (or other unused port).
- Restart Default Web Application
- Open Registry Editor
- Browse to HKEY_LOCAL_MACHINE\SOFTWARE\Accelerated Information\AccelSee\UCV
- Change host.fqdn variable, add ":81". e.g: YOURHOSTNAME:81
- Open C:\AccelSee\webapps\ClientServices\web.config file
- Replace all hostname occurance to hostname:81
- Done

Add Comment