Products | Versions |
---|---|
TIBCO Rendezvous | - |
Not Applicable | - |
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 <User_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"?>
<TIBCOEnvironment>
<environment 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.
=============================================
<entry key="installationRoot">c:\tibco</entry>
..........................
<entry key="environmentName">TIBCO_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".
<entry key="createNewEnvironment">false</entry>
Keywords:
=========
silent install key environment