Consultor Eletrônico



Kbase P20167: How to determine if a database was started with a service name or port number?
Autor   Progress Software Corporation - Progress
Acesso   Público
Publicação   23/09/2010
Status: Verified

GOAL:

How to determine if a database was started with a service name or port number?

GOAL:

How to find out of a database was started with -S parameter?

FACT(s) (Environment):

All Supported Operating Systems
Progress/OpenEdge Product Family

FIX:

Progress 8.2C and later write database startup information to the database log file <dbname.lg>.

To determine if a database was started with a -S parameters, you can view the log file and look for a line similar to the following:

BROKER 0: Service Name (-S): Not Enabled. (4262)

If the database server was started with a port of service name, the actual entry would be listed on this line.

Please note, that log files are not over written when a database is started. They are appended to. Therefore you would want to look at the end of the file and work your way backwards until you locate the most recent database start up information.