Kbase P101376: What is the meaning of a windows errno number found in a Progress error message
Autor |
  Progress Software Corporation - Progress |
Acesso |
  Público |
Publicação |
  21/02/2008 |
|
Status: Unverified
GOAL:
What is the meaning of a windows errno number found in a Progress error message
GOAL:
How to find the message represented by the windows errno number is a Progress error
FACT(s) (Environment):
Windows
FIX:
A quick way to reference the message of an errno number found in a Progress message on windows:
Type from a command line:
C:\>net helpmsg error#
For example:
** Cannot find or open file C:\wrk91dPD\his.db, errno = 2. (43)
C:\>net helpmsg 2
yields: The system cannot find the file specified.