Consultor Eletrônico



Kbase P161810: PROMSGS: What are Progress startup message?
Autor   Progress Software Corporation - Progress
Acesso   Público
Publicação   12/03/2010
Status: Unverified

GOAL:

PROMSGS: What are Progress startup message?

GOAL:

Examples of Progress startup message.

FACT(s) (Environment):

All Supported Operating Systems
Progress 9.x
OpenEdge 10.x
OpenEdge Category: Language (4GL/ABL)

FIX:

Progress startup messages inform you of unusual conditions detected while Progress is getting ready to start a process or execute a command.

Examples:
1. Executing prowin32 -w executed from the proenv session command line generates the Progress startup error message:
** Could not recognize argument: <string>. (301)
Because -w is not a valid client session startup parameter.


2. Executing proserve DatabaseName -H DatabaseServerName -N tcp -S 12345 from the proenv session generates the Progress startup error message:
** Cannot find or open file <file-name>, errno = <number>. (43)
Because the named database could not be found. This could happen if the database does not exist or its name is misspelled or is not in the current or specified directory. It could also happen if the server does not exist or is off line or its name is misspelled.
3. Trying to connect to an Administration Server that is NOT running from a Progress Explorer Tool session generates the Progress startup error message:
Unable to connect to Admin Server. Ensure Admin Server is running. (8336)