Postinstallation
All ActiveMatrix BusinessWorks users must have read, write, and execute permissions for the following directories:
$TIBCO_HOME/bw/5.12/bin
$TIBCO_HOME/bw/5.12/bin/logs
$TIBCO_HOME/tra/5.9/logs
For example, if ActiveMatrix BusinessWorks has been installed in /opt/tibco
, the user who installed ActiveMatrix BusinessWorks should execute the following commands:
% chmod 777 /opt/tibco/bw/5.12/bin/
% chmod 777 /opt/tibco/bw/5.12/bin/logs
% chmod 777 /opt/tibco/tra/5.9/logs
In addition, the palettes directory ($TIBCO_HOME/bw/5.12/lib/palettes
) must be writable by all users who use TIBCO Designer. Users must have write permission for this directory to be able to use the Java activity's Compile button.
Alternatively, change the Java activity's compilation directory by changing the value of java.property.javaCode
in the .tra
file that is used to start ActiveMatrix BusinessWorks (designer.tra
for the TIBCO Designer GUI or the appropriate .tra
file for the engine if running from a deployment).