Building the Domain
Your newly provisioned cloud service is initially set up with a bootstrap configuration that allows you, the implementer, to access the Online Administration Tools (OAT) interface in order to build the application domain. The bootstrap OAT configuration only has tasks required to construct a domain.
In the bootstrap environment:
-
Navigate to Administration in the tasks panel.
-
Select Online Admin Tools.
-
Submit a new admin task.
-
Select Build Application.
The wizard walks you through selecting the required parameters to supply. The description of these parameters can be found in the Bootstrap Environment section of the Oracle Retail Predictive Application Server Cloud Edition Implementation Guide.
In order to complete the domain creation, a Batch Group is executed that defines the post-build steps to load data and run batch scripts. You can use and modify the post-build steps provided in the sample configuration or create your own steps.
Batch_exec_list.txt:
# Post-domain-build tasks
postbuild | measload | load_all
postbuild | measload | load_tran
postbuild | calc | calc_init
batch_loadmeas_list.txt:
# Load All Measures during Domain build
load_all | H | nsls.csv.ovr
load_all | H | rcpt.csv.ovr
load_all | H | rtn.csv.ovr
...
batch_calc_list.txt
# Calc Set for Initial Set Up
calc_init | G | group | Batch_GB
calc_init | L | group | Batch_AggW
...
Complete the domain build steps as they are outlined in the Bootstrap Environment section of the Oracle Retail Predictive Application Server Cloud Edition Implementation Guide.