Adding Support for Multiple Adabas Versions

This version of Adabas RESTful server supports administration of multiple Adabas version. At the moment Adabas Version 6.5 with internal structure level 19 and Adabas Version 6.6 with internal structure level 20 are supported. To support additional Adabas versions the relevant Adabas version installations need to be registered in the configuration of the RESTful server.

To register the Adabas version installation in config.xml, the service.sh script (or service.bat respectively) has an additional feature.

With the following command you may add the current Adabas installation, if you are in an Adabas command prompt shell:

service.bat add_env

To register an Adabas version installation outside the current environment, you can add the corresponding directory:

service.bat add_env <Adabas version installation directory>

where <Adabas version installation directory> is the name of the directory where the Adabas version installation is located.