Export group privileges before an upgrade
- Last UpdatedAug 15, 2023
- 1 minute read
- PI System
- RtReports 5.0
- Visualization
If you want to use the group privileges of the old RtReports server on the new RtReports server, store the security database in an .xml file and replace references to the old RtReports server with the name of the new RtReports server before you upgrade.
-
Open a command prompt window on the old RtReports server.
-
Navigate to the folder containing the RtReports executables, at %PIHOME%\RtReports\bin.
-
Enter the following command:
OSISoft.RtReports.SecuritySettings.exe "\%OSI\RtReports" "PIServer" "" "" "C:\security.xml"
where
-
PIServer is the name of your PI Server; and
-
C:\security.xml is the target location for the security.xml file that the command creates.
-
-
Open the security.xml file in a text editor.
-
Find and replace all references to the old RtReports server name with the new RtReports server name.
-
Save and close the file.