Consultor Eletrônico



Kbase P22386: Error: You must be in the Fathom install directory to run PROUPDT
Autor   Progress Software Corporation - Progress
Acesso   Público
Publicação   16/10/2008
Status: Verified

FACT(s) (Environment):

Progress 9.1D 64-bit
SUN Solaris 64-bit

SYMPTOM(s):

Running proupdt from the DLC directory.

Unable to update license on Solaris 64-bit

Got error:
You must be in the Fathom install directory to update license

Error: You must be in the Fathom install directory to run PROUPDT

Presence of any Fathom product is not relevant

CAUSE:

Bug# 20040205-016

CAUSE:

This is a known issue - the $DLC/proupdt for 9.1D04 Solaris is incorrect

FIX:

Option 1:
This issue has been fixed in Progress 9.1D09 and later. Please apply this service pack level or a later release to obtain the fix.

Option 2:
Remove following lines from $DLC/proupdt and re-run license update

<-- beginning of wrong fragment --->
# set Progress install dir var
DLC=`awk -F= '/^SET progressInstallDir/ {print $2}' $FathomInitFile` export DLC
(...)

# Set Fathom init file var
FathomInitFile=fathom.init.params

# Make sure in Fathom install dir
if [ ! -s $FathomInitFile ]; then
echo "
Error: You must be in the Fathom install directory to run `basename $0`.

Exiting...
"
exit
fi
<-- end of wrong fragment --->