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
  1. Go to
    C:\Program Files\Rockwell Software\FactoryTalk Historian\Historian WebTrend\WebTrendBE
    , and then open
    appSettings.json
    .
  2. Change the port number in
    DataProvider
    as shown in the following example, and then save the file.
    "DataProvider": [ "http://localhost:6002" ]
  3. Go to
    C:\Program Files\Rockwell Software\FactoryTalk Historian\Historian WebTrend Data Provider
    , and then open
    RA.FTHistorianSE.WebTrend.HistorianProviderHost.exe.config
    .
  4. In the
    appSettings
    section, update the value of
    <add key="ServerPort" value="6002"/>
    , and then save the file.
  5. Open
    Internet Information Services (IIS) Manager
    .
  6. Expand
    Server
    Sites
    . Select
    FTHWebTrendSite
    , and then select
    Restart
    .
  7. In the Start menu, select
    Services
    .
  8. In , right-click
    FTHWebTrendDPSvc
    , and then select
    Restart
    .
Provide Feedback
Have questions or feedback about this documentation? Please submit your feedback here.
Normal