Change the server port number for FTHWebTrendDPSvc
If your organization requires you to change the default server port number for the
FTHWebTrendDPSvc service, you need to edit
DataProvider
in
appSettings.json
and the value of ServerPort
in
RA.FTHistorianSE.WebTrend.HistorianProviderHost.exe.config
.To change the server port number for FTHWebTrendDPSvc
- Go toC:\Program Files\Rockwell Software\FactoryTalk Historian\Historian WebTrend\WebTrendBE, and then openappSettings.json.
- Change the port number inDataProvideras shown in the following example, and then save the file."DataProvider": [ "http://localhost:6002" ]
- Go toC:\Program Files\Rockwell Software\FactoryTalk Historian\Historian WebTrend Data Provider, and then openRA.FTHistorianSE.WebTrend.HistorianProviderHost.exe.config.
- In theappSettingssection, update the value of<add key="ServerPort" value="6002"/>, and then save the file.
- OpenInternet Information Services (IIS) Manager.
- Expand . SelectFTHWebTrendSite, and then selectRestart.
- In the Start menu, selectServices.
- InServices, right-clickFTHWebTrendDPSvc, and then selectRestart.
Provide Feedback