How can I check if the iProcess Server Plug-in for BusinessWorks is installed in the iProcess Engine

How can I check if the iProcess Server Plug-in for BusinessWorks is installed in the iProcess Engine

book

Article ID: KB0083172

calendar_today

Updated On:

Products Versions
TIBCO iProcess Technology Plug-ins 11.6.0

Description

The iProcess Technology Plug-in Installer can be used to install the following plug-ins into the iProcess Engine.

    1). TIBCO iProcess Java Server Plug-in.
    2). TIBCO iProcess Server Plug-in for ActiveMatrix BusinessWorks.
    3). TIBCO iProcess XML Transform Server Plug-in.

How can I check which plug-ins are installed and will be loaded by the iProcess Engine?

Issue/Introduction

The iProcess Technology Plug-in can be used to install different plug-ins into the iProcess Engine. How can I check which plug-ins are installed?

Environment

iProcess Engine 11.6.0 (Oracle) on AIX iProcess Technology Plug-in 11.6.0

Resolution

The iProcess Server Plug-in for ActiveMatrix BusinessWorks and iProcess XML Transform Server Plug-in are dependent on the iProcess Java Server Plug-in. The iProcess Server Plug-ins that are dependent on the iProcess Java Server Plug-in have entries in the iProcess configuration file SWDIR/eaiframework/frameworkconfig.xml .

The following can be used to determine which plug-ins are install and run as part of the iProcess Engine.

1). TIBCO iProcess Java Server Plug-in.

   Run the iProcess command:
   sweaireg list

 If the EAIJAVA plug-in is listed then the TIBCO iProcess Java Server Plug-in is installed and registered on the iProcess node. The following example output shows that the TIBCO iProcess Java Server Plug-in is installed.

  $ sweaireg list
   EAI Type: EAIDB
           On Machine:     1
           Version:        11.6.0
           Copyright:      Copyright (c) 2002-2016 TIBCO Software Inc.
           Library:        /staffware/installs/ipe/phil1160/libs/libdbrun_11_6_0.ear
           Init Params:

   EAI Type: EAIJAVA
           On Machine:     1
           Version:        11.6.0
           Copyright:      Copyright (c) 2002-2016 TIBCO Software Inc.
           Library:        /staffware/installs/ipe/phil1160/lib/EAI_JAVA_i11_6_0_0.ear
           Init Params:    /staffware/installs/ipe/phil1160/eaijava

   EAI Type: EAIORA
           On Machine:     1
           Version:        11.6.0
           Copyright:      Copyright (c) 2002-2016 TIBCO Software Inc.
           Library:        /staffware/installs/ipe/phil1160/libs/liborarun_11_6_0.ear
           Init Params:

   EAI Type: EAISCRIPT
           On Machine:     1
           Version:        11.6.0
           Copyright:      Copyright (c) 2002-2016 TIBCO Software Inc.
           Library:        /staffware/installs/ipe/phil1160/libs/eaiscript_11_6_0.ear
           Init Params:

   EAI Type: EAI_MAIL
           On Machine:     1
           Version:        11.6.0
           Copyright:      Copyright (c) 2002-2016 TIBCO Software Inc.
           Library:        /staffware/installs/ipe/phil1160/libs/eai_mail_11_6_0.ear
           Init Params:    /staffware/installs/ipe/phil1160/libs/eai_mail.cfg



 2). TIBCO iProcess Server Plug-in for ActiveMatrix BusinessWorks.

    If the TIBCO iProcess Server Plug-in for ActiveMatrix BusinessWorks is installed then:
 
      a). The output of the iProcess command "sweaireg list" will include the EAIJAVA plug-in (see item 1 above).

      b). The iProcess configuration file SWDIR/eaiframework/frameworkconfig.xml will contain the following section:
     
      <Configuration>
      <Configuration_Key>BW01</Configuration_Key>
      <Handler_Service>com.staffware.eaibw.handlers.library.SWXMLHandler</Handler_Service>
      <Handler_Service>com.staffware.eaibw.handlers.library.SWXSLTHandler</Handler_Service>
      <Transport_Service>com.staffware.eaibw.handlers.library.SWBWTransport</Transport_Service>
      </Configuration>


 
 3). TIBCO iProcess XML Transform Server Plug-in.

   If the TIBCO iProcess XML Transform Server Plug-in is installed then:
 
      a). The output of the iProcess command "sweaireg list" will include the EAIJAVA plug-in (see item 1 above).

      b). The iProcess configuration file SWDIR/eaiframework/frameworkconfig.xml will contain the following section:

      <Configuration>
      <Configuration_Key>EAITRANSFORM01</Configuration_Key>
      <Handler_Service>com.staffware.frameworks.eaitransform.runtime.SWEAITransformXMLInputHandler</Handler_Service>
      <Handler_Service>com.staffware.frameworks.eaitransform.runtime.SWEAITransformInputFieldMapping</Handler_Service>
      <Handler_Service>com.staffware.frameworks.eaitransform.runtime.SWEAITransformXSLTTransformation</Handler_Service>
      <Handler_Service>com.staffware.frameworks.eaitransform.runtime.SWEAITransformOutputFieldMapping</Handler_Service>
      </Configuration>


Note that the jmsadmin utility is only installed with the TIBCO iProcess Server Plug-in for ActiveMatrix BusinessWorks.

Additional Information

TIBCO iProcess Technology Plug-in Installation Guide