Silent installation of RV 8.x fails with the following message in the installation log:WARNING: TIBCOMessage: Can't find resource for Key

Silent installation of RV 8.x fails with the following message in the installation log:WARNING: TIBCOMessage: Can't find resource for Key

book

Article ID: KB0086169

calendar_today

Updated On:

Products Versions
TIBCO Rendezvous -
Not Applicable -

Description

Resolution:
Description:
=========
When RV is installed in silent mode, the installer exits and RV is not installed.  The following message can be found in the installation log:

WARNING: TIBCOMessage: Can't find resource for Key

Causes:
======
The warning message indicates that some configuration parameters in the .silent file used in the installation could be incorrect.

Environment:
==========
All

Resolution:
=========
Check the following in the .silent file and make sure correct values are specified:

1). In _envInfo.xml under &ltUser_Home>/InstallShield/Universal (Unix)/TIBCO or C:\Program Files\Common Files\InstallShield\Universal\TIBCO (Windows) , if the environment already exists check the environment name corresponding to the Tibco home directory you would like to install RV.  For example, it is "TIBCO_HOME" in the following configuration.

===============================================
<?xml  version="1.0"?>
&ltTIBCOEnvironment>
    &ltenvironment location="c:\tibco"
        name="TIBCO_HOME"
        timestamp=""
        installerVersion="2.6.0.028"
        description="default installation environment for single instance products">
    </environment>
</TIBCOEnvironment>
==================================================

In the .silent file, the parameter "environmentName" and  "installationRoot" should be the same as the above environment name (i.e "TIBCO_HOME") and "location" (i.e c:\tibco) respectively.

=============================================
&ltentry key="installationRoot"&gtc:\tibco</entry>
..........................
&ltentry key="environmentName"&gtTIBCO_HOME</entry>
================================================

2). If the environment name already exists in _envInfo.xml before the installation, the value of the following parameter should be specified as "false".

&ltentry key="createNewEnvironment"&gtfalse</entry>



Keywords:
=========
silent install key environment

Issue/Introduction

Silent installation of RV 8.x fails with the following message in the installation log:WARNING: TIBCOMessage: Can't find resource for Key