Try OpenEdge Now
skip to main content
Installation and Configuration
Configuration : Starting and Running OpenEdge : Starting OpenEdge on UNIX platforms : Starting single-user OpenEdge in batch or background mode
 
Starting single-user OpenEdge in batch or background mode
Batch or background processing is convenient for large-scale database updates or procedures that you can run unattended (for example, at night).
To start single-user OpenEdge in batch or background mode, enter the following command:
bpro [db-name ] -p procedure-name
[parameters] > output-file
db-name
Specifies the database you want to start.
-p procedure-name
Specifies the procedure to run at startup.
parameters
Specifies the startup parameters you want to use.
output-file
Specifies the name of the file that receives all output to the default stream.
* Redirecting Output