The auto-increment messages, messages (5407) through (5410), warn about the automatic resource usage increases by the
Maximum Memory (-mmax) ,
Nested Blocks (-nb) ,
Local Buffer Size (-l) , and
Directory Size (-D) startup parameters.
Since
Progress 9.1D08, the client-session startup parameter
-noincrwarn was introduced to suppress the warning messages (5407) to (5410), because these warning messages could not be suppressed using the 4GL statement:
SESSION:SUPPRESS-WARNINGS = YES.
Since
OpenEdge 10.0A and 10.0B and 10.0B01, the client-session startup parameter
-noincrwarn was removed from the product. The ABL SESSION:SUPPRESS-WARNINGS statement was enhanced to suppress these four warning messages (5407),(5408),(5409),(5410):
SESSION:SUPPRESS-WARNINGS = YES
The execution of the 4GL statement:
SESSION:SUPPRESS-WARNINGS = YES. suppresses all warning messages during the session. Since
OpenEdge 10.0B02,
10.1A the client session startup parameter
-noincrwarn was reintroduced to allow the selective suppression of these four warning messages only: (5407),(5408),(5409),(5410).
For 9.1D Webclient, -noincrwarn has to be added in the Startup Parameters section of the Webclient Assembler. Then redeploy the application with a new version.