Deploy the Data Warehouse
This section describes the final step, which is to deploy the data warehouse on the target system.
Prerequisites
- A target system must be defined
- A target system connection must be defined for each environment
- All sources and business objects that are relevant for the deployment must be valid
Procedure
Deployment of the data warehouse on the target system is done with the TinML EXECUTE command. When a deployment is initiated, Yotilla collects all the relevant data and metadata as a deployment set and validates it before executing the deployment. If any part of the deployment set is invalid, the deployment will not be carried out and an error message is shown.
Deploying the Current Configuration
To deploy the complete current configuration, open the TinML page in the user interface and execute the following command:
EXECUTE DEPLOYMENT [IN <environment name>];
The default environment is Development.
Selective Deployment
The deployment scope can be limited to specific sources and/or business objects:
EXECUTE DEPLOYMENT [FOR [SOURCES "(" <source system>.<source> [{"," <source system>.<source>}] ")"] [ BUSINESS OBJECTS "(" <bo> [{ "," <bo> }] ")"]];
Examples
Expected Result
Execution queued with id "12ffd245-55cf-4fa3-a3a3-697e3fc534df".