Changes to the web.config
- Last UpdatedJan 24, 2023
- 1 minute read
- PI System
- RtReports 5.0
- Visualization
The web.config file is typically located at %PIHOME%\RtReports\web.config.
-
Verify that the AdobePDFLocation switch is set. The value is the location where unofficial printouts of reports are stored. It should match the entry in OSISoft.RtReports.RtRemotingHost.exe.config. See Configure automatic report generation.
<add key = "AdobePDFLocation" value = "C:\AdobePDFLocation"/>
-
Set the ARGSenderEmail value to a valid sender email address:
<add key ="ARGSenderEmail" value="/>
-
Set the network email settings. In most situations, only the host parameter should be edited -- input your company's valid SMTP server address. These settings are located
at the <configuration> section:
<mailSettings>
<smtp from="">
<network host="SMTP.Company.com" port="25" userName="" password="" defaultCredentials="false" />
</smtp>
</mailSettings>See Mail server settings.