Products | Versions |
---|---|
TIBCO Administrator | - |
Not Applicable | - |
Resolution:
Description:
===========
Sometimes when you run Appmanage of TIBCO Runtime Agent 5.6 to export an application, appmanage will fail to work.
Environment:
==============
TIBCO Runtime Agent 5.6.x, 5.5.x
HP-UX
Symptoms:
=========
When you executed Appmanage, the following error is seen:
<---------
/opt/tibco/deploy $ AppManage -export
-out /opt/tibco/deploy/parameters/ttbelnx/BAM/ClaimsPipeline/CFBAMDashboardController.xml
-app BAM/ClaimsPipeline/CFBAMDashboardController
-cred /opt/tibco/config/ttbelnxpass
-domain ttbelnx
Output:
Failed to exec : No such file or directory
Adjustment failed.
---------------->
Cause:
========
This is caused by CR(1-927CI4) which was fixed in TRA 5.7.0 .
Resolution:
=========
The workaround is to prefix the command with the PATH to it.
Example:
$TIBCO_HOME/tra/5.x/bin/AppManage -export
or
$TIBCO_HOME/tra/5.x/bin/domainutility and soon.