Consultor Eletrônico



Kbase P102779: Service pack installation error (102) : Unable to create the file _progres
Autor   Progress Software Corporation - Progress
Acesso   Público
Publicação   6/5/2009
Status: Verified

SYMPTOM(s):

Installation error : Unable to create the file _progres when applying a Progress Service Pack

INSTALLATION ERROR (102): Unable to create the file. /usr/dlc/bin/_progres (ETXTBSY)

FACT(s) (Environment):

UNIX
Progress 9.x
OpenEdge 10.x

CAUSE:

When the install for the service pack starts, Progress reads the versionfo.dll file in the DLC/bin directory to find out what version it is being installed on top of. If it is an earlier 9.1D product then it proceeds. If not, then it fails.

The Unable to create the file. /usr/dlc/bin/_progres (ETXTBSY) is returned because we're trying to access the _progres file that is currently being executed by the kernel, it is still open from a previous Progress session.

FIX:

Before installing a Progress Service Pack, close and confirm that all Progress processes have been shut down, confirm with the ps -ef or lsof utilities.