Kbase P121256: Error cannot find control codes during silent/batch installation on Unix
Autor |
  Progress Software Corporation - Progress |
Acesso |
  Público |
Publicação |
  20/12/2006 |
|
Status: Unverified
SYMPTOM(s):
Error during silent/batch installation on Unix
Error message:
Could not find the control number entry
Installation aborts after error message
The batch .ini file was taken directly from documentation
CAUSE:
The control code section for one of the products being install is missing. For example:
[Product Configuration 1]
name=CompanyName
serial=987654321
version=10.0B
control=XXXXX XXXXX XXXXX
prodname=4GL Development System
[Product Configuration 2]
name=CompanyName
serial=987654321
version=10.0B
prodname=OE Enterprise RDBMS
[Product Configuration 3]
name=CompanyName
serial=serial_number
serial=987654321
version=10.0B
control=XXXXX XXXXX XXXXX
prodname=OE Application Svr Ent
FIX:
Provide the proper Control Code for the Product being install in the .ini file.