Products | Versions |
---|---|
TIBCO Silver Fabric Enabler for ActiveMatrix BPM | 1.4.0 |
TIBCO Silver(R) Fabric Enabler for ActiveMatrix BPM 1.4.0 HF004 has been released
================================================================================
Affected File for 1.4.0 HF004
The following files needs to be installed by this hotfix:
SilverFabric_tibcoamxbpm_runtime_container_1.4.0_HF004_gridlib.zip
SilverFabric_tibcoamxbpm_server_container_1.4.0_HF004_gridlib.zip
Note: This hotfix is not platform-specific.
================================================================================
Closed Issues in 1.4.0 HF004 (This Release)
SFBP-399
When trying to upgrade from BPM 2.2 to any BPM 4.0 HF or BPM 4.1 HF version, the patching
actions are executed instead of the patching process.
SFBP-397
When trying to upgrade from BPM 2.2 to any BPM version the upgrade fails due to a missing file.
NOTE: When upgrading an existing installation and you want to prevent the upgrade to directly execute SQL scripts
into the database follow this steps.
NOTE: Only use this option if the SQL upgrade scripts need some debugging or improvement for better performance.
1)Edit the SFBP 1.4.0 HF4 Server component.
Change BPM Distribution from existing version to the desired version e.g BPM 2.2 to BPM 4.1
Add the runtime context variable DISABLE_UPGRADE_ACTIONS to true
Add the runtime context variable GENERATE_SQL_UPGRADE_SCRIPTS to true
Add the runtime context variable ENABLE_BPM_SCHEMA_UPGRADE to false
2)Edit the SFBP 1.4.0 HF4 Runtime component
Change BPM Distribution from 2.2 to BPM 4.1
Add the runtime context variable DISABLE_UPGRADE_ACTIONS to true
3)Restart the SFBP 1.4.0 HF4 Server and Runtime.
Note : This will install the desired BPM but no upgrade action is taken place at this point.
Note : if GENERATE_SQL_UPGRADE_SCRIPTS is true SQL scripts are generated.
4) Go to the ${FT_DIRECTORY}/bpm/${bpm_app_name}/database folder and locate the
WorkerManagerUpgrade.sql and ProcessManagerUpgrade.sql
5)Connect to your BPM DB and run this scripts.
6)Edit the SFBP 1.4.0 HF4 Server component.
change DISABLE_UPGRADE_ACTIONS to false
change GENERATE_SQL_UPGRADE_SCRIPTS to false
7)Edit the SFBP 1.4.0 HF4 Runtime component
Change DISABLE_UPGRADE_ACTIONS to false
8)Resume the BPM upgrade sequence as described in the docs.