Oracle Analytics Cloud and Server

Welcome to the Oracle Analytics Community: Please complete your User Profile and upload your Profile Picture

Does anyone use an automated script to deploy a new RPD?

Received Response
33
Views
4
Comments
Jerry S.
Jerry S. Rank 4 - Community Specialist

When we deploy a new RPD to our Production environment, we need to do it during a maintenance

window that is from 5am to 7am.

We are toying with the idea of having some type of script that can be set up ahead of time, and then scheduled.

Does anyone out there do something like this?

Answers

  • Hi,

    You missed a key element ....

    What version of OBIEE are you using?

    12c deploy the RPD by script, so it will probably take you 45 seconds to automate that ....

    For 11g there are scripts around using WLST to deploy a new RPD.

    But it's all about your version ....

  • rmoff
    rmoff Rank 6 - Analytics Lead

    I always recommend automated deployments to clients that I work with. Whether it's to avoid getting up at 0400 in the morning for out-of-hours, or simply to make life easier -and reduce the human error from manual deploys- it's a Good Thing to do.

    As @Gianni Ceresa says, WLST in 11g (example script), or the native 12c scripts.

    Updating config in the RPD (different DSN, hopefully different credentials too for connecting to the DB) is easily done with patching the RPD with pre-prepared XML patch files, applied with biserverxmlexec.

  • Jerry S.
    Jerry S. Rank 4 - Community Specialist

    Version is 11.1.1.7
    running on Linux server.

  • Look at the link rmoff posted