Invoking a parameter file
- Last Updated: January 17, 2024
- 1 minute read
- OpenEdge
- Version 12.8
- Documentation
After you create a parameter file, you can invoke it to start a broker by using PROSERVE and the parameter file.
The command to invoke a parameter file to start a broker is:
|
One reason you invoke a parameter file from another parameter file is when you want to allow individual users to use additional parameters at the user level.
Assume that the primary.pf parameter file sets the global parameters for the appdb database. Individual users can create and maintain a private myparam.pf file, which enables them to set additional parameters for their own requirements.
To call myparam.pf from primary.pf, enter a -pf parameter and the
parameter filename in the primary.pf file, as shown:
primary.pf
|
myparam.pf
|