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
- OpenInternet Information Services (IIS) Manager.
- Expand .
- Right-clickFTHWebTrendSite, and then selectEdit Bindings.
- InSite Bindings, select a binding, and then selectEdit.
- InEdit Site Binding, enter a number forPort, for example,7090, and then selectOK.
- CloseSite Bindings, and then selectRestart.
- Go toC:\Program Files\Rockwell Software\FactoryTalk Historian\Historian WebTrend Data Provider, and then openRA.FTHistorianSE.WebTrend.HistorianProviderHost.exe.config.
- In theappSettingssection, add<add key="SignalRUrl" value="http://, and then save the file.host name or IP address:7090/connectionHub"/>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"/>
- In the Start menu, selectServices.
- InServices, right-clickFTHWebTrendDPSvc, and then selectRestart.
Provide Feedback