Products | Versions |
---|---|
TIBCO BusinessEvents Enterprise Edition | - |
Not Applicable | - |
Resolution:
Description:
============
When deploying through the TIBCO Administrator you must specify the where the CDD file is to be found and which PU to use if not using default values. The Administrator GUI provides a GUI to fill in these values. With AppManage you must still specify these same arguments in one of two files.
Environment:
==========
TIBCO BusinessEvents 5.x release.
Resolution:
=========
Once the application is deployed an application TRA file is created. Add the following two settings to that file:
tibco.clientVar.CDD=C\:\\BE40WorkingFolder\\FraudDetection\\fd.cdd
tibco.clientVar.PUID=cache
Example entries have been given for the values on the right hand side of the equal sign. The application is now ready to be started. The alternative method is to add the property settings to the deployment configuration file used by AppManage - so it is not required to set those values after AppManage deployment.
<NVPairs name="Runtime Variables">
<NameValuePair>
<name>CDD</name>
<value>fdcache.cdd</value>
</NameValuePair>
<NameValuePair>
<name>PUID</name>
<value>cache</value>
</NameValuePair>