Products | Versions |
---|---|
TIBCO Silver Fabric Enabler for ActiveMatrix BPM | 1.4.1 HF002 |
TIBCO Silver(R) Fabric Enabler for ActiveMatrix BPM 1.4.1 HF002 has been released
================================================================================
Affected Files for 1.4.1 HF002
The following files needs to be installed by this hotfix:
SilverFabric_tibcoamxbpm_server_container_1.4.1_HF002_gridlib.zip
SilverFabric_tibcoamxbpm_server_component.type_1.4.1_HF001.zip
Note: This hotfix is not platform-specific.
================================================================================
Closed Issues in 1.4.1 HF002
SFBP-392(Customer reported 01645631)
Added support for Oracle 12c database.The component now allow ojdbc7.jar driver required for Oracle 12c support to be uploaded into the component and can use different
connection string formats. The list of supported connection strings is based on the component wizard page.
For ActiveMatrix Administrator Basic Configuration:
* Oracle 11g: jdbc:oracle:thin:@[host]:[port]:[db name], jdbc:oracle:thin:@[host]:[port]/[db name], jdbc:oracle:thin:@//[host]:[port]/[db name]
* Oracle 12c: jdbc:oracle:thin:@[host]:[port]:[db name], jdbc:oracle:thin:@[host]:[port]/[db name], jdbc:oracle:thin:@//[host]:[port]/[db name],jdbc:oracle:thin:@(DESCRIPTION=(ADDRESS_LIST=(ADDRESS=(PROTOCOL=TCP)(HOST=<host>)(PORT=<port>)))(CONNECT_DATA=(SID=<oracle_sid>)(SERVER=dedicated))) or
jdbc:oracle:thin:@(DESCRIPTION=(ADDRESS_LIST=(ADDRESS=(PROTOCOL=TCP)(HOST=<host>)(PORT=<port>)))(CONNECT_DATA=(SERVICE_NAME=<oracle_service>)(SERVER=dedicated))).
Also Non-DBA credentials are required.
For the ActiveMatrix:BPM Administrator Database :
* Oracle 11g: jdbc:oracle:thin:@host:port:instance
* For Oracle 12c: you must use one of the following formats: jdbc:oracle:thin:@host:port/serviceName, jdbc:oracle:thin:@(DESCRIPTION=(ADDRESS_LIST=(ADDRESS=(PROTOCOL=TCP)(HOST="host"), (PORT="port")))(CONNECT_DATA=(SERVICE_NAME="serviceName")(SERVER = DEDICATED)))
DBA credentials are required.
For the ActiveMatrix BPM: Runtime Database Configuration :
* Oracle 11g: jdbc:oracle:thin:@host:port:instance
* Oracle 12c: jdbc:oracle:thin:@host:port/serviceName, jdbc:oracle:thin:@(DESCRIPTION=(ADDRESS_LIST=(ADDRESS=(PROTOCOL=TCP)(HOST="host")(PORT="port")))(CONNECT_DATA=(SERVICE_NAME="serviceName")(SERVER = DEDICATED)))
Non-dba credentials are required.
NOTE: If you are upgrading from Oracle 11g to Oracle 12c, a schema and data migration has to be performed before restarting the component. A DBA or Operator should prepare the target DB.
You should always restart the SFBP 1.4.1 HF2 Server component first and then the SFBP 1.4.1 runtime nodes, the runtime components must be running if the server component is restarted for changes done in the component.