How to resolve the dependency check error while performing silent installation of TIBCO BusinessEvents Hotfix

How to resolve the dependency check error while performing silent installation of TIBCO BusinessEvents Hotfix

book

Article ID: KB0077439

calendar_today

Updated On:

Products Versions
TIBCO BusinessEvents Enterprise Edition -

Description

Silent Installation of TIBCO BusinessEvents Hotfix fails with Dependency check error.

Here is the sample error message:
+++++
Warning:  DEPENDENCY CHECK FAILED:
The installation feature, TIBCO BusinessEvents Views Modeler Hotfix 7, has failed an internal dependency check.
TIBCO BusinessEvents Views Modeler (5.5.0.0) or above is required and could not be located in the current TIBCO Home directory.
+++++

Cause :
TIBCO BusinessEvents Views addon got deprecated from BE release 5.4.0.
TIBCO BusinessEvents 5.5.x does not have this addon and hence it failed with dependency check error.

 

Issue/Introduction

How to resolve the dependency check error while performing silent installation of BusinessEvents Hotfix

Environment

Linux 6.x, 7.x 64-bit on x86-64 TIBCO BusinessEvents 5.5.x Hotfix 1 to 7

Resolution

To resolve the issue, add the below entries in the silent installation file and set the flag to false and perform the installation.
Eg: for TIBCO BusinessEvents 5.5.0 Hotfix 7

############
<!-- Views -->
<entry key="feature_TIBCO BusinessEvents Views Modeler Hotfix 7">false</entry>
<entry key="feature_TIBCO BusinessEvents Views Server Hotfix 7">false</entry>
############

Attached a sample TIBCOUniversalInstaller.silent for reference.

Attachments

How to resolve the dependency check error while performing silent installation of TIBCO BusinessEvents Hotfix get_app