Consultor Eletrônico



Kbase 21008: Starting the AdminService on Failover Situation
Autor   Progress Software Corporation - Progress
Acesso   Público
Publicação   16/10/2008
Status: Unverified

GOAL:

How to start the Adminservice from a failover script.

FACT(s) (Environment):

Progress 9.x
Windows NT 32 Intel/Windows 2000

FIX:

There are two ways to start the AdminService from your failover script.
1) proadsv -start

This will start the service, provided all the environment variables are set on the failover system. If they are not set, errors might be encountered, such as, "classpath not found", causing the database startup to fail. On NT, the process will not return to the script. In that case, use: start /B proadsv -start

2) net start "AdminService for PROGRESS 9.XX", where XX is the Progress release version.
Check your NT services for the correct name. This will start the AdminService, regardless of the environment variables, since it uses the registry to find the service. The quotation marks around the service name must be present.