Import security settings to a new RtReports server
- Last UpdatedMay 15, 2026
- 1 minute read
- PI System
- RtReports 5.1
- Visualization
Import the security settings from the old RtReports server stored in the security.xml file to the new RtReports server. You can do this from a command prompt or the Admin menu in RtReports editor.
From a command prompt:
-
Navigate to the folder containing the RtReports executables at %PIHOME%\RtReports\bin.
-
Type the command.
-
If using Asset Framework to store application data (default):
OSISoft.RtReports.SecuritySettings.exe "\%OSI\RtReports" "AssetFrameworkServer|AF" "C:\security.xml" "C:\results.xml"
where
AssetFrameworkServer|AF is the name of your PI AF Server and \RtReports is the location of the RtReports application data in the AF Configuration database.
-
If using Module Database to store application data:
OSISoft.RtReports.SecuritySettings.exe "\%OSI\RtReports" "PIServer|DA" "C:\security.xml" "C:\results.xml"
where
PIServer|DA is the name of your PI Server and \%OSI\RtReports is the location of the RtReports application data in the Module database.
This imports the security.xml data, applies the same privileges to the new RtReports server, and exports results to results.xml.
-
-
Apply the changes and restart IIS by entering the command: IISRESET.
From the RtReports editor:
-
Sign in to the RtReports editor using an administrator account.
-
Click Admin > Import Security File, then OK to open the file selection window.
-
Select the XML file to import and click Open.
After the file imports, a message window opens prompting you to restart the editor to refresh the settings.
-
Click OK and restart RtReports editor.