Change the port number of the Historian WebTrend site

In scenarios like port conflicts or organizational requirements, you need to change the default port number of the Historian WebTrend site in Internet Information Services (IIS) Manager and
RA.FTHistorianSE.WebTrend.HistorianProviderHost.exe.config
.
To change the port number of the Historian WebTrend site
  1. Open
    Internet Information Services (IIS) Manager
    .
  2. Expand
    Server
    Sites
    FTHWebTrendSite
    .
  3. Right-click
    FTHWebTrendSite
    , and then select
    Edit Bindings
    .
  4. In
    Site Bindings
    , select a binding, and then select
    Edit
    .
  5. In
    Edit Site Binding
    , enter a number for
    Port
    , for example,
    7090
    , and then select
    OK
    .
  6. Close
    Site Bindings
    , and then select
    Restart
    .
  7. Go to
    C:\Program Files\Rockwell Software\FactoryTalk Historian\Historian WebTrend Data Provider
    , and then open
    RA.FTHistorianSE.WebTrend.HistorianProviderHost.exe.config
    .
  8. In the
    appSettings
    section, add
    <add key="SignalRUrl" value="http://
    host name or IP address
    :7090/connectionHub"/>
    , and then save the file.
    TIP: If you select the https binding in step 4, the code should be
    <add key="SignalRUrl" value="https://
    host name or IP address
    :7090/connectionHub"/>
    .
  9. In the Start menu, select
    Services
    .
  10. In , right-click
    FTHWebTrendDPSvc
    , and then select
    Restart
    .
Provide Feedback
Have questions or feedback about this documentation? Please submit your feedback here.
Normal