This tutorial covers how to create JACL scripts.
Approximately 20 minutes.
Script files contain commands to execute a workflow. Integrated Operational Planning uses script files to build models and to configure business processes.
For example, you can use JACL files to invoke java classes on server startup, and java script files to customize a model or reports.
JACL scripts intermix isadmin commands with other activities such as polling external data sources, sending e-mails, extracting data, calling APIs, and integrating with other systems. When the server starts, it prepares the script execution environment, and it is ready to accept JACL scripts.
In this example, you create a JACL script to publish dimensions and cubes.
The following is a list of software requirements:
Before starting this tutorial, you should:
. | Load the Integrated Operational Planning model. |
---|---|
. | Start the Integrated Operational Planning server. |
. | Define Integrated Operational Planning dimensions, row sources, and cubes. |
To create a JACL script, perform the following steps:
1. |
Log on to Integrated Operational Planning as the administrator.
|
---|---|
2. |
From Planning Workbench, click the Administration Workbench link.
|
3. |
Select the Administration tab.
|
4. |
Select the Script Editor tab.
|
5. |
Click Add to display the Create script file page.
|
6. |
In the Name box, enter the name of the JACL script. In this example, enter Publish_dimension_cube.
|
7. |
From the Type drop-down list, select Jacl script. When you create a file, you must select a file type. In this example, the file will be saved on the Integrated Operational Planning server as Publish_dimension_cube.jacl. Script files are stored in /install/custom/scripting.
|
8. |
In Contents, enter the script syntax. In this example, the syntax specifies that dimensions and cubes are published, in that order.
|
9. |
Click OK. The script is displayed on the Script Editor page.
|
In this tutorial, you learned how to create JACL scripts.