Consultor Eletrônico



Kbase P157507: NetSetup installation of 10.2A fails
Autor   Progress Software Corporation - Progress
Acesso   Público
Publicação   2/19/2010
Status: Unverified

SYMPTOM(s):

NetSetup installation of 10.2A fails

Error Code: -5011 : 0x80040707
Error Information:
>SetupNew\SetupDLL.cpp (510)
pAPP:OpenEdge Shared Network Install Utility PVENDOR:PSC PGUID:24A3AE14-3E31-4BAA-920E-4BB9DB8D229C
$12.0.0.58849
@Windows XP Service Pack 3 (2600) IE 8.0.6001.18702

Error happens if running NetSetup using a UNC mapping

Error happens if running NetSetup using a mapped drive

Error happens if installing from a local drive

FACT(s) (Environment):

Another Progress/OpenEdge release is installed on same machine
Windows XP
OpenEdge 10.2A

CAUSE:

The OS path settings contain references to the other installation. As a result, the wrong versions of some libraries are being used.

FIX:

Before running the OpenEdge setup, make sure that there are no references to other OpenEdge installations in the OS environment.

One way to achieve this is to use a batch file which clears the environment variables:

# begin of file

set PATH=C:\WINDOWS\system32;C:\WINDOWS;C:\WINDOWS\System32\Wbem
set DLC=
set PROMSGS=

setup.exe

# end of file