Manually loading the configuration data after a fix pack

Applies to: On premises

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

  1. Log on to the OpenPages admin application server as a user with administrative privileges.
  2. Go to the <OP_HOME>/bin directory.
  3. 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
  4. Save and close the file.
  5. Go to the <OP_HOME>/installer/maintenance/fix-pack-<latest_fix_pack_version>/OP_HOME/addon_module/loaderdata/ directory.
  6. Make a backup copy of the schema_loader_properties.sh|.bat file.
  7. Open the original schema_loader_properties file in a text editor.
  8. 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.

  9. Save and close the file.
  10. Run the loader file script.
    Windows
    openpages-upgrade-loader-data.bat
    Linux®
    chmod 755 openpages-loader-data.sh
    ./openpages-upgrade-loader-data.sh
  11. Go to the <OP_HOME>/installer/maintenance/fix-pack-<latest_fix_pack_version>/OP_HOME/addon_module/loaderdata/ directory.
  12. Open the schema_loader_properties file in a text editor.
  13. In the following line, hide the clear text password for the OpenPages Super Administrator by changing it to asterisks (***).
    SET OPXUserPassword=********
  14. Save and close the file.
  15. Go to the <OP_HOME>/bin directory.
  16. Edit the ObjectManager.properties file and update the following settings as shown:
    configuration.manager.vendor.mode=false
  17. Save and close the file.
  18. Restart the OpenPages services.