Kbase P131176: How to suppress warning messages 1908 and 1909?
Autor |
  Progress Software Corporation - Progress |
Acesso |
  Público |
Publicação |
  15/10/2008 |
|
Status: Verified
GOAL:
How to suppress warning messages 1908 and 1909?
GOAL:
How to suppress warning message File <file-name> is already in the library. Use replace instead of add (1908)
GOAL:
How to suppress warning message File <file-name> is already in the library. Use add instead of replace. (1909)
FACT(s) (Environment):
Progress/OpenEdge Versions
All Supported Operating Systems
FIX:
The -nowarn parameter from prolib utility supresses any warning message that might occur during the operation of the -add and -replace parameters. If you add a file to a standard library with the -add and -nowarn parameters, and the file already exists in the library, PROLIB replaces the file. Example syntax:
prolib bib.pl -nowarn -add newfile.p
prolib bib.pl -nowarn -add newversion.p