Kbase P121696: Silent installation of Service Pack fails on OpenEdge 10.1A
Autor |
  Progress Software Corporation - Progress |
Acesso |
  Público |
Publicação |
  22/01/2007 |
|
Status: Unverified
FACT(s) (Environment):
OpenEdge 10.1A
SYMPTOM(s):
Using silent installation option to install a service pack
Silent Installation fails
Setup.exe process dies without displaying an error on screen
OpenEdge version has not been updated in DLC\version
The installation log file contains the following details:
[Installshield]
Version=7.1.100.1242
[Application]
Name=OpenEdge
Version=10.1A
Company=Progress Software
[CompletedEvents]
Event1=[1-17-2007 14:25:35] Checking for running OpenEdge Admin Server process...
Event2=[1-17-2007 14:25:38] Checking for OpenEdge programs and or processes in use .......
Event3=[1-17-2007 14:25:38] The Setup Utility has checked the system requirements.
Using command-line similar to:
<path-to-CD>\setup.exe -psc_s -psc_f1="<path>\<response-file-name>"
CAUSE:
Path to the response file is encapsulated between quotation marks (")
FIX:
Remove quotation marks and ensure that the path to the response file does not contain spaces
<path-to-CD>\setup.exe -psc_s -psc_f1=<path>\<response-file-name>