Installing or Upgrading DATABridge Host 6.0

  • 7021896
  • 12-Feb-2009
  • 31-Mar-2018

Environment

DATABridge version 6.0

Situation

This technical note provides a brief overview of how to install or upgrade an existing installation to DATABridge Host 6.0.

For detailed host installation instructions, see the DATABridge Host Administration Guide:
https://docs.attachmate.com/databridge/6.0/DB_Host_Admin_Guide_v60.pdf

Resolution

Before You Install or Upgrade

Before you install or upgrade DATABridge Host 6.0, determine the usercode and pack:

  • Usercode (a privileged usercode is suggested, along with access to database description file)
  • Pack (usually default pack)

For more information about usercodes and packs, see "Installation and Guardfile Setup" in the DATABridge Host Administration Guide.

If you are upgrading, be aware of the following:

  • Some files are overwritten by the installation. For details, see “Installation and Guardfile Setup” in the DATABridge Host Administrator Guide.
  • When the installation is complete, you must recompile your tailored support libraries.
  • You can use your DATABridge 5.2 Accessory parameter files with the DATABridge 6.0 Accessories. To use any of the new options, type them in your parameter file.

Copy DATABridge Installation WFL

You can begin the DATABridge installation either from a CD or a disk. Then, you will continue the installation by copying the DATABridge installation WFL (work flow language) to the host.

To install from a CD:

  1. Enter the following command:
WFL UNWRAP *WFL/DATABRIDGE/INSTALL AS WFL/DATABRIDGE/INSTALL OUTOF *CDINSTALL FROM DB60C (KIND=CDROM)
  1. Continue with the steps to Start the DATABridge Installation WFL.

To install from a disk:

  1. Open a command window: Start > Run, then type cmd.
  2. In the command window, enter the commands below to upload DISKINSTALL and IMAGE as binary. As you enter the commands,
    • Replace <host ip address>, <userid>, and <password> with the correct values for your environment.
    • Press Enter after each command.
C:\ftp <host ip address>
<userid>
<password>
Binary
Put d:\English\IMAGE
Put d:\English\DISKINSTALL
  1. Enter the following WFL command to unwrap the DATABridge installation:
WFL UNWRAP *=AS= OUTOF DISKINSTALL TO DISK(PACK, RESTRICTED = FALSE)
  1. If this is a new installation, continue with the steps to Start the DATABridge Installation WFL.

If you are upgrading, first back up the Data/Engine/Control directory, in case problems exist with new keys. Then, continue with the steps to Start the DATABridge Installation WFL.

Start the DATABridge Installation WFL

  1. Start the DATABridge Installation WFL by entering the following command:
START WFL/DATABRIDGE/INSTALL

During installation, respond with "OK<Transmit>" and enter DATABridge keys when prompted.

  1. Create a custom library by entering the following command, replacing <databasename> with your value:
COPY DATA/GENFORMAT/SAMPLE/CONTROL AS DATA/GENFORMAT/<databasename>/CONTROL

If this is a new installation, proceed to step 3.

If you are upgrading, enter the following command, replacing <usercode>, <databasename>, and <pack> with your values:

START WFL/DATABRIDGE/COMP ("SUPPORT", "(<usercode>)<databasename> on <pack>")

Then, skip to step 5.

  1. For a new installation, create a new DBServer Accessory file by entering the following command:
COPY DATA/SERVER/SAMPLE/CONTROL AS DATA/SERVER/CONTROL
  1. For a new installation, edit the DBServer Accessory Parameter File:
    1. Change SOURCE <datasourcename> to the name of the datasource that the client uses.
    2. Optional: Change TCP/IP Port = 5000 to the port you are using (the default is 5000).
    3. Change Database = DESCRIPTION/<databasename> ON <packname> to reflect the usercode/location of the description file for the database to be cloned.
  2. To enable DATABridge Plus software, execute the following command, replacing <usercode> and <pack> with your values:
SL DBAUDITSUPPORT=(<usercode>)OBJECT/DATABRIDGE/AUDITSUPPORT ON <pack>:TRUSTED,LINKCLASS=3
  1. Start the DATABridge Server.

If you are upgrading, you must restart the server.

START WFL/DATABRIDGE/SERVER

Additional Information

Legacy KB ID

This document was originally published as Attachmate Technical Note 2407.