Configuring TIBCO ActiveSpaces

Configure ActiveSpaces on your computer to work with TIBCO MDM.

Procedure

  1. Create a system environment variable called AS_HOME that points to the directory where ActiveSpaces is installed, for example, $MQ_HOME/bin/as/version.
  2. Add the following system properties on Computers where ActiveSpaces and TIBCO MDM are installed:
    • <property name="PATH" value="C:/Apps/tibco/mdm/version/bin/as/version/bin;C:/Apps/tibco/mdm/version/bin/as/version/lib;${PATH}"/> 
      Note: The PATH system property is applicable only for Windows and Linux.
    • <property name="LD_LIBRARY_PATH" value=" /Apps/tibco/mdm/version/bin/as/bin:/Apps/tibco/mdm/version/
bin/as/version/lib:${ LD_LIBRARY_PATH}"/> 
      Note: The LD_LIBRARY_PATH system property is applicable only for non-Windows environment, that is, Linux.