Kbase P79795: How to suppress warning messages (5407),(5408),(5409),(5410) from displaying on client screens.
Autor |
  Progress Software Corporation - Progress |
Acesso |
  Público |
Publicação |
  12/08/2008 |
|
Status: Verified
GOAL:
How to suppress warning messages (5407),(5408),(5409),(5410) from displaying on client screens.
GOAL:
WARNING: -nb exceeded. Automatically increasing from <old value> to <new value>. (5407)
GOAL:
WARNING: -l exceeded. Automatically increasing from <old value> to <new value>. (5408)
GOAL:
WARNING: -mmax exceeded. Automatically increasing from <old value> to <new value>. (5409)
GOAL:
WARNING: -D limit exceeded. Auto incrementing to <new value>. (5410)
GOAL:
Can the warning message (5407) be suppressed?
GOAL:
What is does the -noincrwarn startup parameter do?
FACT(s) (Environment):
Progress 9.1D
Progress 9.1E
OpenEdge 10.0x
FIX:
Starting with 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.
In 10.0A and 10.0B and 10.0B01, the client session startup parameter -noincrwarn was removed from the product because the 4GL statement: SESSION:SUPPRESS-WARNINGS = YES. was enhanced to suppress these four warning messages.
In 10.0B02 and above, the client session startup parameter -noincrwarn was reintroduced to allow the selective suppression of the above four warning messages ONLY. Since the execution of the 4GL statement: SESSION:SUPPRESS-WARNINGS = YES. suppresses ALL warning messages during the session.