Install Savvion SBM

Install SBM/Pramati as NT Service
Install ejb server as nt service

SBM_HOME\pramati\services\jsw\j2eeserver\install_server_ejbServer.cmd

Install portal server as nt service

SBM_HOME\pramati\services\jsw\j2eeserver\install_server_portalServer.cmd

Install sbm as nt service

SBM_HOME\bin\instsrv sbmservice SBM_HOME\bin\srvany.exe

Edit sbmservice registry at HLM\SYSTEM > CurrentControlSet > Services > sbmservice.
Add value: DependOnService REG_MULTI_SZ PramatiServerejbServer
Add key: Parameters
Add values under new Parameters key:
Application REG_SZ C:\Windows\system32\cmd.exe
AppParameters REG_SZ /k C:\SBM75\bin\startSBM.cmd
AppDirectory REG_SZ C:\SBM75\bin

Modify SBM_HOME\bin\startSBM.bat

set SBM_HOME=C:\SBM75
set initialdelay=240
set retryinterval=10
call %SBM_HOME%\bin\setblclientenv.cmd
echo %SBM_JVM%
%SBM_JVM% -classpath %sbmcp% com.tdiinc.common.util.ServiceManager -i %initialdelay% -f %retryinterval% -appServer pramati
start call startBizLogicServer.cmd -u ebms -p ebms
start call startBizPulseServer.cmd
exit
This entry was posted in bpms. Bookmark the permalink.