Please ensure Javascript is enabled for purposes of website accessibility
Powered by Zoomin Software. For more details please contactZoomin

RtReports

Changes to the web​.config

  • Last UpdatedJan 24, 2023
  • 1 minute read

The web.config file is typically located at %PIHOME%\RtReports\web.config.

  1. 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"/>

  2. Set the ARGSenderEmail value to a valid sender email address:

    <add key ="ARGSenderEmail" value="/>

  3. 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.

TitleResults for “How to create a CRG?”Also Available in