Previous Topic

Next Topic

Book Contents

Modifying the response file

Perform this procedure on each application server.

Note: All entries used as Oracle database objects (such as user names, passwords, and tablespaces) should follow Oracle recommendations for naming conventions. In addition, Oracle recommends using strong passwords, as described in the Secure Configuration Guide.

  1. Copy the Central Coding installation folder to your local machine.
  2. Locate the setup.iss response file.
  3. Save the setup.iss response file with a different name.

    Note: Oracle recommends saving the response file with a name that references the Central Coding instance with which it is associated.

  4. Modify the response file with the following information:

    Descriptions of response file parameters

    Parameter

    Description

    svLanguage

    Locale:

    • English
    • Western European
    • JapaneseWesternEuropean

    szCompanyName

    Company name.

    szCompanyURL

    Company URL.

    szDir

    (First)

    Base installation directory.

    This should match the information you specify in the parameter for the Central Coding instance directory.

    svAuthChoice

    Authentication scheme used.

    This must be NATIVE for self-hosted installations.

    instanceName

    Instance name.

    svPort

    Job Scheduler communication port number.

    This must be an empty port that has not been used by any other software.

    szDir

    (Second)

    Directory for the Central Coding instance.

    This should match the information you specified in the installation directory parameter.

    Central Coding Database user parameters

     

    svDBServer

    Database server connection string for the Central Coding Database user.

    svOracleSysDBAUser

    Oracle user with SYSDBA privileges.

    This must be entered only if svCreateUser is TRUE.

    svOracleSysDBAPassword

    Password for Oracle user with SYSDBA privileges.

    This must be entered only if svCreateUser is TRUE.

    svdbUID

    Central Coding Database user ID.

    svdbPID

    Central Coding Database user password.

    svDBTablespace

    Name of the tablespace for the Central Coding database.

    svCreateUser

    Controls whether the user specified by svdbUID is created (TRUE), or if an existing user identified by svdbUID will be reused (FALSE).

    Platform Database user parameters

     

    svDBServer

    Database server connection string for the Platform Database user.

    svOracleSysDBAUser

    Oracle user with SYSDBA privileges.

    This must be entered only if svCreateUser is TRUE.

    svOracleSysDBAPassword

    Password for Oracle user with SYSDBA privileges.

    This must be entered only if svCreateUser is TRUE.

    svdbUID

    Platform Database user ID.

    svdbPID

    Platform Database user password.

    svDBTablespace

    Name of the tablespace for the Platform database.

    svCreateUser

    Controls whether the user specified by svdbUID is created (TRUE), or if an existing user identified by svdbUID will be reused (FALSE).

    Dictionary Database user parameters

     

    svDBServer

    Database server connection string for the Dictionary Database user.

    svdbUID

    Dictionary Database user ID.

    svdbPID

    Dictionary Database user password.

    Certificate parameters

     

    svCertSubject

    Certificate subject.

    svCertIssuer

    Certificate issuer.

    svCertName

    Certificate name.

    svCertExpiration

    Certificate expiration date, in the format MM/DD/YYYY H:MM:SS AM/PM.

    svCertThumbprint

    Certificate thumbprint.

    Note: Make sure there are no spaces in the value of the parameter.

Send Feedback