Import RtReports security information to the new PI Server
- Last UpdatedMay 14, 2026
- 1 minute read
- PI System
- RtReports 5.1
- Visualization
-
On the RtReports server, open a command prompt window, and navigate to the folder containing the RtReports executables located at %PIHOME%\RtReports\bin.
-
Type the command.
-
If using Asset Framework to store application data (default):
OSISoft.RtReports.SecuritySettings.exe "\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 is the name of your PIServer|DA and \%OSI\RtReports is the location of the RtReports application data in the Module database.
-