Consultor Eletrônico



Kbase P86743: patch level error when updating Fathom on Linux using proupdt
Autor   Progress Software Corporation - Progress
Acesso   Público
Publicação   7/1/2004
Status: Unverified

FACT(s) (Environment):

Linux Intel

FACT(s) (Environment):

Progress 9.1D

FACT(s) (Environment):

Fathom 2.1A

SYMPTOM(s):

patch level error when updating Fathom on Linux using proupdt

unable to determine the progress patch level, errno = -4

CAUSE:

Known issue. The line -

DLC=`awk -F= '/^SET progressInstallDir/ {print $2}' $FathomInitFile`

in the proupdt script where the script is setting the Progress DLC is incorrect. This line uses DOS syntax, which is incorrect for this platform.

FIX:

Modify the proupdt file, removing carat and SET. The line should read:

DLC=`awk -F= '/progressInstallDir/ {print $2}' $FathomInitFile`