Bug #10971
Startup parameter validation: no error for zero value in -n (number-of-users)
Status:
New
Priority:
Normal
Assignee:
-
Target version:
-
Start date:
Due date:
% Done:
0%
billable:
No
vendor_id:
GCD
case_num:
version_reported:
16301
version_resolved:
Related issues
History
#1 Updated by Vladimir Tsichevski 8 months ago
This issue affects validation of the -n (number-of-users) startup parameter when a zero value is provided. The parameter must not be equal to zero.
In OE run any 4GL program, providing the -n 0 command line argument.
In FWD, pass client:cmd-line-option:number-of-users=0 via client command line application parameters.
Expected Behavior (OE)
OpenEdge raises error 1404 immediately, preventing startup:
The -n parameter requires an argument greater than 0. (1404)
Actual Behavior (FWD)
No error is reported; the client starts with the invalid value.