Product New Name |
Until V5R17, this product was known as "LCA Enterprise Process Management" |
Problem Starting the EPM Environment on Solaris/Oracle |
If EPMStart.ksh does not start EPM
correctly, modify the script so the MQ queue manager is not started (see
below). Start the queue manager manually (using the MQ Series
administrator id, mqm) by typing the following on the command line:
strmqm FMCQM. The script can then be run with the MQ Workflow
administration id (fmc) as specified in the Enterprise Process Management
Web Product
Installation Guide > Starting Workflow Server on UNIX. function epmQueue { echo "NOT Starting queue manager $1" # strmqm $1 } |
None |
None |