Salesforce

How to find out what -n (Max users) value was specified for a connected database?

« Go Back

Information

 
TitleHow to find out what -n (Max users) value was specified for a connected database?
URL Namehow-to-find-out-what-n-max-users-value-was-specified-for-a-connected-database
Article Number000201126
EnvironmentProduct: OpenEdge
Version: 11.5, 11.6, 11.7, 12
OS: All Supported Platforms
Question/Problem Description
Where can I find the -n that was specified for a database that I'm connected to?
 
Steps to Reproduce
Clarifying Information
Error Message
Defect Number
Enhancement Number
Cause
Resolution

Use the code below to find the -n value:

DEFINE VARIABLE iParam AS INTEGER     NO-UNDO.

FIND FIRST <dbname>._DbParams WHERE _DbParams._dbParams-Name EQ "-n".
MESSAGE _DbParams._DbParams-Value
    VIEW-AS ALERT-BOX INFORMATION BUTTONS OK.


 

Workaround
Notes
References to Other Documentation:

Progress Article(s):
How to find what Database Startup Parameters values are used
 
Keyword Phrase
Last Modified Date10/10/2025 5:42 PM

Powered by