Export RtReports security information from the old 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 in %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"
where
AssetFrameworkServer is the name of your PI AF Server.
“\RtReports” is the path to the application data stored in your PI AF Server’s Configuration Database. “\RtReports” is the default.
C:\security.xml is the target location for the security.xml file that the command creates.
-
If using Module Database to store application data:
OSISoft.RtReports.SecuritySettings.exe "\%OSI\RtReports" "PIDataArchive|DA" "" "" "C:\security.xml"
where
PIDataArchive is the name of your PI Data Archive Server.
"\%OSI\RtReports" is the path to the application data stored in your PI Data Archive’s Module Database. "\%OSI\RtReports" is the default.
C:\security.xml is the target location for the security.xml file that the command creates.
-