Modify the data input option
- Last Updated: October 23, 2025
- 4 minute read
- OpenEdge
- Version 12.8
- Documentation
You can edit any response file, whether it is automatically generated or one that you create. Although all sections of the response file are required, you do not need to add each of these required sections in the order presented. The installer retrieves only the specific data it needs, regardless of where the information is located in the response file.
Update the response file for silent OpenEdge installation
The sample response files and their associated parameter descriptions for Windows and Linux are provided in the following sections.
Sample response file for silent installation on Windows
|
[Serial Number And Control Codes Dialog] section. If you
need to make changes, make sure the number of entries matches the value in
NumberofConfigurations.| Parameter | Description |
|---|---|
JavaHome |
Provide the path to the Java JDK required for installation. For example: C:\jdk-17.0.3+7_x64. |
DestinationDirectory |
Directory to install OpenEdge software. For example: C:\Progress\OpenEdge. |
WorkDirectory |
Provide the directory path for applications, databases, and logs. For example: C:\OpenEdge\WRK. |
InstallationType |
Type of installation. The supported types are:
|
Directory |
Directory for component tree navigation. Provide any valid Windows directory path. |
ConfigureOEM |
Whether to configure OEM during install. The supported values are:
|
InstallingPdbFiles |
Whether to install PDB (debug) files. PDB (Program Database) files are
special files generated during software development that store debugging
information about a program. The supported values are:
|
ShortcutFolder |
Name of Start Menu folder for shortcuts. |
DefaultLanguage |
Default language for PROMSGS (Progress Messages). For example: French. |
DefaultCountry |
Default country for PROMSGS. For example: France. |
Languages |
Comma-separated list of additional languages. For example: French,Dutch. |
CharacterSet |
Character set for internal/stream encoding. For example: ISO8859-1 |
Collation |
Collation setting for sorting. For example: Basic. |
Case |
Case sensitivity setting. For example: Basic. |
DateFormat |
Date format for installation. For example: mdy. |
NumberFormat |
Number format preview. |
NumberSeparator |
ASCII code for number separator. For example: 44 (for
comma). |
NumberDecimalPoint |
ASCII code for decimal point. For example: 46 (for
period). |
GroupList |
Colon-separated list of groups authorized for AdminServer. |
RequireUsernameAndPassword |
Require credentials to start AdminServer. The supported values are:
|
EnableGroupChecking |
Enable group authorization checking. The supported values are:
|
Sonic_Env |
Sonic ESB environment flag. The supported values are:
|
Other_Env |
Other development environment flag. The supported values are:
|
PasHttpPort |
HTTP port for PAS instance. |
PasHttpsPort |
HTTPS port for PAS instance. |
PasShutdownPort |
Shutdown port for PAS instance. |
InstanceName |
Name of OE Authentication Gateway instance. |
PortNumber |
Port for OE Authentication Gateway. |
Username |
Admin username for OE Authentication Gateway. |
Password |
Admin password for OE Authentication Gateway. |
Password_Confirmation |
Confirmation of password. |
Auth_Gateway_Install_Path |
Install path for OE Authentication Gateway. |
Sample response file for silent installation on Linux
|
[Product Configuration 1], [Product Configuration
2], and similar sections. If you need to make changes, make sure the number of
configurations matches the value in the NumberofConfigurations=25 field
under the [Configuration Count] section.| Parameter | Description |
|---|---|
ApplyAsServicePack |
Determines if the installation is applied as a service pack. The supported
values are:
|
JavaHome |
Path to the Java JDK required for installation. For example: /usr/adoptium/java/jdk-17.0.3+7. |
jvmAllowUnsupported |
Allows installation to proceed with an unsupported JVM version. The supported
values are:
|
lang |
Specifies which languages to install for PROMSGS messages.
|
DefaultLanguage |
Sets the default language for system messages. |
cpinternal |
Character set for internal data processing. For example:
iso8859-1, utf-8. |
cpcollation |
Collation sequence for sorting and comparison. For example:
Basic. |
cpcase |
Case sensitivity setting for character data. For example:
Basic. |
dateformat |
Format for dates in the installation. For example:
mdy. |
numsep |
ASCII code for the number separator character. For example: 44
(for comma). |
numdec |
ASCII code for the decimal point character. For example: 46
(for period). |
type |
Type of installation to perform. The supported types are:
|
path |
Directory path for OpenEdge installation. For example: /usr1/install/linuxx86_64/dlc. |
workpath |
Directory path for work files, databases, and logs. For example: /usr1/install/linuxx86_64/dlcwrk. |
oem_path |
Directory path for OEM installation (if selected). For example: /usr1/install/linuxx86_64/oem. |
oem_workpath |
Directory path for OEM work files (if selected). For example: /usr1/install/linuxx86_64/oem. |
nPortHttp |
HTTP port for Pacific Application Server (PAS). |
nPortHttps |
HTTPS port for Pacific Application Server (PAS). |
nPortShutdown |
Shutdown port for Pacific Application Server (PAS). |
Instance_Name |
Name of the OpenEdge Authentication Gateway instance. For example:
oeauthserver. |
Port_Number |
Port number for the Authentication Gateway instance. |
Username |
Username for Authentication Gateway administration. |
Password |
Password for Authentication Gateway administration. |
Password_Confirmation |
Confirmation of the password for Authentication Gateway. |
Instance_Location |
Directory path for the Authentication Gateway instance files. For example: /usr1/install/linuxx86_64/dlcwrk/oeauthserver. |
exportImport117 |
Enables or disables export/import from OpenEdge 11.7. The supported values
are:
|
export117Path |
Path for export/import files from OpenEdge 11.7. For example: /usr1/11.7/export. |
To edit the response file, open it in a text editor like Notepad++ (Windows) or nano/vim (Linux). Make your changes, then save the file.