Try OpenEdge Now
skip to main content
BP Server Developer's Guide
Using the BP Server admin utility : Starting BP Server admin
 

Starting BP Server admin

1. You can start the BP Server admin utility using the Windows Start menu:
Start > All Programs > Progress > OpenEdge > BP Server > Admin Consoles > Business Process Console.
2. You can also start the BP Server admin utility from the command-line by going in the OEBPS_HOME\bin folder.
startBPServerAdmin -u [username] -p [password] -f [file containing commands]
where, the -f option can be used to provide the file containing the BP Server Admin commands to be executed with the call to the startBP ServerAdmin.
For example, startBPServerAdmin -u ebms -p ebms -f cmdFile.txt
Note: All these options can be specified in any order.