TIBCO ActiveMatrix BusinessWorks Plug-in for ActiveSpaces (ASBW) plugin 8.0.x - Table creation not work

TIBCO ActiveMatrix BusinessWorks Plug-in for ActiveSpaces (ASBW) plugin 8.0.x - Table creation not work

book

Article ID: KB0075549

calendar_today

Updated On:

Products Versions
TIBCO ActiveMatrix BusinessWorks Plug-in for ActiveSpaces 8.0.0

Description

The ASBW-plugin joins a datagrid and operation failed (table not exist).

Issue/Introduction

TIBCO ActiveMatrix BusinessWorks Plug-in for ActiveSpaces (ASBW) plugin 8.0.x - Table creation not work

Environment

All Operating Systems

Resolution

The ASBW-plugin tries to create the table if not exist using a tibdg command. To be able to execute it environment variable ASDG_HOME required.

Update BW_HOME/bin/bwcommon.tra or bwappnode.tra and add the required environment variable (if not set).

e.g.:
tibco.env.ASDG_HOME=D:/tibco_AS43FTL63/as/4.3

Note:
OS shared library path requires location of TIBCO ActiveSpaces and FTL libraries. 

e.g.:
bwcommon.tra:
Windows:
tibco.env.FTL_HOME=D:/tibco_AS43FTL63/ftl/6.3
tibco.env.ASDG_HOME=D:/tibco_AS43FTL63/as/4.3
...
# the PATH env variable
bw.library.path=%FTL_HOME%/bin%PSP%%ASDG_HOME%/bin%PSP%...

Unix:
tibco.env.FTL_HOME=/opt/tibco/ftl/6.3
tibco.env.ASDG_HOME=/opt/tibco/as/4.3
...
# the PATH env variable
bw.library.path=%FTL_HOME%/lib%PSP%%ASDG_HOME%/lib%PSP%%FTL_HOME%/bin%PSP%%ASDG_HOME%/bin%PSP%...
 

Additional Information

table, configuration