| Products | Versions |
|---|---|
| TIBCO ActiveMatrix BusinessWorks | 5.16.1 HF02 |
| TIBCO Rendezvous | 8.8.1 |
| TIBCO Enterprise Message Service | 10.4.0 HF03 |
| TIBCO BusinessEvents | 6.3.2 HF01 |
| TIBCO BusinessWorks | 6.12.0 |
| TIBCO FTL | 7.1.1 |
Go to https://www.tibco.com/downloads and sign in. Click initials in the upper right corner and select My Account.

Click TIBCO Licenses.

You will be taken to the License Portal. Click New License.

License Name - Enter the name that you want to give to the license.
Select host type Any Host.
Select the products that you want to include in the license.
Click Create & Download License to download the license to your computer.

The license should now be listed under Your Licenses. The search box can be used for filtering by license name.

It is also possible to delete the license, download the license again and view the details of the license by clicking the corresponding icon.

Once the license is downloaded, the TIBCO products need to be configured with the license file.
BW5 can be configured with the license file directory location during installation. Assuming the license is placed under the directory TIBCO_HOME/license (for example, C:/tibco/license on Windows or /opt/tibco/license on Linux), set the location as shown below.

If the location is provided during installation, the installation process will add the following property to TIBCO_HOME/bw/5.16/bin/bwengine.tra.
Windows
java.property.license.license_source=C:/tibco/license
Linux
java.property.license.license_source=/opt/tibco/license
If the location is not provided during installation, the property may be added manually to TIBCO_HOME/bw/5.16/bin/bwengine.tra.
Create a Kubernetes secret from the license file and mount the secret as a volume.
Set the property java.property.bw.engine.license.source and provide the full path of the directory that contains the license file in the bwappnode.tra of the bin folder:
java.property.bw.engine.license.source=C:/tibco/license
Set the environment variable LICENSE_SOURCE to the path of the directory that contains the license.
docker run -it -e LICENSE_SOURCE=/resources/addons/license <application_image>
When running rvd, provide the full path to the license file using the parameter -license.
> rvd -license file://C:/tibco/license/tibco.xxxxxxxx-pd.bin
Doc - https://docs.tibco.com/pub/rendezvous/8.8.1/doc/html/Default.htm#admin-guide/Licensing.htm
In case of EMS, provide the full path to the license file using the property license in tibemsd.conf.
license = file://C:/tibco/license/tibco.xxxxxxxx-pd.bin
Doc - https://docs.tibco.com/pub/ems/10.4.0/doc/html/Default.htm#users-guide/running-ems-license.htm
Set the property java.property.TIB_ACTIVATION and provide the full path of the directory that contains the license file in the be-engine.tra of the bin folder:
java.property.TIB_ACTIVATION=C:/tibco/license
Provide the full path to the license file using the parameter -license.
>tibftlserver -license C:/tibco/license/tibco.xxxxxxxx-pd.bin
Doc - https://docs.tibco.com/pub/ftl/7.1.1/doc/html/index.html#Activation.htm
In the deployment configuration, set the LICENSE_SERVER_URL environment variable to the directory path inside the container where the license file has been mounted
- name: LICENSE_SERVER_URL
value: "/opt/tibco"
Import the license into the iProcess System -
swadm LICENSE_IMPORT <License file path>
Doc - https://docs.tibco.com/pub/flogo/latest/doc/html/flogo-all/Activation-deployment.htm
Many TIBCO products now require activation via a license in order to start. TIBCO recommends activation done using a local license file. With In-Product activation (unbound), a single license can be copied to all operating environments where TIBCO products are run. This article provides instructions on how to generate local license file and activate TIBCO products.
At the time of writing of this article, the following products require activation and support In-Product activation -
| Product | Version |
| TIBCO ActiveMatrix BusinessWorks™ |
5.16.1 Hotfix 2 and above 5.15.1 Hotfix 4 and above 5.15.0 Hotfix 7 and above 5.14.1 Hotfix 5 and above 5.14.0 Hotfix 19 and above |
| TIBCO BusinessWorks™ Container Edition | 2.10.0 Hotfix 4 and above |
| TIBCO ActiveMatrix BusinessWorks™ |
6.12.0 and above 6.11.0 Hotfix 4 and above 6.10.0 Hotfix 6 and above 6.8.0 Hotfix 5 and above |
| TIBCO Enterprise Message Service™ | 10.4.0 Hotfix 3 and above |
| TIBCO Rendezvous® | 8.8.1 and above |
| TIBCO BusinessEvents® | 6.3.2 Hotfix 1 and above |
| TIBCO FTL® | 7.1.1 and above |
| TIBCO BusinessConnect™ | 7.5.0 and above |
| TIBCO Foresight® Instream® | 9.4 and above |
| TIBCO Foresight® Instream® Healthcare Edition | 9.4 and above |
| TIBCO® MDM | 9.3.2 Hotfix 1 and above |
| TIBCO® BPM Enterprise |
5.6.1 Hotfix 1 and above 4.3.5 Hotfix 1 and above |
| TIBCO iProcess ® Engine | 11.10.0 Hotfix 1 and above |
| TIBCO Flogo® | 2.26.0 and above |
| TIBCO® Managed File Transfer Platform Server for Windows | 8.2.0 and above |
| TIBCO® Managed File Transfer Command Center | 8.7.0 and above |
| TIBCO® Managed File Transfer Internet Server | 8.7.0 and above |