Oracle Analytics Cloud and Server

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

OBIEE 12c Migration: RPD

Received Response
21
Views
4
Comments
sai kiran t
sai kiran t Rank 3 - Community Apprentice

Hi ,

Can we migrate only RPD from 11g to 12c , we lost the RPD which was generated as part of migration.

We deployed old version by saving as in obiee12c admin tool. Just wanted to check if only RPD generation is possible!

Thanks,

Answers

  • [Deleted User]
    [Deleted User] Rank 2 - Community Beginner

    Sure. Spit out the 11g RPD as XML using the 11g biserverxmlgen, move the XML to 12, recompile the XML using the 12c biserverxmlexec into a binary rpd, deploy using the datamodel command, run it.

  • saketsrv
    saketsrv Rank 5 - Community Champion

    Hi Christian,

    Just want to know,cant we simply just save the 11g rpd in 12c admin tool(making sure consistency check is fine with no errors) and upload in 12c with uploadrpd command.

    Or migrating the RPD  XML using biserverxml tool make any difference?

  • [Deleted User]
    [Deleted User] Rank 2 - Community Beginner

    I like to have it explicitly compiled by the target version's binaries.

  • sai kiran t
    sai kiran t Rank 3 - Community Apprentice

    Thanks for the update