- Print
- DarkLight
- PDF
Requirements
- Windows Server 2016 or higher
- Internet Information Services 10
Prerequisites
The UI uses the Data Extraction (DX) API v2.1 to access data that has been analyzed in Analytics 9. Therefore, you must already have existing Webtrends Analytics 9.4.1 and DX servers in your Webtrends environment.
Profile key metrics may not be available with versions of Analytics prior to 9.4.1.
Installation Overview
An installer is available to quickly configure a Webtrends Reporting site in Internet Information Services on a Windows server. The static assets for the web app are also available in case manually configuring the hosting environment is preferred.
Depending on where Webtrends Reporting is being deployed, the Data Extraction API may need to be configured to accept cross-origin requests. See the CORS Configuration section for details.
Automatic Installation
To deploy the Webtrends Reporting UI automatically:
- Ensure you are logged into the server with a local admin user account.
- Run the installer (
wtr_setup.exe
). - Select Yes when asked if IIS should be installed.
- Provide the DX API endpoint.
- Example: http://myDomain.com/v2_0/ReportService
- This is where report data will be retrieved.
- Provide the URL of the Analytics 9 UI.
- Example: http://myDomain.com:7099
- This is used for the Analytics 9 link in the account menu, allowing users to quickly access the Analytics 9 UI if needed.
- Provide a port number for the Webtrends Reporting UI IIS site.
- If IIS was not installed on the server prior to starting the Webtrends Reporting installation, then port 80 can be used. The Default Website will be stopped to avoid a conflict.
- If Webtrends Reporting is being installed on a server that already includes IIS, an unused port will be required.
- Apply any additional configurations (e.g. security certificates, firewall rules, etc.) after the Webtrends Reporting installation is complete.
Manual Installation
To deploy the Webtrends Reporting UI manually:
- Install the Web Server (IIS) with the default features.
- Install URL Rewrite 2.1.
- The installer is found in the zip file or can be downloaded here:
https://www.iis.net/downloads/microsoft/url-rewrite
- The installer is found in the zip file or can be downloaded here:
- Add a new IIS Application Pool with default options.
- Add a new IIS site and select the newly created Application Pool.
- Copy all contents of the
\app
folder in the zip to the physical path of the new site. - Create a
config.js
file from\app\config.js.example
, replacing the DX endpoint and Analytics 9 URL with correct values.