Oracle Analytics Cloud and Server

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

How to "execute" a soap request to reloadMetadata() in obiee 12c

Received Response
11
Views
2
Comments
Adam Wickes
Adam Wickes Rank 6 - Analytics Lead

Hi all,

Bit out of my depth on this one.
I've written some simple batch files to export a bar file from one obiee instance and then import it to another.
The last missing piece is to automatically reload the meta data when the import is complete.
I know that I can use a the reloadMetadata method to do so but would have no clue where to start.

I would prefer to use powershell/batch/vbs if possible.

If anyone has a recommendation, that would be fantastic.

Thanks,
Adam

Answers

  • Joel
    Joel Rank 8 - Analytics Strategist

    Take a look at Stewart Bryson's blog post.

  • Adam Wickes
    Adam Wickes Rank 6 - Analytics Lead

    Thanks Joel, I have had a read over this.
    I haven't used groovy before and wasn't sure whether it could easily be re-engineered into powershell/vbs?