After each upgrade to a new IBM® Business Automation
Workflow release,
you must manually update the BPM event emitter WAR file. You do so
by using the EnableBAI.py script. First back
up your current configuration values.
Procedure
- Make a backup copy of the BPMEventEmitter.war file
that is located in the <Workflow_Install_Root>/BPM/analytics folder.
- If more than one deployment environment is available, change
the deploymentEnvironmentName parameter value
from None to the name of the deployment environment
that you want to update in the <Workflow_Install_Root>/BPM/Lombardi/tools/def/EnableBAI.py script.
- Run the following Jython command to update the application.
- On Windows
<Dmgr_profile_root>\bin\wsadmin.bat -lang jython -f
<Workflow_Install_Root>\BPM\Lombardi\tools\def\EnableBAI.py
-u application
- On UNIX or Linux®
<Dmgr_profile_root>/bin/wsadmin.sh -lang jython -f
<Workflow_Install_Root>/BPM/Lombardi/tools/def/EnableBAI.py
-u application
- Optional: If the connection configuration has
changed, run the following Jython command.
- On Windows
<Dmgr_profile_root>\bin\wsadmin.bat -lang jython -f
<Workflow_Install_Root>\BPM\Lombardi\tools\def\EnableBAI.py
-d BAIConfigure.properties
-u connection
- On UNIX or Linux
<Dmgr_profile_root>/bin/wsadmin.sh -lang jython -f
<Workflow_Install_Root>/BPM/Lombardi/tools/def/EnableBAI.py
-d BAIConfigure.properties
-u connection