Installing the Scripting Engine and Deploying Demo Scripts

For reference, demo scripts are described here: Integration of Planning to Business Intelligence Cloud Service.

  1. Install the Groovy engine, http://www.groovy-lang.org/install.html

    Select the binary release (https://bintray.com/artifact/download/groovy/maven/apache-groovy-binary-2.4.5.zip).

  2. Create the files as shown in Integration of Planning to Business Intelligence Cloud Service, and put them in a folder structure similar to the following:

    pbcsbics
       PBCSBICSAutomation.properties
       com
    	   oracle
          ceal
            <groovy files>
  3. Open a shell:

    cd <yourrootfolder>\pbcsbics

    On a single line, type:

    <yourrootfolder>\apache-groovy-binary-2.4.5\groovy-2.4.5\bin\groovy -classpath
    <yourrootfolder>\pbcsbics
    <yourrootfolder>\pbcsbics\com\oracle\ceal\PBCSBICSIntegration.groovy