Table of Contents

Search

  1. Preface
  2. Upgrade Overview
  3. Pre-Upgrade Tasks
  4. Database Tasks
  5. Application Server Tasks
  6. Hub Store Upgrade
  7. Hub Server Upgrade (In-place Upgrade)
  8. Process Server Upgrade (In-place Upgrade)
  9. Post-Upgrade Tasks
  10. Search Configuration Upgrade
  11. Hierarchies Upgrade
  12. ActiveVOS Post-Installation Tasks for the Application Server
  13. ActiveVOS Post-Upgrade Tasks for Business Entity Adapter
  14. ActiveVOS Post-Upgrade Tasks for Subject Areas Adapter
  15. Appendix A: Troubleshooting the Upgrade Process
  16. Appendix B: Frequently Asked Questions
  17. Appendix C: Processing Existing ActiveVOS Tasks
  18. Appendix D: Configuring Metadata Caching

Upgrading from Version 10.1, 10.2, 10.3, 10.4, or 10.5

Upgrading from Version 10.1, 10.2, 10.3, 10.4, or 10.5

Edit the Build Properties File (In-place Upgrade)

Edit the Build Properties File (In-place Upgrade)

If ActiveVOS is installed in your MDM environment, you must perform upgrade tasks to edit the
build.properties
file.
The following table describes the upgrade tasks required to edit the
build.properties
file:
Upgrade Task
Details
Configure the database connection properties for IBM Db2
In IBM Db2 environments, before you upgrade, add the ActiveVOS database connection properties to the
build.properties
file in
<
MDM Hub installation directory
>/hub/server/bin
.
The following sample shows the ActiveVOS database connection properties with sample entries:
activevos.db.type=db2 activevos.db.server=localhost activevos.db.port=50000 activevos.db.user=AVOS activevos.db.dbname=INFA102 activevos.db.schemaname=AVOS activevos.db.jdbc.url=jdbc:db2://localhost:50000/INFA102 activevos.b4p.url=http://localhost:9080/active-bpel/services/AeB4PTaskClient-taskOperations
Configure the ActiveVOS installation directory
If the upgrade process detects that the installed version of ActiveVOS does not meet the system requirements, the upgrade process installs the required version of ActiveVOS in a new directory.
To install ActiveVOS in the same directory as a previous installation, delete or comment out the following entry in the build.properties file:
activevoslinstall.dir=<ActiveVOS installation directory>
Configure the ActiveVOS settings
Applicable for JBoss environments only. If the ActiveVOS settings property
sip.appserver.web.url
is not set to the default port number
8080
, you must manually update the property and the port number to the following:
-Dsip.appserver.web.url= http://localhost:8079
You can set the port number to
8079
or another unused port number.
Update the properties in the
build.properties
file in
<MDM Hub installation directory>/hub/server/bin
.

0 COMMENTS

We’d like to hear from you!