Applies to:
When you apply a fix pack, IBM OpenPages® automatically loads the application data. You can load the application configuration data
manually, if needed.
Before you begin
The IBM OpenPages fix pack must be
installed.
The OpenPages services must be running.
About this task
If errors occur when the application data is loaded during the installation of a fix pack, you
can correct the issues that caused the errors and then load the application data manually.
The application data loader file includes the application data from 9.2.x.x up to and including the fix pack
version that you are installing.
Procedure
-
Log on to the OpenPages admin
application server as a user with administrative privileges.
-
Go to the
<OP_HOME>/bin directory.
-
Edit the ObjectManager.properties file and update the following settings
as shown:
configuration.manager.vendor.mode=true
configuration.manager.force.update.object.strings=false
configuration.manager.force.update.application.strings=false
- Save and close the file.
-
Go to the
<OP_HOME>/installer/maintenance/fix-pack-<latest_fix_pack_version>/OP_HOME/addon_module/loaderdata/
directory.
-
Make a backup copy of the schema_loader_properties.sh|.bat file.
-
Open the original schema_loader_properties file
in a text editor.
-
In the following line, update the password for the OpenPages Super Administrator
(OPXUserName).
SET OPXUserPassword=********
The password is masked by asterisks (***). Replace the mask with clear text.
- Save and close the file.
-
Run the loader file script.
-
Windows
-
openpages-upgrade-loader-data.bat
-
Linux®
-
chmod 755 openpages-loader-data.sh
./openpages-upgrade-loader-data.sh
-
Go to the
<OP_HOME>/installer/maintenance/fix-pack-<latest_fix_pack_version>/OP_HOME/addon_module/loaderdata/
directory.
- Open the schema_loader_properties file in a text
editor.
- In the following line, hide the clear text password for the OpenPages Super Administrator by changing it to
asterisks (***).
SET OPXUserPassword=********
- Save and close the file.
-
Go to the
<OP_HOME>/bin directory.
-
Edit the ObjectManager.properties file and update the following settings
as shown:
configuration.manager.vendor.mode=false
- Save and close the file.
-
Restart the OpenPages services.