Start OpenEdge database server
- Last Updated: July 5, 2024
- 1 minute read
- OpenEdge
- Version 12.8
- Documentation
Once you have created an STS client key and configured and enabled the database to use the Authentication Gateway, you can start the server (or connect single-user).
Start the database, as shown:
If the STS client key is in the default location, you need no additional
parameters.
|
If you want to connect Client-Server, you need to generate the client key on both client and server.
The oests.<date>.log file contains messages about the STS
client key validation and if anything goes wrong with the validation. You can also
increase (or decrease) logging messages in the database log file with the startup
parameter -stslogginglevel. For more information, see
STS logging level (-stslogginglevel).
Additional database startup parameters to keep in mind include:
-Mmcannot be set to the minimum (350) when using the Authentication Gateway STS server. You must set it to at least 360. The default is 1024 and the maximum is 32,600-secsizespecifies the sized of the security cache that can help connection performance. For more information, see Security cache size (-secsize).-certstorepath,-keystorepath,-nohostverify, and-nosessionresueare shared between TLS-enabled connections and communication with the Authentication Gateway STS server. For more information, see the Startup parameters documentation entries.
You can perform authentication or exchange using stsclientutil if you want to perform a simple test and
take the database out of the picture (change the parameters for credentials as needed,
-U, -P,
-D), as shown:
For more information, see STS client utility (stsclientutil).
|