Version 8.2.2
 —  Adabas System Coordinator Versioning Tool  —

Components

The main components of the versioning tool are:

Notes:

  1. It is possible to implement versioning in an Adabas server without implementing client versioning. In this case the database can be accessed by multiple clients, each running a single version of the add-ons.
  2. It is possible to implement client versioning without implementing server versioning, but care must be taken to ensure that commands cannot be routed to a database that is not running the appropriate version.
  3. The use of VERSCO and the daemon versioning table is optional. Its purpose is to enable you to use a common versioning library, with common module suffixes, for the Adabas servers and Coordinator daemon tasks. Multiple version support in the daemon is achieved by running multiple daemon instances.
  4. In a reentrant batch environment, client versioning is established by the first task to issue an Adabas call. If that task terminates prior to other tasks which also issue Adabas calls, results are unpredictable.

Top of page