Consultor Eletrônico



Kbase P98438: Progress installation directory not defined when using dsrutil
Autor   Progress Software Corporation - Progress
Acesso   Público
Publicação   15/10/2008
Status: Unverified

FACT(s) (Environment):

Progress 9.1E
OpenEdge 10.0B
Windows
Fathom High Availability Replication 3.0A

SYMPTOM(s):

dsrutil script does not have PROGRESS_HOME_DIR defined

Progress installation directory not defined when using dsrutil

The system cannot find the batch label specified - no_prgs when running dsrutil

dsrutil.bat is missing no_prgs no_drs block definitions

CAUSE:

BUG# 20041205-003

CAUSE:

This is a known issue being investigated by Development.

FIX:

Manually modify the PROGRESS_HOME_DIR to point to the Progress installation. This parameter is found in the %DLC%\bin\dsrutil.bat file. The following lines must also be added after "goto all_done" and before ":all_done" lines in the previously mentioned files.

:no_dsr
echo.
echo Database Site Replication installation directory not defined.
echo.
pause
goto all_done

:no_prgs
echo.
echo Progress installation directory not defined.
echo.
pause