Using Database Deployment and Cleanup Scripts
Changing an existing adapter configuration typically generates legitimate changes in a connected database. During this change process, the adapter creates a SQL script for changing the database objects and an associated cleanup script and stores them in the TIB_ADADB_HOME\sql directory. If the legitimate database changes result in error messages, you have to run these scripts.
- The scripts created for generating legitimate database changes are not run successfully.
- The scripts created for generating legitimate database changes are run successfully, but an error occurs while these changes are being saved to the database.
The following figure shows an error message.
Running the Deployment Scripts
The generated SQL script for changes to database objects is stored in the instance_name.sql file in the TIB_ADADB_HOME\sql directory. You can modify this script to deploy changes to different database environments. For example, if the user schemas are different between the production and testing environments, you can change the schema names of the database objects in the script and deploy the changes accordingly.
Running the Cleanup Scripts
If an error occurs when you run a deployment script, you can run the associated cleanup script to delete the operation.