How to specify a CDD file and PUID when deploying TIBCO BusinessEvents (BE) Application using AppManage tool.

How to specify a CDD file and PUID when deploying TIBCO BusinessEvents (BE) Application using AppManage tool.

book

Article ID: KB0085236

calendar_today

Updated On:

Products Versions
TIBCO BusinessEvents Enterprise Edition -
Not Applicable -

Description

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.

&ltNVPairs name="Runtime Variables">
    &ltNameValuePair>
            &ltname&gtCDD</name>
                &ltvalue&gtfdcache.cdd</value>
        </NameValuePair>
        &ltNameValuePair>
              &ltname&gtPUID</name>
              &ltvalue&gtcache</value>
        </NameValuePair>

Issue/Introduction

How to specify a CDD file and PUID when deploying TIBCO BusinessEvents (BE) Application using AppManage tool.