Completing the Installation

This document covers the following topics:


Final Installation Steps

This section describes the steps, which are to be completed after the installation of Adabas 6.7 on Windows.

Start of instruction setTo complete the installation of Adabas 6.7 on Windows.

  1. Activate the Adabas license.

    1. Copy the license key to a temporary location on your Windows machine.

    2. Start a Command Prompt to activate the license via the Start menu under: All Programs> Start Menu group name > Administration > Adabas 6.7 > Activate License.

    3. In the Command Prompt execute the adalic script to activate the license file. Enter:

      adalic activate license_file

      Where license_file represents the fully qualified path to your license file.

  2. In the case of a first-time installation, continue as described under the step "Verify the Installation" below.

  3. Side-by-Side Installation

    If you already have Adabas Version 6.6 installed and activated:

    1. Terminate your active databases. The administration command adashow -a lists the databases that must be terminated.

    2. Deactivate the previous Adabas installation via the Start menu under: All Programs > Start Menu group name > Administration > Adabas 6.7 > Deactivate Installation.

    3. Activate the current installation via the Start menu under: All Programs> Start Menu group name 2 > Administration > Adabas 6.7 > Activate Installation.

    Continue as described under the step "Verify the Installation" below.

  4. Verify the Installation.

    Note:
    This step is optional.

    To verify your installation you may choose to:

    • Create the Demo Database

    • Start the database

    • Generate a database report

    • Terminate the database

    To achieve this, execute the following steps:

    1. Create the Demo Database

      • Via the Start menu under: All Programs > Start Menu group name > Administration > Adabas 6.7 > Create Demo Database.

      • Execute the script to create the Demo Database.

    2. Start a Command Prompt to execute Adabas utilities via the Start menu under: All Programs > Start Menu group name > Administration > Adabas 6.7 > Start Command Prompt.

    3. Start the database from the command prompt issuing the command:

      adastart dbid

      Where dbid represents the Database ID of your database.

      For further details on adastart, refer to the section Start Database: adastart in the Extended Operation documentation

    4. Generate a database report from the command prompt issuing the command:

      adarep dbid=dbid contents

      Where dbid represents the Database ID of your database.

      For further details on adarep, refer to the section ADAREP in the Utilities documentation.

    5. Determine whether the database is active by executing the following commands from the command prompt:

      adashow -a

      and

      getdbinfo dbid
    6. Terminate the database from the command prompt issuing the command:

      adastop dbid

      Where dbid represents the Database ID of your database.

      For further details on adastop, refer to the section Stop Database: adastop in the Extended Operation documentation

Configure the Adabas Environment

It is not possible to set Global Environment Settings for Adabas.

The Adabas utilities require the Adabas environment variables to be set. The required environment variables are automatically set when the utility programs are executed from the All Programs > Start Menu group name > Administration > Adabas 6.7 > Start command prompt.

Use the script adaenv.bat located in the directory <install_dir>\Adabas\INSTALL\ to set the environment variables, when Adabas utility programs are to be executed outside the command prompt.

Configure the Adabas Client Environment

The Adabas Client environment is only required by applications and services, which access an Adabas database or utilize the database communication facilities.

In a Windows environment where multiple Adabas Client installations exist, only one Global Adabas Client Environment installation can be active.

By default, the highest installed version of Adabas Client is set as the Global Environment.

If you want to switch back to a lower version, you must first unset the previous installation and then set the current installation using the script aclenvvar.

To set the Adabas installation use the Start menu. Go to: All Programs > Start Menu group name > Administration > Adabas Client 6.7 > Configure Global Environment. In the Command Prompt, execute the script aclenvvar with one of the following options:

aclenvvar unset

Unsets the previous global environment.

aclenvvar set

Sets the current global environment.

aclenvvar show

Displays information about the current local and global environment setting.

Information about the Installed Version

Adabas

Information about the version number can be obtained using the following methods:

  • Open a command prompt from the Start menu: All Programs> Start Menu group name > Administration> Adabas Server 6.7> Start Command Prompt. Then execute

    sagver %ADAPROGDIR%\adanuc.exe
  • Open a command prompt from the Start menu: All Programs> Start Menu group name > Administration> Adabas Server 6.7> Start Command Prompt. Then execute

    type %ADAPROGDIR%\version.txt

Adabas Client

Information about the version number can be obtained using the following method:

  • Open a command prompt from the Start menu: All Programs> Start Menu group name > Administration> Adabas Client 6.7> Configure Global Environment. Then execute

    sagver %ACL67DIR%\adalnkx.dll

Reinstall Adabas SQL Gateway and Adabas Event Replicator

If you are also using the Adabas SQL Gateway or the Adabas Event Replicator, you must reinstall these products. For further information, refer to the related product documentation.