Startup command syntax
- Last Updated: January 16, 2024
- 1 minute read
- OpenEdge
- Version 12.8
- Documentation
Startup command syntax
The conventions used in command syntax descriptions is as follows:
|
For example, the following command allows 100 users to access the sports database and then set values for the database connection, performance, and network parameters:
|
The table below describes each of the command components.
| Component | Description |
|---|---|
| command | On UNIX, the command runs a script that executes an OpenEdge executable with appropriate parameters. In Windows, some commands run a batch file that executes an OpenEdge executable with appropriate parameters. Other commands run an OpenEdge executable directory. |
| db-name | Name of the database you want to connect to. |
| parameter, qualifier | Operating criteria for the command. |
| value | Numeric value or file specification for the parameter. |
Note: On UNIX and in Windows, enter parameters exactly
as shown in the syntax descriptions.